diff --git a/Apps/WebClient/src/ClientApp/package-lock.json b/Apps/WebClient/src/ClientApp/package-lock.json index e70235ecb2..33fb5aa475 100644 --- a/Apps/WebClient/src/ClientApp/package-lock.json +++ b/Apps/WebClient/src/ClientApp/package-lock.json @@ -48,7 +48,7 @@ "eslint-plugin-simple-import-sort": "^13.0.0", "eslint-plugin-unused-imports": "^4.4.1", "eslint-plugin-vue": "^10.9.0", - "globals": "^17.3.0", + "globals": "^17.6.0", "prettier": "^3.8.1", "sass": "^1.97.3", "typescript": "^6.0.3", @@ -3058,9 +3058,9 @@ } }, "node_modules/globals": { - "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==", + "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/Apps/WebClient/src/ClientApp/package.json b/Apps/WebClient/src/ClientApp/package.json index 067a89bcec..a51bf25351 100644 --- a/Apps/WebClient/src/ClientApp/package.json +++ b/Apps/WebClient/src/ClientApp/package.json @@ -50,7 +50,7 @@ "eslint-plugin-simple-import-sort": "^13.0.0", "eslint-plugin-unused-imports": "^4.4.1", "eslint-plugin-vue": "^10.9.0", - "globals": "^17.3.0", + "globals": "^17.6.0", "prettier": "^3.8.1", "sass": "^1.97.3", "typescript": "^6.0.3",