Skip to content

Commit

Permalink
Merge pull request #696 from kucherenko/dependabot/npm_and_yarn/types…
Browse files Browse the repository at this point in the history
…/node-22.5.2

chore(deps): bump @types/node from 22.5.0 to 22.5.2
  • Loading branch information
kucherenko authored Sep 2, 2024
2 parents 21d1992 + cc3757a commit 984b55f
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 71 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.0",
"@types/node": "^22.5.2",
"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.0",
"@types/node": "^22.5.2",
"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.0",
"@types/node": "^22.5.2",
"@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.0",
"@types/node": "^22.5.2",
"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.0",
"@types/node": "^22.5.2",
"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.0",
"@types/node": "^22.5.2",
"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.0",
"@types/node": "^22.5.2",
"@types/spark-md5": "^3.0.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.4",
Expand Down
Loading

0 comments on commit 984b55f

Please sign in to comment.