diff --git a/package-lock.json b/package-lock.json index a5b2da5..9838cf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", "eslint-plugin-jest": "^29.12.1", - "globals": "^16.5.0", + "globals": "^17.3.0", "jest": "^30.2.0", "js-yaml": "^4.1.1", "prettier": "3.8.1" @@ -4846,6 +4846,19 @@ "eslint": "^8 || ^9" } }, + "node_modules/eslint-plugin-github/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-i18n-text": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/eslint-plugin-i18n-text/-/eslint-plugin-i18n-text-1.0.1.tgz", @@ -5639,9 +5652,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 fc564e9..f962b73 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint": "^9.39.2", "eslint-plugin-github": "^6.0.0", "eslint-plugin-jest": "^29.12.1", - "globals": "^16.5.0", + "globals": "^17.3.0", "jest": "^30.2.0", "js-yaml": "^4.1.1", "prettier": "3.8.1"