Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.9.0 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 20.9.0 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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent cb578b6 commit 4407726
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 38 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"@types/micromatch": "^4.0.7",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"@types/node": "^22",
"@types/node-fetch": "^2.6.11",
"@types/node-forge": "^1.3.11",
"@types/normalize-path": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"@types/node": "^22",
"chai": "^5.0.3",
"chalk": "^5.3.0",
"dedent": "^1.5.3",
Expand Down
45 changes: 17 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@rollup/plugin-url": "^8.0.2",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/node": "^22",
"@types/semver": "^7.5.8",
"@types/treeify": "^1.0.3",
"@types/yargs": "^17.0.33",
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"@types/node": "^22",
"chai": "^5.0.3",
"mocha": "^10.6.0",
"source-map-support": "^0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest-kubernetes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"@types/node": "^22",
"chai": "^5.0.3",
"mocha": "^10.6.0",
"strip-ansi": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"@types/node": "^22",
"chai": "^5.0.3",
"mocha": "^10.6.0",
"strip-ansi": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/jib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"@types/node": "^22",
"chai": "^5.0.3",
"mocha": "^10.6.0",
"source-map-support": "^0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion plugins/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/hapi__joi": "^17.1.14",
"@types/json-merge-patch": "1.0.0",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"@types/node": "^22",
"chai": "^5.0.3",
"mocha": "^10.6.0",
"strip-ansi": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/terraform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.7",
"@types/node": "^20",
"@types/node": "^22",
"chai": "^5.0.3",
"mocha": "^10.6.0",
"source-map-support": "^0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"minimist": "^1.2.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^22",
"prettier": "3.3.3",
"typescript": "^5.5.3"
},
Expand Down

0 comments on commit 4407726

Please sign in to comment.