Skip to content

Commit df65a14

Browse files
chore(deps-dev): bump npm-run-all2 from 8.0.3 to 8.0.4 (#4274)
Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 8.0.3 to 8.0.4. - [Release notes](https://github.com/bcomnes/npm-run-all2/releases) - [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md) - [Commits](bcomnes/npm-run-all2@v8.0.3...v8.0.4) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64081ef commit df65a14

File tree

5 files changed

+12
-38
lines changed

5 files changed

+12
-38
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cross-env": "^7.0.3",
3030
"dotenv": "^16.5.0",
3131
"http-server": "14.1.1",
32-
"npm-run-all2": "8.0.3",
32+
"npm-run-all2": "8.0.4",
3333
"tslib": "^2.8.1",
3434
"typescript": "^5.3.3"
3535
},

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"lint-staged": "^16.0.0",
8787
"markdownlint-cli": "^0.45.0",
8888
"ng-packagr": "19.2.2",
89-
"npm-run-all2": "8.0.3",
89+
"npm-run-all2": "8.0.4",
9090
"postcss": "^8.5.3",
9191
"postcss-cli": "^11.0.1",
9292
"prettier": "^3.5.3",

showcases/next-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@types/node": "^22.15.21",
2121
"@types/react": "^18.3.13",
22-
"npm-run-all2": "8.0.3",
22+
"npm-run-all2": "8.0.4",
2323
"open-cli": "^8.0.0",
2424
"typescript": "^5.4.5"
2525
},

showcases/stencil-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@stencil/core": "4.31.0"
2020
},
2121
"devDependencies": {
22-
"npm-run-all2": "8.0.3",
22+
"npm-run-all2": "8.0.4",
2323
"typescript": "^5.4.5"
2424
},
2525
"overrides": {

0 commit comments

Comments
 (0)