Skip to content

Commit cf4a3be

Browse files
Bump webpack-cli from 7.0.1 to 7.0.2 in the webpack group (#8846)
Bumps the webpack group with 1 update: [webpack-cli](https://github.com/webpack/webpack-cli). Updates `webpack-cli` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.0.1...webpack-cli@7.0.2) --- updated-dependencies: - dependency-name: webpack-cli dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: webpack ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 219486c commit cf4a3be

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"vue-eslint-parser": "^10.2.0",
116116
"vue-loader": "^17.4.2",
117117
"webpack": "^5.105.4",
118-
"webpack-cli": "^7.0.1",
118+
"webpack-cli": "^7.0.2",
119119
"webpack-dev-server": "^5.2.3"
120120
}
121121
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8403,10 +8403,10 @@ wcwidth@^1.0.1:
84038403
dependencies:
84048404
defaults "^1.0.3"
84058405

8406-
webpack-cli@^7.0.1:
8407-
version "7.0.1"
8408-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-7.0.1.tgz#fb3775866c49a642e17d4f0793c5f16365d423cc"
8409-
integrity sha512-QeNvbQ3q67tiY7UqjbsfhK2026YTVhtW8XsfdrrGfGUtBe6EQpxBB1w9SbB2eLTZzx4m8tRvm8dqKo8rBNfeFg==
8406+
webpack-cli@^7.0.2:
8407+
version "7.0.2"
8408+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-7.0.2.tgz#c916e324acc7c14f895226ed351020924900db12"
8409+
integrity sha512-dB0R4T+C/8YuvM+fabdvil6QE44/ChDXikV5lOOkrUeCkW5hTJv2pGLE3keh+D5hjYw8icBaJkZzpFoaHV4T+g==
84108410
dependencies:
84118411
"@discoveryjs/json-ext" "^1.0.0"
84128412
commander "^14.0.3"

0 commit comments

Comments
 (0)