Skip to content

Commit

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

chore(deps): bump @types/node from 20.14.9 to 20.14.10
  • Loading branch information
kucherenko authored Jul 8, 2024
2 parents 133fea6 + 65fd1c2 commit ac6e0a2
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 76 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.9",
"@types/node": "^20.14.10",
"nodemon": "^3.1.4",
"tsup": "^8.0.2",
"vitest": "^1.6.0"
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.9",
"@types/node": "^20.14.10",
"nodemon": "^3.1.4",
"tsup": "^8.0.2",
"vitest": "^1.6.0"
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.9",
"@types/node": "^20.14.10",
"@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.9",
"@types/node": "^20.14.10",
"nodemon": "^3.1.4",
"tsup": "^8.0.2",
"typescript": "^5.5.2",
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.9",
"@types/node": "^20.14.10",
"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.9",
"@types/node": "^20.14.10",
"nodemon": "^3.1.4",
"tsup": "^8.0.2",
"typescript": "^5.5.2",
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.9",
"@types/node": "^20.14.10",
"@types/spark-md5": "^3.0.4",
"nodemon": "^3.1.4",
"tsup": "^8.0.2",
Expand Down
Loading

0 comments on commit ac6e0a2

Please sign in to comment.