Update dependency @types/node to v18.16.13
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-05-18 14:06:59 +00:00
parent cb7d1e93a0
commit 7a1ff573ac
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.16.12", "@types/node": "18.16.13",
"@types/react": "18.2.6", "@types/react": "18.2.6",
"@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.16.12 '@types/node': 18.16.13
'@types/react': 18.2.6 '@types/react': 18.2.6
'@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.16.12 '@types/node': 18.16.13
'@types/react': 18.2.6 '@types/react': 18.2.6
'@types/uuid': 9.0.1 '@types/uuid': 9.0.1
autoprefixer: 10.4.14_postcss@8.4.23 autoprefixer: 10.4.14_postcss@8.4.23
@ -187,8 +187,8 @@ packages:
tslib: 2.4.0 tslib: 2.4.0
dev: false dev: false
/@types/node/18.16.12: /@types/node/18.16.13:
resolution: {integrity: sha512-tIRrjbY9C277MOfP8M3zjMIhtMlUJ6YVqkGgLjz+74jVsdf4/UjC6Hku4+1N0BS0qyC0JAS6tJLUk9H6JUKviQ==} resolution: {integrity: sha512-uZRomboV1vBL61EBXneL4j9/hEn+1Yqa4LQdpGrKmXFyJmVfWc9JV9+yb2AlnOnuaDnb2PDO3hC6/LKmzJxP1A==}
dev: true dev: true
/@types/prop-types/15.7.5: /@types/prop-types/15.7.5:

View File

@ -130,10 +130,10 @@
"@nodelib/fs.scandir" "2.1.5" "@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0" fastq "^1.6.0"
"@types/node@18.16.12": "@types/node@18.16.13":
version "18.16.12" version "18.16.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.12.tgz#f11e19055c5b3daeb79dc6eb7ccdd3d036313034" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.13.tgz#984c48275c718b5b3e47371938f3cff482790598"
integrity sha512-tIRrjbY9C277MOfP8M3zjMIhtMlUJ6YVqkGgLjz+74jVsdf4/UjC6Hku4+1N0BS0qyC0JAS6tJLUk9H6JUKviQ== integrity sha512-uZRomboV1vBL61EBXneL4j9/hEn+1Yqa4LQdpGrKmXFyJmVfWc9JV9+yb2AlnOnuaDnb2PDO3hC6/LKmzJxP1A==
"@types/prop-types@*": "@types/prop-types@*":
version "15.7.5" version "15.7.5"