Skip to content

Commit

Permalink
chore(deps): bump @types/node from 22.5.2 to 22.7.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 22.5.2 to 22.7.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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 0929f8e commit e87f3ed
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion packages/badge-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@jscpd/finder": "workspace:*",
"@jscpd/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.4",
"vitest": "^2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"gitHead": "beaae8ee77d5c7f41d2a0c65187887bd0dc87148",
"devDependencies": {
"@jscpd/tsconfig": "workspace:*",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.4",
"vitest": "^2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/html-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@jscpd/core": "workspace:*",
"@jscpd/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@types/pug": "^2.0.10",
"autoprefixer": "^10.4.20",
"ncp": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/leveldb-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@jscpd/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@jscpd/core": "workspace:*",
"@jscpd/tokenizer": "workspace:*",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"ioredis": "^5.4.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sarif-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@jscpd/finder": "workspace:*",
"@jscpd/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@jscpd/tsconfig": "workspace:*",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@types/spark-md5": "^3.0.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.4",
Expand Down
Loading

0 comments on commit e87f3ed

Please sign in to comment.