diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-25 07:46:49 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-04-27 10:16:03 +0200 |
| commit | 8489817561358324f75c5f377d42996e8081332e (patch) | |
| tree | 7d65db32da1a4b4080801fe189dd3587f3f70bc0 /client/simple | |
| parent | 38ff1e4a7d93cb7b986fd336364383917f7ed0aa (diff) | |
[upd] web-client (simple): Bump webpack in /client/simple
Bumps [webpack](https://github.com/webpack/webpack) from 5.99.5 to 5.99.6.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6)
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'client/simple')
| -rw-r--r-- | client/simple/package-lock.json | 8 | ||||
| -rw-r--r-- | client/simple/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json index 2e68100df..eb07b3cb0 100644 --- a/client/simple/package-lock.json +++ b/client/simple/package-lock.json @@ -34,7 +34,7 @@ "vite": "^6.3.2", "vite-plugin-static-copy": "^2.3.1", "vite-plugin-stylelint": "^6.0.0", - "webpack": "^5.99.5", + "webpack": "^5.99.6", "webpack-cli": "^6.0.1" } }, @@ -7004,9 +7004,9 @@ } }, "node_modules/webpack": { - "version": "5.99.5", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.5.tgz", - "integrity": "sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==", + "version": "5.99.6", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.6.tgz", + "integrity": "sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/client/simple/package.json b/client/simple/package.json index 48c6d55c0..52dc3fe39 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -32,7 +32,7 @@ "vite": "^6.3.2", "vite-plugin-static-copy": "^2.3.1", "vite-plugin-stylelint": "^6.0.0", - "webpack": "^5.99.5", + "webpack": "^5.99.6", "webpack-cli": "^6.0.1" }, "dependencies": { |