From 32a2f5f22543cfa088e412994b1e771e6b921092 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Aug 2022 19:59:41 +0000 Subject: [PATCH] fix: upgrade source-map-support from 0.5.19 to 0.5.21 Snyk has created this PR to upgrade source-map-support from 0.5.19 to 0.5.21. See this package in npm: https://www.npmjs.com/package/source-map-support See this project in Snyk: https://app.snyk.io/org/radhakrishna4687/project/efb1d4ad-c677-4ac8-adce-25713db07449?utm_source=github&utm_medium=referral&page=upgrade-pr --- the-saga-stepfunction/typescript/package-lock.json | 6 +++--- the-saga-stepfunction/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/the-saga-stepfunction/typescript/package-lock.json b/the-saga-stepfunction/typescript/package-lock.json index ae44b75c..38b0f063 100644 --- a/the-saga-stepfunction/typescript/package-lock.json +++ b/the-saga-stepfunction/typescript/package-lock.json @@ -6646,9 +6646,9 @@ } }, "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" diff --git a/the-saga-stepfunction/typescript/package.json b/the-saga-stepfunction/typescript/package.json index 6663d39e..892b664c 100644 --- a/the-saga-stepfunction/typescript/package.json +++ b/the-saga-stepfunction/typescript/package.json @@ -28,6 +28,6 @@ "@aws-cdk/aws-stepfunctions": "1.83.0", "@aws-cdk/aws-stepfunctions-tasks": "1.83.0", "@aws-cdk/aws-apigateway": "1.83.0", - "source-map-support": "^0.5.19" + "source-map-support": "^0.5.21" } }