diff --git a/package-lock.json b/package-lock.json index 58e881fe..742400af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,10 +16,10 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-unicorn": "^62.0.0", "eslint-plugin-unused-imports": "^4.4.1", - "globals": "^16.5.0", + "globals": "^17.7.0", "lerna": "^9.0.7", "npm-run-all": "^4.1.5", - "prettier": "^3.9.5", + "prettier": "^3.9.6", "typescript-eslint": "^8.64.0" } }, @@ -10766,6 +10766,19 @@ "eslint": ">=9.38.0" } }, + "node_modules/eslint-plugin-unicorn/node_modules/globals": { + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-plugin-unused-imports": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.4.1.tgz", @@ -11980,9 +11993,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.7.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", + "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", "dev": true, "license": "MIT", "engines": { @@ -20179,9 +20192,9 @@ } }, "node_modules/prettier": { - "version": "3.9.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.5.tgz", - "integrity": "sha512-/FVl766LpUfB5vXgCYOYa0MeV/441Ia99AeICQIQFTY/Nw0roZwULcXpku5i1/m5kt/baz+s4Zogspd839HSMg==", + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz", + "integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 4b341b7b..a91192a5 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,10 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-unicorn": "^62.0.0", "eslint-plugin-unused-imports": "^4.4.1", - "globals": "^16.5.0", + "globals": "^17.7.0", "lerna": "^9.0.7", "npm-run-all": "^4.1.5", - "prettier": "^3.9.5", + "prettier": "^3.9.6", "typescript-eslint": "^8.64.0" } }