diff --git a/package-lock.json b/package-lock.json index 6cc287f..b50b8a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-plugin-html": "^8.1.4", "eslint-plugin-sonarjs": "^4.0.3", "eslint-plugin-unicorn": "^65.0.1", - "globals": "^17.7.0" + "globals": "^17.8.0" } }, "node_modules/@babel/helper-validator-identifier": { @@ -1129,9 +1129,9 @@ } }, "node_modules/globals": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", - "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", + "version": "17.8.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz", + "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index cd688a6..0b811e2 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "eslint-plugin-html": "^8.1.4", "eslint-plugin-sonarjs": "^4.0.3", "eslint-plugin-unicorn": "^65.0.1", - "globals": "^17.7.0" + "globals": "^17.8.0" } }