Bump @cypress/webpack-preprocessor from 5.15.3 to 5.15.5 (#3755)
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.15.3 to 5.15.5. - [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.15.3...@cypress/webpack-preprocessor-v5.15.5) --- 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> 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
7b7e70e9b3
commit
95815636b8
2 changed files with 29 additions and 9 deletions
|
@ -89,7 +89,7 @@
|
|||
"@babel/core": "^7.20.2",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
||||
"@cypress/webpack-preprocessor": "^5.15.3",
|
||||
"@cypress/webpack-preprocessor": "^5.15.5",
|
||||
"@octokit/rest": "^19.0.5",
|
||||
"@testing-library/cypress": "^8.0.3",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
|
|
36
package-lock.json
generated
36
package-lock.json
generated
|
@ -173,7 +173,7 @@
|
|||
"@babel/core": "^7.20.2",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
||||
"@cypress/webpack-preprocessor": "^5.15.3",
|
||||
"@cypress/webpack-preprocessor": "^5.15.5",
|
||||
"@octokit/rest": "^19.0.5",
|
||||
"@testing-library/cypress": "^8.0.3",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
|
@ -3079,11 +3079,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@cypress/webpack-preprocessor": {
|
||||
"version": "5.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.3.tgz",
|
||||
"integrity": "sha512-yFUF1skVRv8blcY9nxrUeYua9MLDci+QInjhBz0Ur9CVlYfk5WBmtHn///BwFDYWnPB0h7gXqWgRoPonJKHO3w==",
|
||||
"version": "5.15.5",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.5.tgz",
|
||||
"integrity": "sha512-ZV2ZylabogNDK3+xwDIWswudCJMFDT9XU6tTGni2xWow/brBvI55sEqcjvb6+9x8skMSPM6vLxdvf/FAOmNEFQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/parser": "7.13.0",
|
||||
"bluebird": "3.7.1",
|
||||
"debug": "^4.3.2",
|
||||
"fs-extra": "^10.1.0",
|
||||
|
@ -3100,6 +3101,18 @@
|
|||
"webpack": "^4 || ^5"
|
||||
}
|
||||
},
|
||||
"node_modules/@cypress/webpack-preprocessor/node_modules/@babel/parser": {
|
||||
"version": "7.13.0",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.0.tgz",
|
||||
"integrity": "sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"parser": "bin/babel-parser.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@cypress/webpack-preprocessor/node_modules/fs-extra": {
|
||||
"version": "10.1.0",
|
||||
"dev": true,
|
||||
|
@ -17454,11 +17467,12 @@
|
|||
}
|
||||
},
|
||||
"@cypress/webpack-preprocessor": {
|
||||
"version": "5.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.3.tgz",
|
||||
"integrity": "sha512-yFUF1skVRv8blcY9nxrUeYua9MLDci+QInjhBz0Ur9CVlYfk5WBmtHn///BwFDYWnPB0h7gXqWgRoPonJKHO3w==",
|
||||
"version": "5.15.5",
|
||||
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.5.tgz",
|
||||
"integrity": "sha512-ZV2ZylabogNDK3+xwDIWswudCJMFDT9XU6tTGni2xWow/brBvI55sEqcjvb6+9x8skMSPM6vLxdvf/FAOmNEFQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/parser": "7.13.0",
|
||||
"bluebird": "3.7.1",
|
||||
"debug": "^4.3.2",
|
||||
"fs-extra": "^10.1.0",
|
||||
|
@ -17469,6 +17483,12 @@
|
|||
"webpack-virtual-modules": "^0.4.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/parser": {
|
||||
"version": "7.13.0",
|
||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.0.tgz",
|
||||
"integrity": "sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==",
|
||||
"dev": true
|
||||
},
|
||||
"fs-extra": {
|
||||
"version": "10.1.0",
|
||||
"dev": true,
|
||||
|
@ -19030,7 +19050,7 @@
|
|||
"@babel/core": "^7.20.2",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@cypress/webpack-batteries-included-preprocessor": "^2.2.3",
|
||||
"@cypress/webpack-preprocessor": "^5.15.3",
|
||||
"@cypress/webpack-preprocessor": "^5.15.5",
|
||||
"@keycloak/keycloak-admin-client": "999.0.0-dev",
|
||||
"@octokit/rest": "^19.0.5",
|
||||
"@patternfly/patternfly": "^4.219.2",
|
||||
|
|
Loading…
Reference in a new issue