From a6c5c40ecdafc4ea3ca35d0b669752715be981aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 10:59:27 +0000 Subject: [PATCH] build(deps-dev): bump webpack from 5.84.1 to 5.85.1 Bumps [webpack](https://github.com/webpack/webpack) from 5.84.1 to 5.85.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.84.1...v5.85.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... 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 a82d460..b3a6c8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "8.41.0", "stylelint": "14.16.1", "stylelint-config-standard-scss": "^6.1.0", - "webpack": "5.84.1", + "webpack": "5.85.1", "webpack-cli": "5.1.1" } }, @@ -3700,9 +3700,9 @@ } }, "node_modules/webpack": { - "version": "5.84.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.84.1.tgz", - "integrity": "sha512-ZP4qaZ7vVn/K8WN/p990SGATmrL1qg4heP/MrVneczYtpDGJWlrgZv55vxaV2ul885Kz+25MP2kSXkPe3LZfmg==", + "version": "5.85.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.85.1.tgz", + "integrity": "sha512-xTb7MRf4LY8Z5rzn7aIx4TDrwYJrjcHnIfU1TqtyZOoObyuGSpAUwIvVuqq5wPnv7WEgQr8UvO1q/dgoGG4HjA==", "devOptional": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -6725,9 +6725,9 @@ } }, "webpack": { - "version": "5.84.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.84.1.tgz", - "integrity": "sha512-ZP4qaZ7vVn/K8WN/p990SGATmrL1qg4heP/MrVneczYtpDGJWlrgZv55vxaV2ul885Kz+25MP2kSXkPe3LZfmg==", + "version": "5.85.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.85.1.tgz", + "integrity": "sha512-xTb7MRf4LY8Z5rzn7aIx4TDrwYJrjcHnIfU1TqtyZOoObyuGSpAUwIvVuqq5wPnv7WEgQr8UvO1q/dgoGG4HjA==", "devOptional": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/package.json b/package.json index ebd90c6..a279538 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint": "8.41.0", "stylelint": "14.16.1", "stylelint-config-standard-scss": "^6.1.0", - "webpack": "5.84.1", + "webpack": "5.85.1", "webpack-cli": "5.1.1" } }