Bump @cypress/webpack-preprocessor from 5.14.0 to 5.15.0 (#3631)

Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.14.0 to 5.15.0.
- [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.14.0...@cypress/webpack-preprocessor-v5.15.0)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-10-24 10:08:09 +02:00 committed by GitHub
parent 77ff9f7574
commit 9bbf0de066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View file

@ -76,7 +76,7 @@
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
"@cypress/webpack-preprocessor": "^5.14.0",
"@cypress/webpack-preprocessor": "^5.15.0",
"@octokit/rest": "^19.0.5",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.5",

13
package-lock.json generated
View file

@ -112,7 +112,7 @@
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
"@cypress/webpack-preprocessor": "^5.14.0",
"@cypress/webpack-preprocessor": "^5.15.0",
"@octokit/rest": "^19.0.5",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.5",
@ -2668,9 +2668,10 @@
}
},
"node_modules/@cypress/webpack-preprocessor": {
"version": "5.14.0",
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.0.tgz",
"integrity": "sha512-fwgki3deJLnNAnnWn0ocsnSY6zyYjNe7oqGFqqWl9S4GSO2lgvZX/7VaZYNWhYefm1gWc+ka98TTWqFDI2opxQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"bluebird": "3.7.1",
"debug": "^4.3.2",
@ -16577,7 +16578,9 @@
}
},
"@cypress/webpack-preprocessor": {
"version": "5.14.0",
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.0.tgz",
"integrity": "sha512-fwgki3deJLnNAnnWn0ocsnSY6zyYjNe7oqGFqqWl9S4GSO2lgvZX/7VaZYNWhYefm1gWc+ka98TTWqFDI2opxQ==",
"dev": true,
"requires": {
"bluebird": "3.7.1",
@ -17920,7 +17923,7 @@
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
"@cypress/webpack-preprocessor": "^5.14.0",
"@cypress/webpack-preprocessor": "^5.15.0",
"@keycloak/keycloak-admin-client": "^19.0.3",
"@octokit/rest": "^19.0.5",
"@patternfly/patternfly": "^4.217.1",