From 1819bb5cef2529fcfc1657dd265247a24e0fb4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:50:13 +0000 Subject: [PATCH] Bump @cypress/webpack-preprocessor from 5.16.2 to 5.16.3 (#4371) Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.16.2 to 5.16.3. - [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.2...@cypress/webpack-preprocessor-v5.16.3) --- 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 9cedbc22d0..44e9bf97db 100644 --- a/apps/admin-ui/package.json +++ b/apps/admin-ui/package.json @@ -90,7 +90,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.2", + "@cypress/webpack-preprocessor": "^5.16.3", "@testing-library/cypress": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", diff --git a/package-lock.json b/package-lock.json index 974e651a7b..bf16ee14cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,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.2", + "@cypress/webpack-preprocessor": "^5.16.3", "@testing-library/cypress": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", @@ -3171,9 +3171,9 @@ } }, "node_modules/@cypress/webpack-preprocessor": { - "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==", + "version": "5.16.3", + "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.16.3.tgz", + "integrity": "sha512-juGT69ak9iShluyZYmjQnoKV3+ixIXpf/e/TdgB6qoueZHVLQbsqBDEwGsssq5juHhR8v//E4Drwfh0eYLWRNg==", "dev": true, "dependencies": { "@babel/core": "^7.0.1", @@ -3181,7 +3181,7 @@ "@babel/parser": "^7.13.0", "@babel/traverse": "^7.17.9", "bluebird": "3.7.1", - "debug": "^4.3.2", + "debug": "^4.3.4", "fs-extra": "^10.1.0", "loader-utils": "^2.0.0", "lodash": "^4.17.20",