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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-06 11:51:36 +00:00 committed by GitHub
parent b667cfc452
commit 18fe964baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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",

10
package-lock.json generated
View file

@ -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"
}
},