diff --git a/package-lock.json b/package-lock.json index 6f263c11..99ec5dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.11.1", "eslint-plugin-promise": "^7.1.0", - "globals": "^15.11.0", + "globals": "^15.12.0", "mocha": "^10.7.3", "nyc": "^17.1.0" } @@ -4162,11 +4162,10 @@ } }, "node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index 0a691e09..4e9b5836 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.11.1", "eslint-plugin-promise": "^7.1.0", - "globals": "^15.11.0", + "globals": "^15.12.0", "mocha": "^10.7.3", "nyc": "^17.1.0" }