diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 8a9c184c..691ef477 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -35,7 +35,7 @@ "eslint-plugin-react-hooks": "5.0.0", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-unicorn": "56.0.1", - "globals": "15.13.0", + "globals": "15.14.0", "typescript-eslint": "8.16.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b6cd3242..5e4cac39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,8 +105,8 @@ importers: specifier: 56.0.1 version: 56.0.1(eslint@9.12.0(jiti@2.4.1)) globals: - specifier: 15.13.0 - version: 15.13.0 + specifier: 15.14.0 + version: 15.14.0 typescript: specifier: ^5.0.0 version: 5.7.2 @@ -222,8 +222,8 @@ importers: specifier: 0.5.0 version: 0.5.0 '@types/node': - specifier: 22.10.1 - version: 22.10.1 + specifier: 22.10.2 + version: 22.10.2 tsx: specifier: '>=3.14.0' version: 4.19.2 @@ -1014,9 +1014,6 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/node@22.10.1': - resolution: {integrity: sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==} - '@types/node@22.10.2': resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} @@ -2133,8 +2130,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.13.0: - resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==} + globals@15.14.0: + resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==} engines: {node: '>=18'} globalthis@1.0.4: @@ -4168,10 +4165,6 @@ snapshots: '@types/json5@0.0.29': {} - '@types/node@22.10.1': - dependencies: - undici-types: 6.20.0 - '@types/node@22.10.2': dependencies: undici-types: 6.20.0 @@ -5244,7 +5237,7 @@ snapshots: eslint: 8.57.1 eslint-plugin-es-x: 7.8.0(eslint@8.57.1) get-tsconfig: 4.8.1 - globals: 15.13.0 + globals: 15.14.0 ignore: 5.3.2 minimatch: 9.0.5 semver: 7.6.3 @@ -5256,7 +5249,7 @@ snapshots: eslint: 9.12.0(jiti@2.4.1) eslint-plugin-es-x: 7.8.0(eslint@9.12.0(jiti@2.4.1)) get-tsconfig: 4.8.1 - globals: 15.13.0 + globals: 15.14.0 ignore: 5.3.2 minimatch: 9.0.5 semver: 7.6.3 @@ -5404,7 +5397,7 @@ snapshots: core-js-compat: 3.38.1 eslint: 8.57.1 esquery: 1.6.0 - globals: 15.13.0 + globals: 15.14.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 jsesc: 3.0.2 @@ -5424,7 +5417,7 @@ snapshots: core-js-compat: 3.38.1 eslint: 9.12.0(jiti@2.4.1) esquery: 1.6.0 - globals: 15.13.0 + globals: 15.14.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 jsesc: 3.0.2 @@ -5824,7 +5817,7 @@ snapshots: globals@14.0.0: {} - globals@15.13.0: {} + globals@15.14.0: {} globalthis@1.0.4: dependencies: diff --git a/scripts/package.json b/scripts/package.json index 6520445d..ad5511e1 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -4,7 +4,7 @@ "bin": {}, "dependencies": { "@actions/glob": "0.5.0", - "@types/node": "22.10.1", + "@types/node": "22.10.2", "typescript": "5.7.2" }, "devDependencies": {