From d573ed7017cbb1aa5f2ab0b9f3297f1ad01a7350 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 May 2023 18:01:15 +0000 Subject: [PATCH] fix: upgrade typescript from 4.7.4 to 4.9.5 Snyk has created this PR to upgrade typescript from 4.7.4 to 4.9.5. See this package in npm: See this project in Snyk: https://app.snyk.io/org/cypress-opensource/project/d5b36925-e6ee-455d-9649-6560a9aca413?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../config-cjs-and-esm/config-with-ts-module/package.json | 2 +- .../config-cjs-and-esm/config-with-ts-module/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/system-tests/projects/config-cjs-and-esm/config-with-ts-module/package.json b/system-tests/projects/config-cjs-and-esm/config-with-ts-module/package.json index 6019ddbb6d0a..03af11608963 100644 --- a/system-tests/projects/config-cjs-and-esm/config-with-ts-module/package.json +++ b/system-tests/projects/config-cjs-and-esm/config-with-ts-module/package.json @@ -1,7 +1,7 @@ { "dependencies": { "find-up": "6.3.0", - "typescript": "4.7.4" + "typescript": "4.9.5" }, "type": "module", "projectFixtureDirectory": "simple_passing" diff --git a/system-tests/projects/config-cjs-and-esm/config-with-ts-module/yarn.lock b/system-tests/projects/config-cjs-and-esm/config-with-ts-module/yarn.lock index 6b28faefe620..06992131d2a9 100644 --- a/system-tests/projects/config-cjs-and-esm/config-with-ts-module/yarn.lock +++ b/system-tests/projects/config-cjs-and-esm/config-with-ts-module/yarn.lock @@ -36,10 +36,10 @@ path-exists@^5.0.0: resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7" integrity "sha1-pqrZSJIAsh+rMeSc8JJ35RFvuec= sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==" -typescript@4.7.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +typescript@4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== yocto-queue@^1.0.0: version "1.0.0"