From e4ff7899bb9520d6d78e508d4d84a341e392967b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 02:59:10 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.0.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25d6cf7..29b6c3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4596,9 +4596,9 @@ "dev": true }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", + "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", "dev": true }, "unc-path-regex": { diff --git a/package.json b/package.json index 89690ab..dc9d226 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "proxyquire": "^2.1.3", "sinon": "^15.0.1", "sinon-chai": "^3.7.0", - "typescript": "^4.9.5" + "typescript": "^5.0.3" }, "bugs": { "url": "https://github.com/foxthefox/ioBroker.jeelink/issues"