1
0
Fork 0

update: update dependency source-map-support to v0.5.21 (#927)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-11-27 20:02:59 +00:00 committed by GitHub
parent f81fdb74d3
commit f692370d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -89,7 +89,7 @@
"rollup-plugin-yaml": "2.0.0", "rollup-plugin-yaml": "2.0.0",
"sinon": "11.1.2", "sinon": "11.1.2",
"sinon-chai": "3.7.0", "sinon-chai": "3.7.0",
"source-map-support": "0.5.20", "source-map-support": "0.5.21",
"standard-version": "9.3.2", "standard-version": "9.3.2",
"tslint": "6.1.3", "tslint": "6.1.3",
"tslint-clean-code": "0.2.10", "tslint-clean-code": "0.2.10",

View File

@ -4290,10 +4290,10 @@ slice-ansi@^2.1.0:
astral-regex "^1.0.0" astral-regex "^1.0.0"
is-fullwidth-code-point "^2.0.0" is-fullwidth-code-point "^2.0.0"
source-map-support@0.5.20: source-map-support@0.5.21:
version "0.5.20" version "0.5.21"
resolved "https://artifacts.apextoaster.com/repository/group-npm/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9" resolved "https://artifacts.apextoaster.com/repository/group-npm/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"