Skip to content

Commit

Permalink
Bump @types/node from 12.20.41 to 22.9.0
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.41 to 22.9.0.
- [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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent aecbf99 commit 33395b4
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 33 deletions.
2 changes: 1 addition & 1 deletion examples/robot-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/pinus-loader lib/"
},
"dependencies": {
"@types/node": "^16.3.3",
"@types/node": "^22.9.0",
"@types/ws": "^8.5.4",
"cli-color": "^2.0.0",
"pinus-protobuf": "^1.7.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-example/game-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@types/bluebird": "^3.5.19",
"@types/node": "^16.3.3",
"@types/node": "^22.9.0",
"bluebird": "^3.5.1",
"pinus": "^1.7.3",
"pinus-base-plugin": "^1.7.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssl-connector/game-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@types/bluebird": "^3.5.19",
"@types/node": "^14",
"@types/node": "^22",
"bluebird": "^3.5.1",
"pinus": "^1.7.3",
"pinus-base-plugin": "^1.7.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/websocket-chat-ts-run/game-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nestjs/core": "^9.0.11",
"@types/bluebird": "^3.5.19",
"@types/crc": "^3.4.0",
"@types/node": "^16.3.3",
"@types/node": "^22.9.0",
"bluebird": "^3.5.1",
"crc": "^4.3.2",
"pinus": "^1.7.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/websocket-chat/game-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@types/bluebird": "^3.5.19",
"@types/crc": "^3.4.0",
"@types/node": "^16.3.3",
"@types/node": "^22.9.0",
"bluebird": "^3.5.1",
"crc": "^4.3.2",
"pinus": "^1.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"read-last-lines": "^1.3.0"
},
"devDependencies": {
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"log4js": "^6.0.0"
},
"devDependencies": {
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=12.9.0"
},
"devDependencies": {
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"tslint": "6.1.3",
"typescript": "^4.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"node": ">=12.9.0"
},
"devDependencies": {
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"mocha": "10.3.0",
"should": "13.2.3",
"tslint": "6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": ">=12.9.0"
},
"devDependencies": {
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"jscoverage": "0.6.0",
"mocha": "10.3.0",
"should": "13.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/async": "^3.0.0",
"@types/bluebird": "^3.5.19",
"@types/crc": "^3.4.0",
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.4",
"mocha": "10.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pinus-logger": "^1.7.3"
},
"devDependencies": {
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"tslint": "6.1.3",
"typescript": "^4.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/eyes": "0.1.35",
"@types/mkdirp": "2.0.0",
"@types/mocha": "^5.0.0",
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"@types/ws": "8.5.4",
"mocha": "10.3.0",
"nyc": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/base-gate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.19",
"@types/crc": "^3.4.0",
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"tslint": "6.1.3",
"typescript": "^4.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/base-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pinus": "^1.7.3"
},
"devDependencies": {
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"tslint": "6.1.3",
"typescript": "^4.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/pinus-robot-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"@types/yargs": "^17.0.2",
"tslint": "6.1.3",
"typescript": "^4.3.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/pinus-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/async": "^3.0.0",
"@types/node": "^12.20.41",
"@types/node": "^22.9.0",
"@types/optimist": "0.0.33",
"tslint": "6.1.3",
"typescript": "^4.3.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/pinus-robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"underscore": "1.13.6"
},
"devDependencies": {
"@types/node": "^16.3.3",
"@types/node": "^22.9.0",
"@types/underscore": "^1.9.4"
},
"scripts": {
Expand Down
25 changes: 11 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1082,20 +1082,12 @@
resolved "https://registry.npmmirror.com/@types/mocha/download/@types/mocha-5.2.7.tgz"
integrity sha1-MV1XDMtWxTRS/4Y4c432BybVtuo=

"@types/node@*", "@types/node@>=10.0.0", "@types/node@^16.3.3":
version "16.4.1"
resolved "https://registry.npmjs.org/@types/node/-/node-16.4.1.tgz"
integrity sha512-UW7cbLqf/Wu5XH2RKKY1cHwUNLicIDRLMraYKz+HHAerJ0ZffUEk+fMnd8qU2JaS6cAy0r8tsaf7yqHASf/Y0Q==

"@types/node@^12.20.41":
version "12.20.41"
resolved "https://registry.npmmirror.com/@types/node/download/@types/node-12.20.41.tgz"
integrity sha512-f6xOqucbDirG7LOzedpvzjP3UTmHttRou3Mosx3vL9wr9AIQGhcPgVnqa8ihpZYnxyM1rxeNCvTyukPKZtq10Q==

"@types/node@^14":
version "14.18.36"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.36.tgz#c414052cb9d43fab67d679d5f3c641be911f5835"
integrity sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^22", "@types/node@^22.9.0":
version "22.9.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.0.tgz#b7f16e5c3384788542c72dc3d561a7ceae2c0365"
integrity sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==
dependencies:
undici-types "~6.19.8"

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down Expand Up @@ -9610,6 +9602,11 @@ underscore@1.13.6:
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==

undici-types@~6.19.8:
version "6.19.8"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

unicode-length@^1.0.0:
version "1.0.3"
resolved "https://registry.npmmirror.com/unicode-length/download/unicode-length-1.0.3.tgz"
Expand Down

0 comments on commit 33395b4

Please sign in to comment.