cypress dev dependency

deepsource-autofix-76c6eb20
Dan Gowans 2023-02-03 10:45:57 -05:00
parent b2dc453b44
commit 739d224dcf
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -79,7 +79,7 @@
"bulma-steps": "^2.2.1",
"bulma-switch": "^2.0.4",
"bulma-tooltip": "^3.0.2",
"cypress": "^12.5.0",
"cypress": "^12.5.1",
"cypress-axe": "^1.3.0",
"eslint": "^8.33.0",
"eslint-config-standard-with-typescript": "^34.0.0",
@ -3322,9 +3322,9 @@
}
},
"node_modules/cypress": {
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.0.tgz",
"integrity": "sha512-CRo1DIr0LoCE3SNb/kJ0TZM9dIdiy7fNlRp/YoPfAv+XOKZV27LQ7zZUi4lMmHIEo3K0dAN5+tJ/8eZc/Jmbyg==",
"version": "12.5.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz",
"integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -15090,9 +15090,9 @@
}
},
"cypress": {
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.0.tgz",
"integrity": "sha512-CRo1DIr0LoCE3SNb/kJ0TZM9dIdiy7fNlRp/YoPfAv+XOKZV27LQ7zZUi4lMmHIEo3K0dAN5+tJ/8eZc/Jmbyg==",
"version": "12.5.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz",
"integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",

View File

@ -102,7 +102,7 @@
"bulma-steps": "^2.2.1",
"bulma-switch": "^2.0.4",
"bulma-tooltip": "^3.0.2",
"cypress": "^12.5.0",
"cypress": "^12.5.1",
"cypress-axe": "^1.3.0",
"eslint": "^8.33.0",
"eslint-config-standard-with-typescript": "^34.0.0",