diff --git a/eslint-configs/eslint-config-lib/package.json b/eslint-configs/eslint-config-lib/package.json index 176190f1..d2ace439 100644 --- a/eslint-configs/eslint-config-lib/package.json +++ b/eslint-configs/eslint-config-lib/package.json @@ -24,6 +24,6 @@ "@inrupt/eslint-config-base": "file:../eslint-config-base", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", - "typescript": ">=5.3.2" + "typescript": ">=5.3.3" } } diff --git a/package-lock.json b/package-lock.json index 488c33e9..fed07a5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "rimraf": "^5.0.5", "rollup": "^4.7.0", "rollup-plugin-typescript2": "^0.35.0", - "typescript": "^5.3.2" + "typescript": "^5.3.3" }, "devDependencies": { "@rushstack/eslint-patch": "^1.6.0", @@ -57,7 +57,7 @@ "@inrupt/eslint-config-base": "file:../eslint-config-base", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", - "typescript": ">=5.3.2" + "typescript": ">=5.3.3" } }, "eslint-configs/eslint-config-react": { @@ -13572,9 +13572,9 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 6b87787e..f773711a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "rimraf": "^5.0.5", "rollup": "^4.7.0", "rollup-plugin-typescript2": "^0.35.0", - "typescript": "^5.3.2" + "typescript": "^5.3.3" }, "devDependencies": { "@rushstack/eslint-patch": "^1.6.0",