diff --git a/package-lock.json b/package-lock.json index 84b5169..73f74f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-compat": "^6.0.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-promise": "^7.2.1", - "globals": "^16.5.0", + "globals": "^17.1.0", "sort-json": "^2.0.1", "web-ext": "^9.2.0" } @@ -468,7 +468,6 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1170,7 +1169,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.8.25", "caniuse-lite": "^1.0.30001754", @@ -2209,7 +2207,6 @@ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -2938,9 +2935,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.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", + "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 428e320..4e53e43 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-compat": "^6.0.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-promise": "^7.2.1", - "globals": "^16.5.0", + "globals": "^17.1.0", "sort-json": "^2.0.1", "web-ext": "^9.2.0" },