Bump @cypress/webpack-preprocessor from 5.12.0 to 5.12.1
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.12.0 to 5.12.1. - [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.0...@cypress/webpack-preprocessor-v5.12.1) --- 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:
parent
ee55faaa4f
commit
3daad32e59
2 changed files with 8 additions and 5 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -34,7 +34,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.0",
|
||||
"@cypress/webpack-preprocessor": "^5.12.1",
|
||||
"@octokit/rest": "^19.0.1",
|
||||
"@testing-library/cypress": "^8.0.3",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
|
@ -2490,9 +2490,10 @@
|
|||
"license": "ISC"
|
||||
},
|
||||
"node_modules/@cypress/webpack-preprocessor": {
|
||||
"version": "5.12.0",
|
||||
"version": "5.12.1",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.12.1.tgz",
|
||||
"integrity": "sha512-K5b/hbLZmoIrLzoehb5vh8PBD24XLiDi2+fTKKGOALK2QjP8qgu4l3CbcDSM+lCTee3fzfgQrDcAFPzJT4TyDQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bluebird": "3.7.1",
|
||||
"debug": "^4.3.2",
|
||||
|
@ -16020,7 +16021,9 @@
|
|||
}
|
||||
},
|
||||
"@cypress/webpack-preprocessor": {
|
||||
"version": "5.12.0",
|
||||
"version": "5.12.1",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.12.1.tgz",
|
||||
"integrity": "sha512-K5b/hbLZmoIrLzoehb5vh8PBD24XLiDi2+fTKKGOALK2QjP8qgu4l3CbcDSM+lCTee3fzfgQrDcAFPzJT4TyDQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bluebird": "3.7.1",
|
||||
|
|
|
@ -52,7 +52,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.0",
|
||||
"@cypress/webpack-preprocessor": "^5.12.1",
|
||||
"@octokit/rest": "^19.0.1",
|
||||
"@testing-library/cypress": "^8.0.3",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
|
|
Loading…
Reference in a new issue