Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-10-06 23:28:01 +00:00
parent a66b937976
commit ad5ca20f0e
3 changed files with 18 additions and 18 deletions

View File

@ -12,9 +12,9 @@
"uuid": "9.0.1"
},
"devDependencies": {
"@types/node": "18.18.3",
"@types/node": "18.18.4",
"@types/react": "18.2.25",
"@types/uuid": "9.0.4",
"@types/uuid": "9.0.5",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"prettier": "3.0.3",

View File

@ -1,9 +1,9 @@
lockfileVersion: 5.3
specifiers:
'@types/node': 18.18.3
'@types/node': 18.18.4
'@types/react': 18.2.25
'@types/uuid': 9.0.4
'@types/uuid': 9.0.5
autoprefixer: 10.4.16
next: latest
postcss: 8.4.31
@ -23,9 +23,9 @@ dependencies:
uuid: 9.0.1
devDependencies:
'@types/node': 18.18.3
'@types/node': 18.18.4
'@types/react': 18.2.25
'@types/uuid': 9.0.4
'@types/uuid': 9.0.5
autoprefixer: 10.4.16_postcss@8.4.31
postcss: 8.4.31
prettier: 3.0.3
@ -187,8 +187,8 @@ packages:
tslib: 2.4.0
dev: false
/@types/node/18.18.3:
resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==}
/@types/node/18.18.4:
resolution: {integrity: sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==}
dev: true
/@types/prop-types/15.7.5:
@ -207,8 +207,8 @@ packages:
resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==}
dev: true
/@types/uuid/9.0.4:
resolution: {integrity: sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==}
/@types/uuid/9.0.5:
resolution: {integrity: sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==}
dev: true
/any-promise/1.3.0:

View File

@ -130,10 +130,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
"@types/node@18.18.3":
version "18.18.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.3.tgz#e5188135fc2909b46530c798ef49be65083be3fd"
integrity sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==
"@types/node@18.18.4":
version "18.18.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==
"@types/prop-types@*":
version "15.7.5"
@ -154,10 +154,10 @@
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
"@types/uuid@9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.4.tgz#e884a59338da907bda8d2ed03e01c5c49d036f1c"
integrity sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==
"@types/uuid@9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.5.tgz#25a71eb73eba95ac0e559ff3dd018fc08294acf6"
integrity sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==
any-promise@^1.0.0:
version "1.3.0"