diff --git a/extensions/react-widget/package-lock.json b/extensions/react-widget/package-lock.json index 28131ed6..91463462 100644 --- a/extensions/react-widget/package-lock.json +++ b/extensions/react-widget/package-lock.json @@ -44,7 +44,7 @@ "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-unused-imports": "^4.4.1", - "globals": "^15.15.0", + "globals": "^17.5.0", "parcel": "^2.16.4", "prettier": "^3.8.1", "process": "^0.11.10", @@ -6651,9 +6651,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.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz", + "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==", "dev": true, "license": "MIT", "engines": { diff --git a/extensions/react-widget/package.json b/extensions/react-widget/package.json index 239ae18c..8f1f31a7 100644 --- a/extensions/react-widget/package.json +++ b/extensions/react-widget/package.json @@ -77,7 +77,7 @@ "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-unused-imports": "^4.4.1", - "globals": "^15.15.0", + "globals": "^17.5.0", "parcel": "^2.16.4", "prettier": "^3.8.1", "process": "^0.11.10",