From 769141a8b17f1159fa318b854cdd9d88ffb7ea64 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Nov 2021 12:04:34 +0000 Subject: [PATCH] fix(deps): update dependency source-map-support to v0.5.21 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 669944d2a..e144f20ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "os-name": "4.0.1", "rimraf": "3.0.2", "shelljs": "0.8.4", - "source-map-support": "0.5.20", + "source-map-support": "0.5.21", "tree-kill": "1.2.2", "tsconfig-paths": "3.11.0", "tsconfig-paths-webpack-plugin": "3.5.2", @@ -15401,9 +15401,9 @@ } }, "node_modules/source-map-support": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.20.tgz", - "integrity": "sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==", + "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==", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -29251,9 +29251,9 @@ } }, "source-map-support": { - "version": "0.5.20", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.20.tgz", - "integrity": "sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==", + "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/package.json b/package.json index f0b237578..066a00e1e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "os-name": "4.0.1", "rimraf": "3.0.2", "shelljs": "0.8.4", - "source-map-support": "0.5.20", + "source-map-support": "0.5.21", "tree-kill": "1.2.2", "tsconfig-paths": "3.11.0", "tsconfig-paths-webpack-plugin": "3.5.2",