From 093f5fa46d7b63073638db689fa2534e80bae1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 01:57:46 +0000 Subject: [PATCH] Bump typescript from 4.7.4 to 5.0.4 in /ogp_functions Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v5.0.4) --- 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..fec6233e8 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.0.4" } } diff --git a/ogp_functions/yarn.lock b/ogp_functions/yarn.lock index b33815d46..012e28c28 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.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" + integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== unbox-primitive@^1.0.1: version "1.0.1"