Build(deps-dev): Bump cypress from 12.4.1 to 12.5.1 (#2967)

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.4.1 to 12.5.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.4.1...v12.5.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-14 00:09:28 +00:00 committed by GitHub
parent da625e21b4
commit aa1b60a625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8454,9 +8454,9 @@
"dev": true "dev": true
}, },
"cypress": { "cypress": {
"version": "12.4.1", "version": "12.5.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.4.1.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz",
"integrity": "sha512-IFMPzc1RJ22Fac+YbdqywtpcuqZXqQJh+JqZDXn+A15zG/dw99njfv8f0bTvD+WAHhP118+xWG/VwilkFg1rnA==", "integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cypress/request": "^2.88.10", "@cypress/request": "^2.88.10",

View File

@ -84,7 +84,7 @@
"commander": "^6.1.0", "commander": "^6.1.0",
"connect-history-api-fallback": "^2.0.0", "connect-history-api-fallback": "^2.0.0",
"cspell": "^6.23.0", "cspell": "^6.23.0",
"cypress": "^12.4.1", "cypress": "^12.5.1",
"dotenv": "8.2.0", "dotenv": "8.2.0",
"dotenv-expand": "^5.1.0", "dotenv-expand": "^5.1.0",
"envsub": "^4.1.0", "envsub": "^4.1.0",