Merge pull request #1075 from paperless-ngx/dependabot/npm_and_yarn/src-ui/dev/cypress/schematic-2.0.0

This commit is contained in:
shamoon 2022-06-01 14:53:12 -07:00 committed by GitHub
commit 9a47fc747f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -16,6 +16,7 @@
"@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11",
"@angular/router": "~13.3.11",
"@cypress/schematic": "^2.0.0",
"@ng-bootstrap/ng-bootstrap": "^12.1.2",
"@ng-select/ng-select": "^8.1.1",
"@ngneat/dirty-check-forms": "^3.0.2",
@ -49,7 +50,7 @@
"wait-on": "~6.0.1"
},
"optionalDependencies": {
"@cypress/schematic": "^1.6.0",
"@cypress/schematic": "^2.0.0",
"cypress": "~9.6.0"
}
},
@ -4168,9 +4169,9 @@
}
},
"node_modules/@cypress/schematic": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-1.7.0.tgz",
"integrity": "sha512-CouQrVlZ+uHVVBQtmNoMYU9LyoSAmQTOLDpVjrdTdMPpJH1mWnHCL5OCMt+FZLR+43KRiWEvDUjNqSza11oGsQ==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-2.0.0.tgz",
"integrity": "sha512-cKIyL1Gm/EU+eXTwYpxgFLdToVIpJwJHvUW+MVYpnoacfvPUU3UhgJsicPihw6e0hR0j/WImBkaIEqjH1MZK4Q==",
"optional": true,
"dependencies": {
"@angular-devkit/architect": "^0.1202.10",
@ -22591,9 +22592,9 @@
}
},
"@cypress/schematic": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-1.7.0.tgz",
"integrity": "sha512-CouQrVlZ+uHVVBQtmNoMYU9LyoSAmQTOLDpVjrdTdMPpJH1mWnHCL5OCMt+FZLR+43KRiWEvDUjNqSza11oGsQ==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-2.0.0.tgz",
"integrity": "sha512-cKIyL1Gm/EU+eXTwYpxgFLdToVIpJwJHvUW+MVYpnoacfvPUU3UhgJsicPihw6e0hR0j/WImBkaIEqjH1MZK4Q==",
"optional": true,
"requires": {
"@angular-devkit/architect": "^0.1202.10",

View File

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