Bump @cypress/webpack-preprocessor from 5.12.1 to 5.12.2

Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.12.1 to 5.12.2.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.12.1...@cypress/webpack-preprocessor-v5.12.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>
This commit is contained in:
dependabot[bot] 2022-08-16 09:09:21 +00:00 committed by Jon Koops
parent 936d02150b
commit 877137fb33
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -35,7 +35,7 @@
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
"@cypress/webpack-preprocessor": "^5.12.1",
"@cypress/webpack-preprocessor": "^5.12.2",
"@octokit/rest": "^19.0.1",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.5",
@ -2492,9 +2492,9 @@
"license": "ISC"
},
"node_modules/@cypress/webpack-preprocessor": {
"version": "5.12.1",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.12.1.tgz",
"integrity": "sha512-K5b/hbLZmoIrLzoehb5vh8PBD24XLiDi2+fTKKGOALK2QjP8qgu4l3CbcDSM+lCTee3fzfgQrDcAFPzJT4TyDQ==",
"version": "5.12.2",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.12.2.tgz",
"integrity": "sha512-t29wEFvI87IMnCd8taRunwStNsFjFWg138fGF0hPQOYgSj30fbzCEwFD9cAQLYMMcjjuXcnnw8yOfkzIZBBNVQ==",
"dev": true,
"dependencies": {
"bluebird": "3.7.1",
@ -15922,9 +15922,9 @@
}
},
"@cypress/webpack-preprocessor": {
"version": "5.12.1",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.12.1.tgz",
"integrity": "sha512-K5b/hbLZmoIrLzoehb5vh8PBD24XLiDi2+fTKKGOALK2QjP8qgu4l3CbcDSM+lCTee3fzfgQrDcAFPzJT4TyDQ==",
"version": "5.12.2",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.12.2.tgz",
"integrity": "sha512-t29wEFvI87IMnCd8taRunwStNsFjFWg138fGF0hPQOYgSj30fbzCEwFD9cAQLYMMcjjuXcnnw8yOfkzIZBBNVQ==",
"dev": true,
"requires": {
"bluebird": "3.7.1",

View file

@ -53,7 +53,7 @@
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
"@cypress/webpack-preprocessor": "^5.12.1",
"@cypress/webpack-preprocessor": "^5.12.2",
"@octokit/rest": "^19.0.1",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.5",