diff --git a/package-lock.json b/package-lock.json index 79f4460..84228dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "c8": "12.0.0", "chai": "6.2.2", "eslint": "10.7.0", - "globals": "17.7.0", + "globals": "17.8.0", "mocha": "11.7.6", "prettier": "3.9.6", "sinon": "22.1.0" @@ -418,7 +418,6 @@ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -830,7 +829,6 @@ "integrity": "sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==", "dev": true, "license": "MIT", - "peer": true, "workspaces": [ "packages/*" ], @@ -1179,9 +1177,9 @@ } }, "node_modules/globals": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", - "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", + "version": "17.8.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz", + "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 6692d15..e2199ac 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "c8": "12.0.0", "chai": "6.2.2", "eslint": "10.7.0", - "globals": "17.7.0", + "globals": "17.8.0", "mocha": "11.7.6", "prettier": "3.9.6", "sinon": "22.1.0"