diff --git a/package-lock.json b/package-lock.json index 945f3cb..c7c0741 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "graphql": "^16.9.0" }, "devDependencies": { - "@smartive/eslint-config": "7.0.0", + "@smartive/eslint-config": "7.0.1", "@smartive/prettier-config": "3.1.2", "@types/node": "24.10.12", "eslint": "9.39.2", @@ -702,9 +702,9 @@ "dev": true }, "node_modules/@smartive/eslint-config": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@smartive/eslint-config/-/eslint-config-7.0.0.tgz", - "integrity": "sha512-g+nc+jNTk9TFnPI/ZF6LAZPumFbsCqiKsedstn0F85wVbP3nPs8iuoXREUQb9vagrxPWwjPULi/drx0p7VZUwg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@smartive/eslint-config/-/eslint-config-7.0.1.tgz", + "integrity": "sha512-5K0PHNG9NqoU8v34IqZQMSM3W6Iz18kP3FJLhNs05o6XjhCa0rGu7WAXT1fuIW9FJflq0xPOmdsSdcXMeQf/IQ==", "dev": true, "license": "MIT", "dependencies": { @@ -716,7 +716,7 @@ "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", - "globals": "^16.0.0", + "globals": "^17.0.0", "typescript-eslint": "^8.15.0" }, "engines": { @@ -2926,9 +2926,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6e02106..d7b28ae 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "smartive AG", "license": "MIT", "devDependencies": { - "@smartive/eslint-config": "7.0.0", + "@smartive/eslint-config": "7.0.1", "@smartive/prettier-config": "3.1.2", "@types/node": "24.10.12", "eslint": "9.39.2",