Update dependency @types/node to v18.18.3
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-02 21:25:46 +00:00
parent 582156647e
commit adafe962fc
3 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
"uuid": "9.0.1" "uuid": "9.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.18.2", "@types/node": "18.18.3",
"@types/react": "18.2.24", "@types/react": "18.2.24",
"@types/uuid": "9.0.4", "@types/uuid": "9.0.4",
"autoprefixer": "10.4.16", "autoprefixer": "10.4.16",

View File

@ -1,7 +1,7 @@
lockfileVersion: 5.3 lockfileVersion: 5.3
specifiers: specifiers:
'@types/node': 18.18.2 '@types/node': 18.18.3
'@types/react': 18.2.24 '@types/react': 18.2.24
'@types/uuid': 9.0.4 '@types/uuid': 9.0.4
autoprefixer: 10.4.16 autoprefixer: 10.4.16
@ -23,7 +23,7 @@ dependencies:
uuid: 9.0.1 uuid: 9.0.1
devDependencies: devDependencies:
'@types/node': 18.18.2 '@types/node': 18.18.3
'@types/react': 18.2.24 '@types/react': 18.2.24
'@types/uuid': 9.0.4 '@types/uuid': 9.0.4
autoprefixer: 10.4.16_postcss@8.4.31 autoprefixer: 10.4.16_postcss@8.4.31
@ -187,8 +187,8 @@ packages:
tslib: 2.4.0 tslib: 2.4.0
dev: false dev: false
/@types/node/18.18.2: /@types/node/18.18.3:
resolution: {integrity: sha512-u1cis+7wLZMPI62EozwsqvgMZyauczyiqRRu/vcqZKI5N5yidrJHqOFxEg5seT8adc96Q6Yczg1c0DlqGtMJMw==} resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==}
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.18.2": "@types/node@18.18.3":
version "18.18.2" version "18.18.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.2.tgz#7abacb27a49afa8ea86873d81d7940ae098279eb" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.3.tgz#e5188135fc2909b46530c798ef49be65083be3fd"
integrity sha512-u1cis+7wLZMPI62EozwsqvgMZyauczyiqRRu/vcqZKI5N5yidrJHqOFxEg5seT8adc96Q6Yczg1c0DlqGtMJMw== integrity sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==
"@types/prop-types@*": "@types/prop-types@*":
version "15.7.5" version "15.7.5"