diff --git a/package-lock.json b/package-lock.json index 7bfe85c..be11e63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scanoss-code-scan-action", - "version": "1.6.0", + "version": "1.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scanoss-code-scan-action", - "version": "1.6.0", + "version": "1.6.2", "license": "MIT", "dependencies": { "@actions/artifact": "6.2.0", @@ -28,7 +28,7 @@ "eslint-plugin-jest": "^28.14.0", "eslint-plugin-jsonc": "^2.21.0", "eslint-plugin-prettier": "^5.5.4", - "globals": "^15.15.0", + "globals": "^17.6.0", "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", "prettier": "^3.6.2", @@ -5116,6 +5116,19 @@ "eslint": "^8 || ^9" } }, + "node_modules/eslint-plugin-github/node_modules/globals": { + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "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", @@ -6060,9 +6073,9 @@ } }, "node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", + "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 54d9720..8e1135c 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-plugin-jest": "^28.14.0", "eslint-plugin-jsonc": "^2.21.0", "eslint-plugin-prettier": "^5.5.4", - "globals": "^15.15.0", + "globals": "^17.6.0", "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", "prettier": "^3.6.2",