From f9ba7aae3491fa2bbc13052bd217086f110a7147 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 14 Apr 2024 20:38:12 -0400 Subject: [PATCH] COMP: Bump Cypress version for Firefox compatibility --- wasm/typescript/package-lock.json | 19 ++++++------------- wasm/typescript/package.json | 4 ++-- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/wasm/typescript/package-lock.json b/wasm/typescript/package-lock.json index 1a5be250..0de0759c 100644 --- a/wasm/typescript/package-lock.json +++ b/wasm/typescript/package-lock.json @@ -20,7 +20,7 @@ "@shoelace-style/shoelace": "^2.5.2", "@types/node": "^20.2.5", "ava": "^5.3.1", - "cypress": "^13.2.0", + "cypress": "^13.7.3", "debug": "^4.3.4", "itk-image-io": "^1.0.0-b.146", "rollup": "^3.9.0", @@ -1929,21 +1929,20 @@ } }, "node_modules/cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.7.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz", + "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==", "dev": true, "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", - "@types/node": "^18.17.5", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", "arch": "^2.2.0", "blob-util": "^2.0.2", "bluebird": "^3.7.2", - "buffer": "^5.6.0", + "buffer": "^5.7.1", "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", @@ -1961,7 +1960,7 @@ "figures": "^3.2.0", "fs-extra": "^9.1.0", "getos": "^3.2.1", - "is-ci": "^3.0.0", + "is-ci": "^3.0.1", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", "listr2": "^3.8.3", @@ -1986,12 +1985,6 @@ "node": "^16.0.0 || ^18.0.0 || >=20.0.0" } }, - "node_modules/cypress/node_modules/@types/node": { - "version": "18.17.18", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.18.tgz", - "integrity": "sha512-/4QOuy3ZpV7Ya1GTRz5CYSz3DgkKpyUptXuQ5PPce7uuyJAOR7r9FhkmxJfvcNUXyklbC63a+YvB3jxy7s9ngw==", - "dev": true - }, "node_modules/cypress/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", diff --git a/wasm/typescript/package.json b/wasm/typescript/package.json index bfc12b46..67a2720e 100644 --- a/wasm/typescript/package.json +++ b/wasm/typescript/package.json @@ -51,7 +51,7 @@ "@shoelace-style/shoelace": "^2.5.2", "@types/node": "^20.2.5", "ava": "^5.3.1", - "cypress": "^13.2.0", + "cypress": "^13.7.3", "debug": "^4.3.4", "itk-image-io": "^1.0.0-b.146", "rollup": "^3.9.0", @@ -70,4 +70,4 @@ "type": "git", "url": "https://github.com/InsightSoftwareConsortium/ITKElastix" } -} \ No newline at end of file +}