Update dependency @types/node to v18.11.14
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 2022-12-13 15:03:10 +00:00
parent e0e1bf8f50
commit 023c298cf4
3 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
"uuid": "9.0.0" "uuid": "9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.11.13", "@types/node": "18.11.14",
"@types/react": "18.0.26", "@types/react": "18.0.26",
"@types/uuid": "9.0.0", "@types/uuid": "9.0.0",
"autoprefixer": "10.4.13", "autoprefixer": "10.4.13",

View File

@ -1,7 +1,7 @@
lockfileVersion: 5.3 lockfileVersion: 5.3
specifiers: specifiers:
'@types/node': 18.11.13 '@types/node': 18.11.14
'@types/react': 18.0.26 '@types/react': 18.0.26
'@types/uuid': 9.0.0 '@types/uuid': 9.0.0
autoprefixer: 10.4.13 autoprefixer: 10.4.13
@ -23,7 +23,7 @@ dependencies:
uuid: 9.0.0 uuid: 9.0.0
devDependencies: devDependencies:
'@types/node': 18.11.13 '@types/node': 18.11.14
'@types/react': 18.0.26 '@types/react': 18.0.26
'@types/uuid': 9.0.0 '@types/uuid': 9.0.0
autoprefixer: 10.4.13_postcss@8.4.20 autoprefixer: 10.4.13_postcss@8.4.20
@ -184,8 +184,8 @@ packages:
tslib: 2.4.0 tslib: 2.4.0
dev: false dev: false
/@types/node/18.11.13: /@types/node/18.11.14:
resolution: {integrity: sha512-IASpMGVcWpUsx5xBOrxMj7Bl8lqfuTY7FKAnPmu5cHkfQVWF8GulWS1jbRqA934qZL35xh5xN/+Xe/i26Bod4w==} resolution: {integrity: sha512-0KXV57tENYmmJMl+FekeW9V3O/rlcqGQQJ/hNh9r8pKIj304pskWuEd8fCyNT86g/TpO0gcOTiLzsHLEURFMIQ==}
dev: true dev: true
/@types/prop-types/15.7.5: /@types/prop-types/15.7.5:

View File

@ -88,10 +88,10 @@
"@nodelib/fs.scandir" "2.1.5" "@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0" fastq "^1.6.0"
"@types/node@18.11.13": "@types/node@18.11.14":
version "18.11.13" version "18.11.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.13.tgz#dff34f226ec1ac0432ae3b136ec5552bd3b9c0fe" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.14.tgz#a8571b25f3a31e9ded14e3ab9488509adef831d8"
integrity sha512-IASpMGVcWpUsx5xBOrxMj7Bl8lqfuTY7FKAnPmu5cHkfQVWF8GulWS1jbRqA934qZL35xh5xN/+Xe/i26Bod4w== integrity sha512-0KXV57tENYmmJMl+FekeW9V3O/rlcqGQQJ/hNh9r8pKIj304pskWuEd8fCyNT86g/TpO0gcOTiLzsHLEURFMIQ==
"@types/prop-types@*": "@types/prop-types@*":
version "15.7.5" version "15.7.5"