From 371a29bf697a800c450506ea207841b382c01aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 14:39:59 +0000 Subject: [PATCH] build(deps): Bump cypress from 9.6.0 to 9.6.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 9.6.0 to 9.6.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v9.6.0...v9.6.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ff795182..e8eb1797b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,7 @@ "@angular/platform-browser-dynamic": "~13.3.7", "@angular/router": "~13.3.4", "@open-amt-cloud-toolkit/ui-toolkit-angular": "^3.0.1", + "cypress": "^9.6.1", "moment": "^2.29.3", "ngx-moment": "^6.0.2", "ngx-mqtt": "^9.0.5", @@ -62,7 +63,7 @@ "typescript": "~4.6.4" }, "optionalDependencies": { - "cypress": "^9.6.0", + "cypress": "^9.6.1", "cypress-file-upload": "^5.0.8" } }, @@ -6470,9 +6471,9 @@ "dev": true }, "node_modules/cypress": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz", - "integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.1.tgz", + "integrity": "sha512-ECzmV7pJSkk+NuAhEw6C3D+RIRATkSb2VAHXDY6qGZbca/F9mv5pPsj2LO6Ty6oIFVBTrwCyL9agl28MtJMe2g==", "hasInstallScript": true, "optional": true, "dependencies": { @@ -21491,9 +21492,9 @@ "dev": true }, "cypress": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz", - "integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.1.tgz", + "integrity": "sha512-ECzmV7pJSkk+NuAhEw6C3D+RIRATkSb2VAHXDY6qGZbca/F9mv5pPsj2LO6Ty6oIFVBTrwCyL9agl28MtJMe2g==", "optional": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index 93d801752..b56fd2db5 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "typescript": "~4.6.4" }, "optionalDependencies": { - "cypress": "^9.6.0", + "cypress": "^9.6.1", "cypress-file-upload": "^5.0.8" } } \ No newline at end of file