From 7f0b88ccbe95517388eedbeee5eeaae5cb4829cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 07:03:04 +0000 Subject: [PATCH] build(deps): bump webpack from 5.93.0 to 5.94.0 in /src/store-front Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/store-front/package-lock.json | 21 ++++++--------------- src/store-front/package.json | 2 +- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/src/store-front/package-lock.json b/src/store-front/package-lock.json index c8a175f8..990b400f 100644 --- a/src/store-front/package-lock.json +++ b/src/store-front/package-lock.json @@ -11,7 +11,7 @@ "core-js": "^3.8.3", "vue": "^3.2.13", "vue-router": "^4.2.2", - "webpack": "^5.87.0" + "webpack": "^5.94.0" }, "devDependencies": { "@babel/core": "^7.12.16", @@ -2206,20 +2206,12 @@ "version": "8.56.11", "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz", "integrity": "sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==", + "dev": true, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" } }, - "node_modules/@types/eslint-scope": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, "node_modules/@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", @@ -10971,11 +10963,10 @@ "dev": true }, "node_modules/webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "version": "5.94.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", + "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", "dependencies": { - "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", @@ -10984,7 +10975,7 @@ "acorn-import-attributes": "^1.9.5", "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", diff --git a/src/store-front/package.json b/src/store-front/package.json index ab285e29..6c25891f 100644 --- a/src/store-front/package.json +++ b/src/store-front/package.json @@ -11,7 +11,7 @@ "core-js": "^3.8.3", "vue": "^3.2.13", "vue-router": "^4.2.2", - "webpack": "^5.87.0" + "webpack": "^5.94.0" }, "devDependencies": { "@babel/core": "^7.12.16",