diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-28 01:21:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-28 01:21:52 +0000 |
commit | e812c2cde58f341cbec0e11e944c59f8270a9a20 (patch) | |
tree | c4c5badef9513cc3fd78488278e491cb1f1d6823 | |
parent | a0289e6bf134059939083a6fff911b7b3d211751 (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable28/cypress-13.13.3.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable28/cypress-13.13.3.zip |
chore(deps-dev): Bump cypress from 13.13.2 to 13.13.3dependabot/npm_and_yarn/stable28/cypress-13.13.3
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.13.3.
- [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/v13.13.2...v13.13.3)
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 3a1db25f5de..5471068d797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -118,7 +118,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.13.2", + "cypress": "^13.13.3", "cypress-axe": "^1.5.0", "cypress-delete-downloads-folder": "^0.0.6", "cypress-if": "^1.12.5", @@ -10168,9 +10168,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.13.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz", - "integrity": "sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==", + "version": "13.13.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", + "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 99662645aa7..9163e47ae9e 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.13.2", + "cypress": "^13.13.3", "cypress-axe": "^1.5.0", "cypress-delete-downloads-folder": "^0.0.6", "cypress-if": "^1.12.5", |