Merge pull request #800 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypress-9.6.0

Bump cypress from 9.5.3 to 9.6.0 in /src-ui
This commit is contained in:
shamoon 2022-04-25 12:18:54 -07:00 committed by GitHub
commit f4eefcea13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -21,6 +21,7 @@
"@ngneat/dirty-check-forms": "^3.0.2", "@ngneat/dirty-check-forms": "^3.0.2",
"@popperjs/core": "^2.11.4", "@popperjs/core": "^2.11.4",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"cypress": "~9.6.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"ng2-pdf-viewer": "^9.0.0", "ng2-pdf-viewer": "^9.0.0",
"ngx-color": "^7.3.3", "ngx-color": "^7.3.3",
@ -48,7 +49,7 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"@cypress/schematic": "^1.6.0", "@cypress/schematic": "^1.6.0",
"cypress": "~9.5.3" "cypress": "~9.6.0"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -6314,9 +6315,9 @@
"dev": true "dev": true
}, },
"node_modules/cypress": { "node_modules/cypress": {
"version": "9.5.4", "version": "9.6.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz",
"integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==", "integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==",
"hasInstallScript": true, "hasInstallScript": true,
"optional": true, "optional": true,
"dependencies": { "dependencies": {
@ -21673,9 +21674,9 @@
} }
}, },
"cypress": { "cypress": {
"version": "9.5.4", "version": "9.6.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz",
"integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==", "integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==",
"optional": true, "optional": true,
"requires": { "requires": {
"@cypress/request": "^2.88.10", "@cypress/request": "^2.88.10",

View File

@ -52,7 +52,7 @@
"wait-on": "~6.0.1" "wait-on": "~6.0.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"cypress": "~9.5.3", "cypress": "~9.6.0",
"@cypress/schematic": "^1.6.0" "@cypress/schematic": "^1.6.0"
} }
} }