This commit is contained in:
Liyas Thomas
2020-05-27 07:09:37 +05:30
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4899,9 +4899,9 @@
"integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk="
},
"cypress": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-4.6.0.tgz",
"integrity": "sha512-vIPXAceRP+Nxvnm/O9ruY9EQaRGmVVybtk9F1sfC9mH3067YbitrdBTynaaLuHFj90p9e0U2ZCV7OkX4x4V/Wg==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-4.7.0.tgz",
"integrity": "sha512-Vav6wUFhPRlImIND/2lOQlUnAWzgCC/iXyJlJjX9nJOJul5LC1vUpf/m8Oiae870PFPyT0ZLLwPHKTXZNdXmHw==",
"dev": true,
"requires": {
"@cypress/listr-verbose-renderer": "0.4.1",

View File

@@ -55,7 +55,7 @@
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.3.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"cypress": "^4.6.0",
"cypress": "^4.7.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.2.5",