Skip to content

Commit 52b4cb3

Browse files
renovate[bot]felixfbecker
authored andcommitted
fix(deps): update dependency source-map-support to ^0.5.16 (#62)
1 parent 340d068 commit 52b4cb3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"mkdirp-promise": "^5.0.1",
5757
"mz": "^2.7.0",
5858
"npm-registry-client": "^8.6.0",
59-
"source-map-support": "^0.5.12"
59+
"source-map-support": "^0.5.16"
6060
},
6161
"devDependencies": {
6262
"@commitlint/cli": "^8.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6067,10 +6067,10 @@ source-map-resolve@^0.5.0:
60676067
source-map-url "^0.4.0"
60686068
urix "^0.1.0"
60696069

6070-
source-map-support@^0.5.12:
6071-
version "0.5.12"
6072-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599"
6073-
integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==
6070+
source-map-support@^0.5.16:
6071+
version "0.5.16"
6072+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
6073+
integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
60746074
dependencies:
60756075
buffer-from "^1.0.0"
60766076
source-map "^0.6.0"

0 commit comments

Comments
 (0)