From 0495edaa77edbb403eb08636a894d4cfd34fbc19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 23:25:10 +0000 Subject: [PATCH] Bump typescript from 4.6.2 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.9.5. - [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-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fd376c..bb4ce52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "lepo-instaplanner", "version": "1.0.0", + "license": "GPL-3.0", "devDependencies": { "@fluentui/react-icons": "^2.0.153-canary.0", "@types/bootstrap": "^5.1.9", @@ -26,7 +27,7 @@ "react-highlight": "^0.14.0", "react-router-dom": "^6.2.1", "react-scripts": "^5.0.0", - "typescript": "^4.5.4", + "typescript": "^4.9.5", "webpack-subresource-integrity": "^5.1.0", "workbox-background-sync": "^6.5.1", "workbox-broadcast-update": "^6.5.1", @@ -15930,9 +15931,9 @@ } }, "node_modules/typescript": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz", - "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -28989,9 +28990,9 @@ } }, "typescript": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz", - "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 1907473..6e60efa 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-highlight": "^0.14.0", "react-router-dom": "^6.2.1", "react-scripts": "^5.0.0", - "typescript": "^4.5.4", + "typescript": "^4.9.5", "webpack-subresource-integrity": "^5.1.0", "workbox-background-sync": "^6.5.1", "workbox-broadcast-update": "^6.5.1",