From 18fe964baf3e16ecee190e4ab4a013f5eb094bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:51:36 +0000 Subject: [PATCH] Bump @cypress/webpack-preprocessor from 5.16.1 to 5.16.2 (#4336) Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.16.1 to 5.16.2. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.16.1...@cypress/webpack-preprocessor-v5.16.2) --- updated-dependencies: - dependency-name: "@cypress/webpack-preprocessor" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/admin-ui/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/admin-ui/package.json b/apps/admin-ui/package.json index 2ad2c05325..1e5f808f6f 100644 --- a/apps/admin-ui/package.json +++ b/apps/admin-ui/package.json @@ -91,7 +91,7 @@ "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@cypress/webpack-batteries-included-preprocessor": "^2.3.0", - "@cypress/webpack-preprocessor": "^5.16.1", + "@cypress/webpack-preprocessor": "^5.16.2", "@testing-library/cypress": "^8.0.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", diff --git a/package-lock.json b/package-lock.json index ca69069f15..8dcf2008d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@cypress/webpack-batteries-included-preprocessor": "^2.3.0", - "@cypress/webpack-preprocessor": "^5.16.1", + "@cypress/webpack-preprocessor": "^5.16.2", "@testing-library/cypress": "^8.0.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", @@ -2827,9 +2827,9 @@ } }, "node_modules/@cypress/webpack-preprocessor": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.16.1.tgz", - "integrity": "sha512-KZ6xdQmPd0YocbxDJc7l3Ov53eYmkWLCkpbMQSVIWSTZMjzK96V8GG7tGSg9TGUEeYCZitDli8NijvoXCRJU7g==", + "version": "5.16.2", + "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.16.2.tgz", + "integrity": "sha512-C24bpNzRtrV6VhEsmn378Ww/FuhgIULYwYv3NdU0/umA2NuvX/QCGOS61GZu3WS3+6ZQEb6hFtnyQCxpS0CL0Q==", "dev": true, "dependencies": { "@babel/core": "^7.0.1", @@ -2848,7 +2848,7 @@ "peerDependencies": { "@babel/core": "^7.0.1", "@babel/preset-env": "^7.0.0", - "babel-loader": "^8.0.2", + "babel-loader": "^8.0.2 || ^9", "webpack": "^4 || ^5" } },