diff --git a/package-lock.json b/package-lock.json index 9b99783..1f45281 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@eslint/js": "^9.39.2", "eslint": "^9.39.2", "eslint-plugin-jest": "^28.12.0", - "globals": "^16.5.0", + "globals": "^17.3.0", "jest": "^29.7.0", "prettier": "^3.7.4", "regenerator-runtime": "^0.14.1", @@ -83,7 +83,6 @@ "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", @@ -1831,7 +1830,6 @@ "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", "devOptional": true, "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~6.13.0" } @@ -1973,7 +1971,6 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2249,7 +2246,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001646", "electron-to-chromium": "^1.5.4", @@ -3260,9 +3256,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", "dev": true, "license": "MIT", "engines": { @@ -3618,7 +3614,6 @@ "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", diff --git a/package.json b/package.json index 07e6fa5..33103b0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@eslint/js": "^9.39.2", "eslint": "^9.39.2", "eslint-plugin-jest": "^28.12.0", - "globals": "^16.5.0", + "globals": "^17.3.0", "jest": "^29.7.0", "prettier": "^3.7.4", "regenerator-runtime": "^0.14.1",