1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore(deps): update dependency source-map-support to v0.5.21

This commit is contained in:
Renovate Bot 2021-11-19 12:48:49 +00:00 committed by renovate[bot]
parent e395dedbf2
commit af3057f40d
2 changed files with 5 additions and 5 deletions

View File

@ -149,7 +149,7 @@
"lint-staged": "11.2.6", "lint-staged": "11.2.6",
"prettier": "2.4.1", "prettier": "2.4.1",
"proxyquire": "2.1.3", "proxyquire": "2.1.3",
"source-map-support": "0.5.20", "source-map-support": "0.5.21",
"superagent": "6.1.0", "superagent": "6.1.0",
"supertest": "6.1.6", "supertest": "6.1.6",
"ts-jest": "27.0.7", "ts-jest": "27.0.7",

View File

@ -6306,10 +6306,10 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0" source-map-url "^0.4.0"
urix "^0.1.0" urix "^0.1.0"
source-map-support@0.5.20: source-map-support@0.5.21:
version "0.5.20" version "0.5.21"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
integrity sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw== integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
dependencies: dependencies:
buffer-from "^1.0.0" buffer-from "^1.0.0"
source-map "^0.6.0" source-map "^0.6.0"