diff --git a/package.json b/package.json index ae626d0..bb3fcb6 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "devDependencies": { "@bjerk/eslint-config": "^5.4.0", "@simenandre/prettier": "^5.0.0", - "@tsconfig/node16": "^1.0.3", + "@tsconfig/node18": "^18.2.0", "@types/jest": "^29.5.0", "@types/json-schema-faker": "^0.5.1", "@types/node": "^16", diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 02a8076..7f552e9 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "outDir": "./dist", "declaration": true, diff --git a/tsconfig.json b/tsconfig.json index 9ad927c..8f5c4ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "outDir": "./dist", "declaration": true, diff --git a/yarn.lock b/yarn.lock index 5144934..abb4807 100644 --- a/yarn.lock +++ b/yarn.lock @@ -713,10 +713,10 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@tsconfig/node16@^1.0.3": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9" - integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA== +"@tsconfig/node18@^18.2.0": + version "18.2.7" + resolved "https://registry.yarnpkg.com/@tsconfig/node18/-/node18-18.2.7.tgz#798b9e860d418a6bf0c9308beb7970c08c1a3ea7" + integrity sha512-UyenTORreCUh8MKh2qbLGGHTRrxjBbSwvX0ZoWs6Jx1jrNS62PXEA3+VaLvmb0YDQrgGU3v3h7zB9Xs/BN1ozg== "@types/babel__core@^7.1.14": version "7.20.1"