Merge pull request #1496 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypress-10.7.0

Bump cypress from 10.3.1 to 10.7.0 in /src-ui
This commit is contained in:
shamoon 2022-09-02 00:01:35 -07:00 committed by GitHub
commit 82c6942f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -16,12 +16,12 @@
"@angular/platform-browser": "~14.1.0", "@angular/platform-browser": "~14.1.0",
"@angular/platform-browser-dynamic": "~14.1.0", "@angular/platform-browser-dynamic": "~14.1.0",
"@angular/router": "~14.1.0", "@angular/router": "~14.1.0",
"@cypress/schematic": "^2.1.1",
"@ng-bootstrap/ng-bootstrap": "^13.0.0-beta.1", "@ng-bootstrap/ng-bootstrap": "^13.0.0-beta.1",
"@ng-select/ng-select": "^9.0.2", "@ng-select/ng-select": "^9.0.2",
"@ngneat/dirty-check-forms": "^3.0.2", "@ngneat/dirty-check-forms": "^3.0.2",
"@popperjs/core": "^2.11.6", "@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.0", "bootstrap": "^5.2.0",
"cypress": "~10.7.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"ng2-pdf-viewer": "^9.1.0", "ng2-pdf-viewer": "^9.1.0",
"ngx-color": "^8.0.1", "ngx-color": "^8.0.1",
@ -51,7 +51,7 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"@cypress/schematic": "^2.1.1", "@cypress/schematic": "^2.1.1",
"cypress": "~10.3.1" "cypress": "~10.7.0"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -6607,9 +6607,9 @@
"dev": true "dev": true
}, },
"node_modules/cypress": { "node_modules/cypress": {
"version": "10.3.1", "version": "10.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.1.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.7.0.tgz",
"integrity": "sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w==", "integrity": "sha512-gTFvjrUoBnqPPOu9Vl5SBHuFlzx/Wxg/ZXIz2H4lzoOLFelKeF7mbwYUOzgzgF0oieU2WhJAestQdkgwJMMTvQ==",
"hasInstallScript": true, "hasInstallScript": true,
"optional": true, "optional": true,
"dependencies": { "dependencies": {
@ -21980,9 +21980,9 @@
} }
}, },
"cypress": { "cypress": {
"version": "10.3.1", "version": "10.7.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.1.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.7.0.tgz",
"integrity": "sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w==", "integrity": "sha512-gTFvjrUoBnqPPOu9Vl5SBHuFlzx/Wxg/ZXIz2H4lzoOLFelKeF7mbwYUOzgzgF0oieU2WhJAestQdkgwJMMTvQ==",
"optional": true, "optional": true,
"requires": { "requires": {
"@cypress/request": "^2.88.10", "@cypress/request": "^2.88.10",

View File

@ -55,6 +55,6 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"@cypress/schematic": "^2.1.1", "@cypress/schematic": "^2.1.1",
"cypress": "~10.3.1" "cypress": "~10.7.0"
} }
} }