diff --git a/package-lock.json b/package-lock.json index f549d4f..0d1a000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@playwright/test": "^1.62.0", "@stylistic/eslint-plugin": "^5.10.0", "eslint": "^10.8.0", - "globals": "^17.7.0", + "globals": "^17.11.0", "linkedom": "^0.18.13" } }, @@ -887,9 +887,9 @@ } }, "node_modules/globals": { - "version": "17.9.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz", - "integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz", + "integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index bc49e79..b95e452 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@playwright/test": "^1.62.0", "@stylistic/eslint-plugin": "^5.10.0", "eslint": "^10.8.0", - "globals": "^17.7.0", + "globals": "^17.11.0", "linkedom": "^0.18.13" } }