From 26f7c0134d325682902ed8ced0d523dd4042e375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 09:31:20 +0000 Subject: [PATCH] Bump typescript from 4.8.2 to 4.9.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.9.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.9.4) --- 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 1321827..c550b59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "stylelint-webpack-plugin": "^3.3.0", "tailwindcss": "^3.1.8", "tw-elements": "^1.0.0-alpha12", - "typescript": "^4.8.2", + "typescript": "^4.9.4", "universal-social-auth": "^0.2.6", "v-tables-3": "^0.4.7", "vite": "^4.0.0", @@ -13670,9 +13670,9 @@ } }, "node_modules/typescript": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", - "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", + "version": "4.9.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", + "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -25045,9 +25045,9 @@ } }, "typescript": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", - "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", + "version": "4.9.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", + "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "dev": true }, "ufo": { diff --git a/package.json b/package.json index 1e9449d..efe3e7f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "stylelint-webpack-plugin": "^3.3.0", "tailwindcss": "^3.1.8", "tw-elements": "^1.0.0-alpha12", - "typescript": "^4.8.2", + "typescript": "^4.9.4", "universal-social-auth": "^0.2.6", "v-tables-3": "^0.4.7", "vite": "^4.0.0",