Bump @cypress/webpack-preprocessor from 5.9.1 to 5.10.0
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.9.1 to 5.10.0. - [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.9.1...@cypress/webpack-preprocessor-v5.10.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>
This commit is contained in:
parent
b071724329
commit
51d95388b4
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
||||
"@cypress/webpack-preprocessor": "^5.9.1",
|
||||
"@cypress/webpack-preprocessor": "^5.10.0",
|
||||
"@jest/types": "^27.2.5",
|
||||
"@snowpack/app-scripts-react": "^2.0.1",
|
||||
"@snowpack/plugin-postcss": "^1.4.3",
|
||||
|
@ -2620,9 +2620,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@cypress/webpack-preprocessor": {
|
||||
"version": "5.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.9.1.tgz",
|
||||
"integrity": "sha512-cg1ikftIo7NdlRA8ocNSxWjHJlh1JlTkN9ZfXUuKWWcJgrEdYLjXk0UzY6gYbLLaFka4oIhN6SvL5Y/7iELvgg==",
|
||||
"version": "5.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.10.0.tgz",
|
||||
"integrity": "sha512-KzcDBjos3rIw58imyvATYTNi9CB+Co0SFUhexmuH2c+Wk1ksSM3g4XmxUUIaJJvDwmIK4tcoBMYd9Lzle8bR7A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"bluebird": "^3.7.1",
|
||||
|
@ -23216,9 +23216,9 @@
|
|||
}
|
||||
},
|
||||
"@cypress/webpack-preprocessor": {
|
||||
"version": "5.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.9.1.tgz",
|
||||
"integrity": "sha512-cg1ikftIo7NdlRA8ocNSxWjHJlh1JlTkN9ZfXUuKWWcJgrEdYLjXk0UzY6gYbLLaFka4oIhN6SvL5Y/7iELvgg==",
|
||||
"version": "5.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.10.0.tgz",
|
||||
"integrity": "sha512-KzcDBjos3rIw58imyvATYTNi9CB+Co0SFUhexmuH2c+Wk1ksSM3g4XmxUUIaJJvDwmIK4tcoBMYd9Lzle8bR7A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bluebird": "^3.7.1",
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
||||
"@cypress/webpack-preprocessor": "^5.9.1",
|
||||
"@cypress/webpack-preprocessor": "^5.10.0",
|
||||
"@jest/types": "^27.2.5",
|
||||
"@snowpack/app-scripts-react": "^2.0.1",
|
||||
"@snowpack/plugin-postcss": "^1.4.3",
|
||||
|
|
Loading…
Reference in a new issue