Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.14.12 to 22.5.4
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.14.12 to 22.5.4.
- [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 Sep 9, 2024
1 parent b934879 commit 8bb0429
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 104 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/express": "4.17.21",
"@types/jasmine": "5.1.4",
"@types/mssql": "9.1.5",
"@types/node": "22.5.2",
"@types/node": "22.5.4",
"@types/passport": "1.0.16",
"esbuild": "0.23.1",
"jasmine": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@kashw2/lib-util": "7.0.1"
},
"devDependencies": {
"@types/node": "22.5.2",
"@types/node": "22.5.4",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@kashw2/lib-ts": "5.0.0"
},
"devDependencies": {
"@types/node": "22.5.2",
"@types/node": "22.5.4",
"npm-run-all": "4.1.5",
"nyc": "17.0.0",
"codecov": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion libs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"moment": "2.30.1"
},
"devDependencies": {
"@types/node": "22.5.2",
"@types/node": "22.5.4",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"axios": "1.7.7"
},
"devDependencies": {
"@types/node": "22.5.2",
"@types/node": "22.5.4",
"npm-run-all": "4.1.5",
"nyc": "17.0.0",
"codecov": "3.8.3",
Expand Down
183 changes: 85 additions & 98 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 panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@angular/cli": "18.1.2",
"@angular/compiler-cli": "18.1.2",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.12",
"@types/node": "22.5.4",
"codelyzer": "6.0.2",
"jasmine-core": "5.3.0",
"jasmine-spec-reporter": "7.0.0",
Expand Down

0 comments on commit 8bb0429

Please sign in to comment.