From 1ffb011afde2314ac48d45b9e81df0d5f6cea51c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 23:57:49 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.3.2 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- eslint-configs/eslint-config-lib/package.json | 2 +- package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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",