diff --git a/package-lock.json b/package-lock.json index 6359461..1457f61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-html": "^8.0.0", "eslint-plugin-sonarjs": "^0.24.0", "eslint-plugin-unicorn": "^51.0.1", - "globals": "^14.0.0" + "globals": "^15.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1186,9 +1186,9 @@ } }, "node_modules/globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.0.0.tgz", + "integrity": "sha512-m/C/yR4mjO6pXDTm9/R/SpYTAIyaUB4EOzcaaMEl7mds7Mshct9GfejiJNQGjHHbdMPey13Kpu4TMbYi9ex1pw==", "dev": true, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 6d97362..8822e19 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "eslint-plugin-html": "^8.0.0", "eslint-plugin-sonarjs": "^0.24.0", "eslint-plugin-unicorn": "^51.0.1", - "globals": "^14.0.0" + "globals": "^15.0.0" } }