diff --git a/package-lock.json b/package-lock.json index f611b0f..58be0d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/eslint": "^8.40.2" }, "devDependencies": { - "@voxpelli/tsconfig": "^8.0.0", + "@voxpelli/tsconfig": "^9.0.0", "eslint": "^8.45.0", "eslint-plugin-es-x": "^7.2.0", "eslint-plugin-import": "^2.27.5", @@ -591,12 +591,12 @@ } }, "node_modules/@voxpelli/tsconfig": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@voxpelli/tsconfig/-/tsconfig-8.0.0.tgz", - "integrity": "sha512-Gl/72Lvzzjb647abi06gwKPAkXUgxo1zG2KFCQNIuCJjOvWqfKcG5Ga+6gt0JfGymLn00V21Lksiw4HaWFZ8Fg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@voxpelli/tsconfig/-/tsconfig-9.0.0.tgz", + "integrity": "sha512-564I3GY1U6jaHTrTur17uiGziP/TQ/GoiA9EP+C61p3WE1/vv0WIbG+G4pe3V8zTnWbqytw14rk8lUjSMBOGTw==", "dev": true, "peerDependencies": { - "typescript": "~5.1.3" + "typescript": "~5.2.2" } }, "node_modules/acorn": { diff --git a/package.json b/package.json index 36e2be0..8811955 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "main": "index.js", "devDependencies": { - "@voxpelli/tsconfig": "^8.0.0", + "@voxpelli/tsconfig": "^9.0.0", "eslint": "^8.45.0", "eslint-plugin-es-x": "^7.2.0", "eslint-plugin-import": "^2.27.5",