From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:08:50 +0000 (+0000) Subject: Chore(deps-dev): Bump typescript from 5.2.2 to 5.3.3 in /src-ui (#5915) X-Git-Tag: v2.6.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7adf40acddccc1fccc1479ffb9aede3fd60684;p=thirdparty%2Fpaperless-ngx.git Chore(deps-dev): Bump typescript from 5.2.2 to 5.3.3 in /src-ui (#5915) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index 6e42767b9d..a90bd651a8 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -59,7 +59,7 @@ "jest-websocket-mock": "^2.5.0", "patch-package": "^8.0.0", "ts-node": "~10.9.1", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "wait-on": "^7.2.0" } }, @@ -17848,9 +17848,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "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/src-ui/package.json b/src-ui/package.json index 7318c55389..19720d3c53 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -61,7 +61,7 @@ "jest-websocket-mock": "^2.5.0", "patch-package": "^8.0.0", "ts-node": "~10.9.1", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "wait-on": "^7.2.0" } }