diff --git a/package-lock.json b/package-lock.json index 8add3dc..fe7f330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@testing-library/user-event": "^14.6.1", "babel-loader": "^10.0.0", "babel-plugin-istanbul": "^6.1.1", - "cypress": "^14.5.1", + "cypress": "^15.1.0", "eslint": "^8.57.1", "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-jest-dom": "^5.5.0", @@ -10209,9 +10209,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.5.4.tgz", - "integrity": "sha512-0Dhm4qc9VatOcI1GiFGVt8osgpPdqJLHzRwcAB5MSD/CAAts3oybvPUPawHyvJZUd8osADqZe/xzMsZ8sDTjXw==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.1.0.tgz", + "integrity": "sha512-jS4EfyOa2W5KXCN02WBdmy4bpBBmLGe+INhZeCvzRksfJuzBSYp3rNg2G+hfOwPzM+wwMwOYCo/kEnH+5RsSjA==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -10241,7 +10241,6 @@ "extract-zip": "2.0.1", "figures": "^3.2.0", "fs-extra": "^9.1.0", - "getos": "^3.2.1", "hasha": "5.2.2", "is-installed-globally": "~0.4.0", "lazy-ass": "^1.6.0", @@ -10256,7 +10255,8 @@ "request-progress": "^3.0.0", "semver": "^7.7.1", "supports-color": "^8.1.1", - "tmp": "~0.2.3", + "systeminformation": "5.27.7", + "tmp": "~0.2.4", "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" @@ -10265,7 +10265,7 @@ "cypress": "bin/cypress" }, "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + "node": "^20.0.0 || ^22.0.0 || >=24.0.0" } }, "node_modules/cypress/node_modules/ansi-styles": { @@ -13180,16 +13180,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/getos": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", - "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "async": "^3.2.0" - } - }, "node_modules/getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", @@ -23046,6 +23036,33 @@ "url": "https://opencollective.com/synckit" } }, + "node_modules/systeminformation": { + "version": "5.27.7", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.27.7.tgz", + "integrity": "sha512-saaqOoVEEFaux4v0K8Q7caiauRwjXC4XbD2eH60dxHXbpKxQ8kH9Rf7Jh+nryKpOUSEFxtCdBlSUx0/lO6rwRg==", + "dev": true, + "license": "MIT", + "os": [ + "darwin", + "linux", + "win32", + "freebsd", + "openbsd", + "netbsd", + "sunos", + "android" + ], + "bin": { + "systeminformation": "lib/cli.js" + }, + "engines": { + "node": ">=8.0.0" + }, + "funding": { + "type": "Buy me a coffee", + "url": "https://www.buymeacoffee.com/systeminfo" + } + }, "node_modules/tabbable": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", diff --git a/package.json b/package.json index 8545737..7dea554 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@testing-library/user-event": "^14.6.1", "babel-loader": "^10.0.0", "babel-plugin-istanbul": "^6.1.1", - "cypress": "^14.5.1", + "cypress": "^15.1.0", "eslint": "^8.57.1", "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-jest-dom": "^5.5.0",