From 1f66eca9059820d6b7fa8e838752347a80098351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 13:29:21 +0000 Subject: [PATCH] Bump typescript from 4.6.3 to 4.7.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.7.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9110a6f..b706f9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "svelte-preprocess": "^4.10.4", "tailwindcss": "^3.0.22", "tslib": "^2.4.0", - "typescript": "^4.6.3" + "typescript": "^4.7.2" } }, "node_modules/@babel/code-frame": { @@ -3865,9 +3865,9 @@ } }, "node_modules/typescript": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", - "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", + "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -6547,9 +6547,9 @@ "dev": true }, "typescript": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", - "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", + "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", "dev": true }, "uri-js": { diff --git a/package.json b/package.json index 89bfbd9..5ceca7b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "svelte-check": "^2.4.6", "svelte-preprocess": "^4.10.4", "tslib": "^2.4.0", - "typescript": "^4.6.3", + "typescript": "^4.7.2", "postcss": "^8.4.12", "postcss-load-config": "^3.1.4", "autoprefixer": "^10.4.4",