Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update cypress to 9.7
Sebastian Martinez committed 3 years ago
commit 24a50014b360a84ff089129b9efe9c6cbee1c427
parent b384052dfaf690a0576cc208cdbeb6f4b9bd3030
2 files changed +10 -10
modified package-lock.json
@@ -48,7 +48,7 @@
        "@types/sanitize-html": "^2.6.2",
        "@typescript-eslint/eslint-plugin": "^5.25.0",
        "@typescript-eslint/parser": "^5.25.0",
-
        "cypress": "^9.5.1",
+
        "cypress": "^9.7.0",
        "eslint": "^7.28.0",
        "eslint-plugin-radicle": "^0.2.0",
        "eslint-plugin-svelte3": "^3.2.0",
@@ -5659,9 +5659,9 @@
      "dev": true
    },
    "node_modules/cypress": {
-
      "version": "9.5.2",
-
      "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.2.tgz",
-
      "integrity": "sha512-gYiQYvJozMzDOriUV1rCt6CeRM/pRK4nhwGJj3nJQyX2BoUdTCVwp30xDMKc771HiNVhBtgj5o5/iBdVDVXQUg==",
+
      "version": "9.7.0",
+
      "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
+
      "integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
      "dev": true,
      "hasInstallScript": true,
      "dependencies": {
@@ -5697,7 +5697,7 @@
        "listr2": "^3.8.3",
        "lodash": "^4.17.21",
        "log-symbols": "^4.0.0",
-
        "minimist": "^1.2.5",
+
        "minimist": "^1.2.6",
        "ospath": "^1.2.2",
        "pretty-bytes": "^5.6.0",
        "proxy-from-env": "1.0.0",
@@ -17006,9 +17006,9 @@
      "dev": true
    },
    "cypress": {
-
      "version": "9.5.2",
-
      "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.2.tgz",
-
      "integrity": "sha512-gYiQYvJozMzDOriUV1rCt6CeRM/pRK4nhwGJj3nJQyX2BoUdTCVwp30xDMKc771HiNVhBtgj5o5/iBdVDVXQUg==",
+
      "version": "9.7.0",
+
      "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.7.0.tgz",
+
      "integrity": "sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==",
      "dev": true,
      "requires": {
        "@cypress/request": "^2.88.10",
@@ -17043,7 +17043,7 @@
        "listr2": "^3.8.3",
        "lodash": "^4.17.21",
        "log-symbols": "^4.0.0",
-
        "minimist": "^1.2.5",
+
        "minimist": "^1.2.6",
        "ospath": "^1.2.2",
        "pretty-bytes": "^5.6.0",
        "proxy-from-env": "1.0.0",
modified package.json
@@ -25,7 +25,7 @@
    "@types/sanitize-html": "^2.6.2",
    "@typescript-eslint/eslint-plugin": "^5.25.0",
    "@typescript-eslint/parser": "^5.25.0",
-
    "cypress": "^9.5.1",
+
    "cypress": "^9.7.0",
    "eslint": "^7.28.0",
    "eslint-plugin-radicle": "^0.2.0",
    "eslint-plugin-svelte3": "^3.2.0",