Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 22.5.1 to 22.5.2
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.1 to 22.5.2.
- [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>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent c80c40e commit 30e788d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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.1",
"@types/node": "22.5.2",
"@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.1",
"@types/node": "22.5.2",
"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.1",
"@types/node": "22.5.2",
"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.1",
"@types/node": "22.5.2",
"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.1",
"@types/node": "22.5.2",
"npm-run-all": "4.1.5",
"nyc": "17.0.0",
"codecov": "3.8.3",
Expand Down
18 changes: 9 additions & 9 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 @@ -46,7 +46,7 @@
"@angular/cli": "18.2.2",
"@angular/compiler-cli": "18.2.2",
"@types/jasmine": "5.1.4",
"@types/node": "22.5.1",
"@types/node": "22.5.2",
"codelyzer": "6.0.2",
"jasmine-core": "5.2.0",
"jasmine-spec-reporter": "7.0.0",
Expand Down

0 comments on commit 30e788d

Please sign in to comment.