From 3dca012ef6dac6e6852c22604fcd61123ae3587d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:18:59 -0600 Subject: [PATCH] dev(deps-dev): bump cypress from 13.5.0 to 13.5.1 (#1119) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 609f2226..ea31082c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@nuxt/types": "^2.17.2", "@nuxtjs/eslint-config": "^12.0.0", "@nuxtjs/eslint-module": "^4.1.0", - "cypress": "^13.5.0", + "cypress": "^13.5.1", "eslint": "^8.4.1", "eslint-config-prettier": "^9.0.0", "eslint-plugin-cypress": "^2.15.1", @@ -9923,9 +9923,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "node_modules/cypress": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", - "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz", + "integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -31787,9 +31787,9 @@ "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" }, "cypress": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", - "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.1.tgz", + "integrity": "sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index a4d2ad8a..d16f5270 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nuxt/types": "^2.17.2", "@nuxtjs/eslint-config": "^12.0.0", "@nuxtjs/eslint-module": "^4.1.0", - "cypress": "^13.5.0", + "cypress": "^13.5.1", "eslint": "^8.4.1", "eslint-config-prettier": "^9.0.0", "eslint-plugin-cypress": "^2.15.1",