From c2a9f78c8a577f77f242842fcead9515b2efdcb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:28:18 +0000 Subject: [PATCH] chore: Bump webpack from 5.92.0 to 5.92.1 in /test/cypress Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.92.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.92.0...v5.92.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/cypress/package-lock.json | 14 +++++++------- test/cypress/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/cypress/package-lock.json b/test/cypress/package-lock.json index 48486584..550398d7 100644 --- a/test/cypress/package-lock.json +++ b/test/cypress/package-lock.json @@ -14,7 +14,7 @@ "cypress-wait-until": "^3.0.1", "html-webpack-plugin": "^5.6.0", "http-server": "^14.1.1", - "webpack": "^5.92.0", + "webpack": "^5.92.1", "webpack-cli": "^5.1.4" } }, @@ -4671,9 +4671,9 @@ } }, "node_modules/webpack": { - "version": "5.92.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.0.tgz", - "integrity": "sha512-Bsw2X39MYIgxouNATyVpCNVWBCuUwDgWtN78g6lSdPJRLaQ/PUVm/oXcaRAyY/sMFoKFQrsPeqvTizWtq7QPCA==", + "version": "5.92.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", + "integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -8384,9 +8384,9 @@ } }, "webpack": { - "version": "5.92.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.0.tgz", - "integrity": "sha512-Bsw2X39MYIgxouNATyVpCNVWBCuUwDgWtN78g6lSdPJRLaQ/PUVm/oXcaRAyY/sMFoKFQrsPeqvTizWtq7QPCA==", + "version": "5.92.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", + "integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/test/cypress/package.json b/test/cypress/package.json index 99259c2d..36673877 100644 --- a/test/cypress/package.json +++ b/test/cypress/package.json @@ -16,7 +16,7 @@ "cypress-wait-until": "^3.0.1", "html-webpack-plugin": "^5.6.0", "http-server": "^14.1.1", - "webpack": "^5.92.0", + "webpack": "^5.92.1", "webpack-cli": "^5.1.4" } } \ No newline at end of file