diff --git a/package.json b/package.json index 4ea5ff01..032bf814 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@tsconfig/node22": "^22.0.0", "@tsconfig/strictest": "^2.0.5", "@types/eslint__js": "^8.42.3", - "@types/lint-staged": "^13.3.0", + "@types/lint-staged": "^14.0.0", "@types/node": "^22.7.4", "@types/user-agents": "^1.0.4", "del-cli": "^5.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 316691c3..711a38e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,8 +37,8 @@ importers: specifier: ^8.42.3 version: 8.42.3 '@types/lint-staged': - specifier: ^13.3.0 - version: 13.3.0 + specifier: ^14.0.0 + version: 14.0.0 '@types/node': specifier: ^22.7.4 version: 22.14.1 @@ -449,8 +449,9 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@types/lint-staged@13.3.0': - resolution: {integrity: sha512-WxGjVP+rA4OJlEdbZdT9MS9PFKQ7kVPhLn26gC+2tnBWBEFEj/KW+IbFfz6sxdxY5U6V7BvyF+3BzCGsAMHhNg==} + '@types/lint-staged@14.0.0': + resolution: {integrity: sha512-N8jBZIy9SWiPqO40VQdWiu7lXwzjDALPkHYDU9Z1UMPYmoFUSPLGMVXhuWNQR7dJrCFiphQ79goJPgr0rXC0Wg==} + deprecated: This is a stub types definition. lint-staged provides its own type definitions, so you do not need this installed. '@types/minimist@1.2.5': resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} @@ -903,7 +904,7 @@ packages: glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me globals@14.0.0: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} @@ -1872,7 +1873,11 @@ snapshots: '@types/json-schema@7.0.15': {} - '@types/lint-staged@13.3.0': {} + '@types/lint-staged@14.0.0': + dependencies: + lint-staged: 15.5.1 + transitivePeerDependencies: + - supports-color '@types/minimist@1.2.5': {}