Merge pull request #1720 from wbkd/dependabot/npm_and_yarn/main/cypress-9.1.0

chore(deps-dev): bump cypress from 9.0.0 to 9.1.0
This commit is contained in:
Moritz Klack
2021-12-02 21:41:04 +01:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"@types/resize-observer-browser": "^0.1.6",
"autoprefixer": "^10.4.0",
"babel-preset-react-app": "^10.0.0",
"cypress": "^9.0.0",
"cypress": "^9.1.0",
"postcss": "^8.4.4",
"postcss-cli": "^9.0.2",
"postcss-nested": "^5.0.6",
@@ -4491,9 +4491,9 @@
"integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw=="
},
"node_modules/cypress": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.0.0.tgz",
"integrity": "sha512-/93SWBZTw7BjFZ+I9S8SqkFYZx7VhedDjTtRBmXO0VzTeDbmxgK/snMJm/VFjrqk/caWbI+XY4Qr80myDMQvYg==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.1.0.tgz",
"integrity": "sha512-fyXcCN51vixkPrz/vO/Qy6WL3hKYJzCQFeWofOpGOFewVVXrGfmfSOGFntXpzWBXsIwPn3wzW0HOFw51jZajNQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -4504,7 +4504,7 @@
"@types/sizzle": "^2.3.2",
"arch": "^2.2.0",
"blob-util": "^2.0.2",
"bluebird": "^3.7.2",
"bluebird": "3.7.2",
"cachedir": "^2.3.0",
"chalk": "^4.1.0",
"check-more-types": "^2.24.0",
@@ -14252,9 +14252,9 @@
"integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw=="
},
"cypress": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.0.0.tgz",
"integrity": "sha512-/93SWBZTw7BjFZ+I9S8SqkFYZx7VhedDjTtRBmXO0VzTeDbmxgK/snMJm/VFjrqk/caWbI+XY4Qr80myDMQvYg==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.1.0.tgz",
"integrity": "sha512-fyXcCN51vixkPrz/vO/Qy6WL3hKYJzCQFeWofOpGOFewVVXrGfmfSOGFntXpzWBXsIwPn3wzW0HOFw51jZajNQ==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.7",
@@ -14264,7 +14264,7 @@
"@types/sizzle": "^2.3.2",
"arch": "^2.2.0",
"blob-util": "^2.0.2",
"bluebird": "^3.7.2",
"bluebird": "3.7.2",
"cachedir": "^2.3.0",
"chalk": "^4.1.0",
"check-more-types": "^2.24.0",

View File

@@ -56,7 +56,7 @@
"@types/resize-observer-browser": "^0.1.6",
"autoprefixer": "^10.4.0",
"babel-preset-react-app": "^10.0.0",
"cypress": "^9.0.0",
"cypress": "^9.1.0",
"postcss": "^8.4.4",
"postcss-cli": "^9.0.2",
"postcss-nested": "^5.0.6",