mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Bump @types/node from 22.10.5 to 22.10.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.5 to 22.10.6. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
23143d71a6
commit
a53733cf06
2 changed files with 12 additions and 3 deletions
|
@ -81,7 +81,7 @@
|
||||||
"@types/jest": "^29.5.14",
|
"@types/jest": "^29.5.14",
|
||||||
"@types/lodash": "^4.17.14",
|
"@types/lodash": "^4.17.14",
|
||||||
"@types/mdx": "^2.0.13",
|
"@types/mdx": "^2.0.13",
|
||||||
"@types/node": "^22.10.5",
|
"@types/node": "^22.10.6",
|
||||||
"@types/react": "^19.0.7",
|
"@types/react": "^19.0.7",
|
||||||
"@types/react-dom": "^19.0.2",
|
"@types/react-dom": "^19.0.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
||||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -4439,7 +4439,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/node@npm:*, @types/node@npm:>=8.1.0, @types/node@npm:^22.10.5":
|
"@types/node@npm:*, @types/node@npm:>=8.1.0":
|
||||||
version: 22.10.5
|
version: 22.10.5
|
||||||
resolution: "@types/node@npm:22.10.5"
|
resolution: "@types/node@npm:22.10.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -4448,6 +4448,15 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@types/node@npm:^22.10.6":
|
||||||
|
version: 22.10.6
|
||||||
|
resolution: "@types/node@npm:22.10.6"
|
||||||
|
dependencies:
|
||||||
|
undici-types: "npm:~6.20.0"
|
||||||
|
checksum: 10c0/8b67affc211e5f9c74f7949cda04ca669721e50b83d71b8772a7bed7a4a3c41d663b3a794413f618e763ca6c5da8c234c25ffebcb0737983fc3e7415818ab9a7
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@types/pg-pool@npm:2.0.6":
|
"@types/pg-pool@npm:2.0.6":
|
||||||
version: 2.0.6
|
version: 2.0.6
|
||||||
resolution: "@types/pg-pool@npm:2.0.6"
|
resolution: "@types/pg-pool@npm:2.0.6"
|
||||||
|
@ -12725,7 +12734,7 @@ __metadata:
|
||||||
"@types/jest": "npm:^29.5.14"
|
"@types/jest": "npm:^29.5.14"
|
||||||
"@types/lodash": "npm:^4.17.14"
|
"@types/lodash": "npm:^4.17.14"
|
||||||
"@types/mdx": "npm:^2.0.13"
|
"@types/mdx": "npm:^2.0.13"
|
||||||
"@types/node": "npm:^22.10.5"
|
"@types/node": "npm:^22.10.6"
|
||||||
"@types/react": "npm:^19.0.7"
|
"@types/react": "npm:^19.0.7"
|
||||||
"@types/react-dom": "npm:^19.0.2"
|
"@types/react-dom": "npm:^19.0.2"
|
||||||
"@typescript-eslint/eslint-plugin": "npm:^8.20.0"
|
"@typescript-eslint/eslint-plugin": "npm:^8.20.0"
|
||||||
|
|
Loading…
Reference in a new issue