diff --git a/package-lock.json b/package-lock.json index c9d27f643..77818a290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,17 +16,17 @@ "devDependencies": { "@babel/code-frame": "^7.27.1", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.30.0", + "@eslint/js": "^9.30.1", "@types/jest": "^30.0.0", "@types/semver": "^7.7.0", - "@typescript-eslint/eslint-plugin": "^8.35.0", - "@typescript-eslint/parser": "^8.35.0", + "@typescript-eslint/eslint-plugin": "^8.35.1", + "@typescript-eslint/parser": "^8.35.1", "c8": "^10.1.3", "cross-env": "^7.0.3", - "eslint": "^9.30.0", + "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "esm-utils": "^4.4.2", - "globals": "^16.2.0", + "globals": "^16.3.0", "jest": "^30.0.3", "jest-light-runner": "^0.7.9", "jest-snapshot-serializer-ansi": "^2.2.1", @@ -3391,18 +3391,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/@eslint/js": { - "version": "9.30.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.0.tgz", - "integrity": "sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==", - "dev": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - } - }, "node_modules/eslint/node_modules/eslint-visitor-keys": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", @@ -3922,11 +3910,10 @@ } }, "node_modules/globals": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", - "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", + "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index 61b5d1188..16379bd6d 100644 --- a/package.json +++ b/package.json @@ -85,17 +85,17 @@ "devDependencies": { "@babel/code-frame": "^7.27.1", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.30.0", + "@eslint/js": "^9.30.1", "@types/jest": "^30.0.0", "@types/semver": "^7.7.0", - "@typescript-eslint/eslint-plugin": "^8.35.0", - "@typescript-eslint/parser": "^8.35.0", + "@typescript-eslint/eslint-plugin": "^8.35.1", + "@typescript-eslint/parser": "^8.35.1", "c8": "^10.1.3", "cross-env": "^7.0.3", - "eslint": "^9.30.0", + "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "esm-utils": "^4.4.2", - "globals": "^16.2.0", + "globals": "^16.3.0", "jest": "^30.0.3", "jest-light-runner": "^0.7.9", "jest-snapshot-serializer-ansi": "^2.2.1",