Update dependency @types/node to v22.5.3
Some checks are pending
test / Node.js v20 (push) Waiting to run
test / Node.js v22 (push) Waiting to run
test / Deno (push) Waiting to run
test / Bun (push) Waiting to run

This commit is contained in:
renovate[bot] 2024-09-04 14:11:49 +00:00 committed by Kohei Watanabe
parent af9243c726
commit 445bde4987
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"@release-it/keep-a-changelog": "5.0.0",
"@types/node": "22.5.2",
"@types/node": "22.5.3",
"release-it": "17.6.0",
"tsup": "8.2.4",
"typescript": "5.5.4"
@ -1160,9 +1160,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.5.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz",
"integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==",
"version": "22.5.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.3.tgz",
"integrity": "sha512-njripolh85IA9SQGTAqbmnNZTdxv7X/4OYGPz8tgy5JDr8MP+uDBa921GpYEoDDnwm0Hmn5ZPeJgiiSTPoOzkQ==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -31,7 +31,7 @@
},
"devDependencies": {
"@release-it/keep-a-changelog": "5.0.0",
"@types/node": "22.5.2",
"@types/node": "22.5.3",
"release-it": "17.6.0",
"tsup": "8.2.4",
"typescript": "5.5.4"