diff --git a/package-lock.json b/package-lock.json index ffd008eed..e7912e1dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11655,17 +11655,41 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz", - "integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==", - "license": "MIT", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", + "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", "dependencies": { - "globals": "^11.12.0" + "globals": "^13.20.0" }, "peerDependencies": { "eslint": ">= 3.2.1" } }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-plugin-es": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz", @@ -28555,7 +28579,7 @@ }, "packages/sui-bundler": { "name": "@s-ui/bundler", - "version": "9.67.0", + "version": "9.69.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -28591,7 +28615,7 @@ "stream-http": "3.2.0", "strip-ansi": "6.0.1", "style-loader": "3.3.4", - "svg-spritemap-webpack-plugin": "^4.6.0", + "svg-spritemap-webpack-plugin": "4.6.0", "swc-loader": "0.2.6", "tailwindcss": "3.4.14", "url": "0.11.0", @@ -29075,7 +29099,7 @@ "eslint-config-standard-react": "13.0.0", "eslint-config-standard-with-typescript": "22.0.0", "eslint-plugin-chai-friendly": "0.7.4", - "eslint-plugin-cypress": "2.12.1", + "eslint-plugin-cypress": "2.15.2", "eslint-plugin-import": "2.30.0", "eslint-plugin-jest": "27.2.1", "eslint-plugin-jest-dom": "4.0.3", diff --git a/packages/sui-lint/package.json b/packages/sui-lint/package.json index a6de2c8c1..859e52fad 100644 --- a/packages/sui-lint/package.json +++ b/packages/sui-lint/package.json @@ -27,7 +27,7 @@ "eslint-config-standard-react": "13.0.0", "eslint-config-standard-with-typescript": "22.0.0", "eslint-plugin-chai-friendly": "0.7.4", - "eslint-plugin-cypress": "2.12.1", + "eslint-plugin-cypress": "2.15.2", "eslint-plugin-import": "2.30.0", "eslint-plugin-jest": "27.2.1", "eslint-plugin-jest-dom": "4.0.3",