Bump @cypress/webpack-preprocessor from 5.16.2 to 5.16.3 (#4371)
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.16.2 to 5.16.3. - [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.2...@cypress/webpack-preprocessor-v5.16.3) --- 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:
parent
e00640b00e
commit
1819bb5cef
2 changed files with 6 additions and 6 deletions
|
@ -90,7 +90,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.2",
|
||||
"@cypress/webpack-preprocessor": "^5.16.3",
|
||||
"@testing-library/cypress": "^9.0.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
|
|
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -88,7 +88,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.2",
|
||||
"@cypress/webpack-preprocessor": "^5.16.3",
|
||||
"@testing-library/cypress": "^9.0.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
|
@ -3171,9 +3171,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@cypress/webpack-preprocessor": {
|
||||
"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==",
|
||||
"version": "5.16.3",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.16.3.tgz",
|
||||
"integrity": "sha512-juGT69ak9iShluyZYmjQnoKV3+ixIXpf/e/TdgB6qoueZHVLQbsqBDEwGsssq5juHhR8v//E4Drwfh0eYLWRNg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.1",
|
||||
|
@ -3181,7 +3181,7 @@
|
|||
"@babel/parser": "^7.13.0",
|
||||
"@babel/traverse": "^7.17.9",
|
||||
"bluebird": "3.7.1",
|
||||
"debug": "^4.3.2",
|
||||
"debug": "^4.3.4",
|
||||
"fs-extra": "^10.1.0",
|
||||
"loader-utils": "^2.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
|
|
Loading…
Reference in a new issue