diff --git a/package-lock.json b/package-lock.json index 328b54529..96132db23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-unicorn": "^59.0.1", "find-unused-sass-variables": "^6.1.0", - "globals": "^16.1.0", + "globals": "^16.2.0", "globby": "^14.1.0", "hammer-simulator": "0.0.1", "html-entities": "^2.6.0", @@ -7091,9 +7091,9 @@ } }, "node_modules/globals": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.1.0.tgz", - "integrity": "sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 5032cf963..e0de1e85c 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-unicorn": "^59.0.1", "find-unused-sass-variables": "^6.1.0", - "globals": "^16.1.0", + "globals": "^16.2.0", "globby": "^14.1.0", "hammer-simulator": "0.0.1", "html-entities": "^2.6.0",