Skip to content

Commit a2e1785

Browse files
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09da360 commit a2e1785

File tree

4 files changed

+22
-65
lines changed

4 files changed

+22
-65
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"jest-ts-webcompat-resolver": "^1.0.0",
145145
"mocha": "^10.2.0",
146146
"node-dev": "^8.0.0",
147-
"npm-run-all": "^4.1.5",
147+
"npm-run-all2": "^5.0.0",
148148
"pino-pretty": "^10.2.3",
149149
"prettier": "^3.1.0",
150150
"prettier-eslint-cli": "^8.0.1",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"jest-mock-fetch": "^2.0.5",
167167
"lint-staged": "^15.1.0",
168168
"node-mocks-http": "^1.13.0",
169-
"npm-run-all": "^4.1.5",
169+
"npm-run-all2": "^5.0.0",
170170
"nyc": "^15.1.0",
171171
"postcss": "^8.4.31",
172172
"prettier": "^3.1.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"execa": "^8.0.1",
5757
"husky": "^9.0.0",
5858
"lint-staged": "^15.1.0",
59-
"npm-run-all": "^4.1.5",
59+
"npm-run-all2": "^5.0.0",
6060
"prettier-plugin-prisma": "^5.0.0",
6161
"prettier-plugin-sh": "^0.14.0",
6262
"semantic-release": "^23.0.0",

pnpm-lock.yaml

Lines changed: 19 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)