From 3232bb749f67166e477d50ff2bbbd96cd2caae2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 01:48:19 +0000 Subject: [PATCH] Bump typescript from 4.7.4 to 5.1.6 in /ogp_functions Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 5.1.6. - [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] --- ogp_functions/package.json | 2 +- ogp_functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ogp_functions/package.json b/ogp_functions/package.json index e8cc55c0d..b5d0a663e 100644 --- a/ogp_functions/package.json +++ b/ogp_functions/package.json @@ -49,6 +49,6 @@ "npm-run-all": "4.1.5", "prettier": "^2.7.1", "rimraf": "3.0.2", - "typescript": "4.7.4" + "typescript": "5.1.6" } } diff --git a/ogp_functions/yarn.lock b/ogp_functions/yarn.lock index b33815d46..d695c9dd3 100644 --- a/ogp_functions/yarn.lock +++ b/ogp_functions/yarn.lock @@ -3316,10 +3316,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@4.7.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +typescript@5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== unbox-primitive@^1.0.1: version "1.0.1"