diff --git a/package-lock.json b/package-lock.json index 1d79284..f0e3914 100755 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "jsom": "^1.0.0", "sass": "^1.79.5", "vue": "^3.5.12", - "vue-techs-logos": "^0.1.23" + "vue-techs-logos": "^0.1.24" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", @@ -25,7 +25,7 @@ "@vue/tsconfig": "^0.5.1", "cypress": "^13.15.0", "eslint": "^9.12.0", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^4.0.0", "eslint-plugin-vue": "^9.29.0", "jsdom": "^25.0.1", "jsonminify": "^0.4.2", @@ -3460,16 +3460,29 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", - "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.0.0.tgz", + "integrity": "sha512-KRzI4zxoOKMhWKRxcikRu/Vjsomnx1vXJEY2CTG+4oluFbXxGuyRC1CLlhmBVOK5/iR17vY7rzuyRbpcx5zEPA==", "dev": true, "license": "MIT", "dependencies": { - "globals": "^13.20.0" + "globals": "^15.11.0" }, "peerDependencies": { - "eslint": ">=7" + "eslint": ">=9" + } + }, + "node_modules/eslint-plugin-cypress/node_modules/globals": { + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", + "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint-plugin-vue": { @@ -7494,9 +7507,9 @@ } }, "node_modules/vue-techs-logos": { - "version": "0.1.23", - "resolved": "https://registry.npmjs.org/vue-techs-logos/-/vue-techs-logos-0.1.23.tgz", - "integrity": "sha512-t1ouBnqmUwW1VN4bsV8Jcf+WL9KklF4v33ZBzFYYOpgBn141fE8z5vgoBm7xrFjpNaIihRw7FYvzoOyM0TEajA==", + "version": "0.1.24", + "resolved": "https://registry.npmjs.org/vue-techs-logos/-/vue-techs-logos-0.1.24.tgz", + "integrity": "sha512-6SXSuUf4Zr3utdEBKL11uPi85Jah6nQEyPUC9+hfHHLz4JvabYflZ5DMSJ17gGHEks1ofwHphhbg9jNQdjBRfQ==", "peerDependencies": { "vue": "^3.4.38" } diff --git a/package.json b/package.json index 456b6e3..d87d786 100755 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jsom": "^1.0.0", "sass": "^1.79.5", "vue": "^3.5.12", - "vue-techs-logos": "^0.1.23" + "vue-techs-logos": "^0.1.24" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", @@ -51,7 +51,7 @@ "@vue/tsconfig": "^0.5.1", "cypress": "^13.15.0", "eslint": "^9.12.0", - "eslint-plugin-cypress": "^3.6.0", + "eslint-plugin-cypress": "^4.0.0", "eslint-plugin-vue": "^9.29.0", "jsdom": "^25.0.1", "jsonminify": "^0.4.2",