From 3eec4b2fc1b76148faa6b85ef2b68bfe927e251f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 12:50:25 +0000 Subject: [PATCH] Bump webpack from 5.88.0 to 5.88.2 Bumps [webpack](https://github.com/webpack/webpack) from 5.88.0 to 5.88.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.88.0...v5.88.2) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 458cd7ba..1f2ca3e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "jquery": "^3.7.0", "mini-css-extract-plugin": "^2.7.6", "style-loader": "^3.3.2", - "webpack": "^5.88.0", + "webpack": "^5.88.2", "webpack-bundle-tracker": "^1.8.1", "webpack-cli": "^5.0.1", "webpack-merge": "^5.8.0" @@ -5792,9 +5792,9 @@ } }, "node_modules/webpack": { - "version": "5.88.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.0.tgz", - "integrity": "sha512-O3jDhG5e44qIBSi/P6KpcCcH7HD+nYIHVBhdWFxcLOcIGN8zGo5nqF3BjyNCxIh4p1vFdNnreZv2h2KkoAw3lw==", + "version": "5.88.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", + "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -10129,9 +10129,9 @@ } }, "webpack": { - "version": "5.88.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.0.tgz", - "integrity": "sha512-O3jDhG5e44qIBSi/P6KpcCcH7HD+nYIHVBhdWFxcLOcIGN8zGo5nqF3BjyNCxIh4p1vFdNnreZv2h2KkoAw3lw==", + "version": "5.88.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", + "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/package.json b/package.json index ad4e17db..28a79fd6 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "css-minimizer-webpack-plugin": "^4.2.2", "@selectize/selectize": "^0.15.2", "style-loader": "^3.3.2", - "webpack": "^5.88.0", + "webpack": "^5.88.2", "webpack-bundle-tracker": "^1.8.1", "webpack-cli": "^5.0.1", "webpack-merge": "^5.8.0"