Update dependency @types/node to v18.15.4
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-03-20 21:08:37 +00:00
parent 73c4b50377
commit 976f06887a
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.15.3", "@types/node": "18.15.4",
"@types/react": "18.0.28", "@types/react": "18.0.28",
"@types/uuid": "9.0.1", "@types/uuid": "9.0.1",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",

View File

@ -1,7 +1,7 @@
lockfileVersion: 5.3 lockfileVersion: 5.3
specifiers: specifiers:
'@types/node': 18.15.3 '@types/node': 18.15.4
'@types/react': 18.0.28 '@types/react': 18.0.28
'@types/uuid': 9.0.1 '@types/uuid': 9.0.1
autoprefixer: 10.4.14 autoprefixer: 10.4.14
@ -23,7 +23,7 @@ dependencies:
uuid: 9.0.0 uuid: 9.0.0
devDependencies: devDependencies:
'@types/node': 18.15.3 '@types/node': 18.15.4
'@types/react': 18.0.28 '@types/react': 18.0.28
'@types/uuid': 9.0.1 '@types/uuid': 9.0.1
autoprefixer: 10.4.14_postcss@8.4.21 autoprefixer: 10.4.14_postcss@8.4.21
@ -184,8 +184,8 @@ packages:
tslib: 2.4.0 tslib: 2.4.0
dev: false dev: false
/@types/node/18.15.3: /@types/node/18.15.4:
resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==} resolution: {integrity: sha512-q+/59YJ44RRlff9wTBWGpDSDXn0CdTzROLccYTQYLal0HgjLZVKBnN2DlBNiAO4TpZ7qJYBhmoRm5eP6ESNFQw==}
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.15.3": "@types/node@18.15.4":
version "18.15.3" version "18.15.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.4.tgz#92a6b286f95716094f9d23cc0d7fdc1abf842661"
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw== integrity sha512-q+/59YJ44RRlff9wTBWGpDSDXn0CdTzROLccYTQYLal0HgjLZVKBnN2DlBNiAO4TpZ7qJYBhmoRm5eP6ESNFQw==
"@types/prop-types@*": "@types/prop-types@*":
version "15.7.5" version "15.7.5"