diff --git a/package.json b/package.json index dc3ac56bb..874cfa732 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@semantic-release/git": "10.0.1", "@semantic-release/github": "12.0.2", "@semantic-release/npm": "13.1.3", - "@tsconfig/node20": "20.1.8", + "@tsconfig/node22": "22.0.0", "@tsconfig/strictest": "2.0.8", "@types/auth-header": "1.0.6", "@types/eslint-config-prettier": "6.11.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d4deb8c2..0074aaf98 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,9 +75,9 @@ importers: '@semantic-release/npm': specifier: 13.1.3 version: 13.1.3(semantic-release@25.0.2(typescript@5.9.3)) - '@tsconfig/node20': - specifier: 20.1.8 - version: 20.1.8 + '@tsconfig/node22': + specifier: 22.0.0 + version: 22.0.0 '@tsconfig/strictest': specifier: 2.0.8 version: 2.0.8 @@ -1598,8 +1598,8 @@ packages: '@thi.ng/zipper@1.0.3': resolution: {integrity: sha512-dWfuk5nzf5wGEmcF90AXNEuWr3NVwRF+cf/9ZSE6xImA7Vy5XpHNMwLHFszZaC+kqiDXr+EZ0lXWDF46a8lSPA==} - '@tsconfig/node20@20.1.8': - resolution: {integrity: sha512-Em+IdPfByIzWRRpqWL4Z7ArLHZGxmc36BxE3jCz9nBFSm+5aLaPMZyjwu4yetvyKXeogWcxik4L1jB5JTWfw7A==} + '@tsconfig/node22@22.0.0': + resolution: {integrity: sha512-twLQ77zevtxobBOD4ToAtVmuYrpeYUh3qh+TEp+08IWhpsrIflVHqQ1F1CiPxQGL7doCdBIOOCF+1Tm833faNg==} '@tsconfig/strictest@2.0.8': resolution: {integrity: sha512-XnQ7vNz5HRN0r88GYf1J9JJjqtZPiHt2woGJOo2dYqyHGGcd6OLGqSlBB6p1j9mpzja6Oe5BoPqWmeDx6X9rLw==} @@ -5199,6 +5199,7 @@ packages: tar@7.5.6: resolution: {integrity: sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==} engines: {node: '>=18'} + deprecated: Old versions of tar 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 exhorbitant rates) by contacting i@izs.me temp-dir@3.0.0: resolution: {integrity: sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==} @@ -7889,7 +7890,7 @@ snapshots: '@thi.ng/arrays': 1.0.3 '@thi.ng/checks': 2.9.11 - '@tsconfig/node20@20.1.8': {} + '@tsconfig/node22@22.0.0': {} '@tsconfig/strictest@2.0.8': {} diff --git a/tsconfig.json b/tsconfig.json index 14c8f32f6..6070b4d1a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "extends": [ "@tsconfig/strictest/tsconfig.json", - "@tsconfig/node20/tsconfig.json" + "@tsconfig/node22/tsconfig.json" ], "compilerOptions": { "outDir": "./dist",