update: update dependency source-map-support to v0.5.17 (#29)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
69fa90f8d7
commit
2cb2a48fd4
|
@ -62,7 +62,7 @@
|
||||||
"rollup-plugin-yaml": "2.0.0",
|
"rollup-plugin-yaml": "2.0.0",
|
||||||
"sinon": "9.0.2",
|
"sinon": "9.0.2",
|
||||||
"sinon-chai": "3.5.0",
|
"sinon-chai": "3.5.0",
|
||||||
"source-map-support": "0.5.16",
|
"source-map-support": "0.5.17",
|
||||||
"standard-version": "7.1.0",
|
"standard-version": "7.1.0",
|
||||||
"tslint": "6.1.1",
|
"tslint": "6.1.1",
|
||||||
"tslint-clean-code": "0.2.10",
|
"tslint-clean-code": "0.2.10",
|
||||||
|
|
|
@ -3439,10 +3439,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.16:
|
source-map-support@0.5.17:
|
||||||
version "0.5.16"
|
version "0.5.17"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/source-map-support/-/source-map-support-0.5.17.tgz#29fe1b3c98b9dbd5064ada89052ee8ff070cb46c"
|
||||||
integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
|
integrity sha512-bwdKOBZ5L0gFRh4KOxNap/J/MpvX9Yxsq9lFDx65s3o7F/NiHy7JRaGIS8MwW6tZPAq9UXE207Il0cfcb5yu/Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
buffer-from "^1.0.0"
|
buffer-from "^1.0.0"
|
||||||
source-map "^0.6.0"
|
source-map "^0.6.0"
|
||||||
|
|
Loading…
Reference in New Issue