Bump @types/node from 20.14.2 to 22.9.3

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.2 to 22.9.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2024-11-24 10:51:18 +00:00
parent 393b23b8fe
commit ea24d6ff59
2 changed files with 9 additions and 12 deletions
+8 -11
View File
@@ -14,7 +14,6 @@
"dotenv": "^16.4.5",
"ffmpeg-static": "^4.4.1",
"i18n": "^0.15.1",
"libsodium-wrappers": "^0.7.15",
"lyrics-finder": "^21.0.5",
"play-dl": "^1.9.7",
"soundcloud-downloader": "^0.2.3",
@@ -23,12 +22,10 @@
},
"devDependencies": {
"@types/i18n": "^0.13.12",
"@types/node": "^20.14.2",
"@types/node": "^22.9.3",
"cz-conventional-changelog": "^3.0.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.1",
"ts-node": "^10.9.2"
},
"engines": {
@@ -692,11 +689,11 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.14.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz",
"integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==",
"version": "22.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.3.tgz",
"integrity": "sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==",
"dependencies": {
"undici-types": "~5.26.4"
"undici-types": "~6.19.8"
}
},
"node_modules/@types/ws": {
@@ -3444,9 +3441,9 @@
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
},
"node_modules/universalify": {
"version": "2.0.0",
+1 -1
View File
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/i18n": "^0.13.12",
"@types/node": "^20.14.2",
"@types/node": "^22.9.3",
"cz-conventional-changelog": "^3.0.1",
"nodemon": "^3.1.7",