Skip to content

Commit

Permalink
chore(deps): bump @types/node from 20.14.11 to 22.0.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.14.11 to 22.0.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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent a6a2019 commit 6ba8d28
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 66 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": "^20.14.11",
"@types/node": "^22.0.0",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
"vitest": "^2.0.4"
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": "^20.14.11",
"@types/node": "^22.0.0",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
"vitest": "^2.0.4"
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": "^20.14.11",
"@types/node": "^22.0.0",
"@types/pug": "^2.0.10",
"autoprefixer": "^10.4.19",
"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": "^20.14.11",
"@types/node": "^22.0.0",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
"typescript": "^5.5.3",
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": "^20.14.11",
"@types/node": "^22.0.0",
"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": "^20.14.11",
"@types/node": "^22.0.0",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
"typescript": "^5.5.3",
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": "^20.14.11",
"@types/node": "^22.0.0",
"@types/spark-md5": "^3.0.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
Expand Down
Loading

0 comments on commit 6ba8d28

Please sign in to comment.