Skip to content

Commit 9152781

Browse files
committed
fix(deps): update dependency source-map-support to v0.5.8
1 parent 9fa579c commit 9152781

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"graphql-request": "1.4.1",
2626
"lambda-helpers": "0.2.2",
2727
"sharp": "0.18.4",
28-
"source-map-support": "0.5.0"
28+
"source-map-support": "0.5.8"
2929
}
3030
}

Diff for: yarn.lock

+8-3
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,10 @@ buf-compare@^1.0.0:
695695
version "1.0.1"
696696
resolved "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz#fef28da8b8113a0a0db4430b0b6467b69730b34a"
697697

698+
buffer-from@^1.0.0:
699+
version "1.1.1"
700+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
701+
698702
699703
version "4.9.1"
700704
resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.1.tgz#6d1bb601b07a4efced97094132093027c95bc298"
@@ -3030,10 +3034,11 @@ sort-keys@^2.0.0:
30303034
dependencies:
30313035
is-plain-obj "^1.0.0"
30323036

3033-
3034-
version "0.5.0"
3035-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.0.tgz#2018a7ad2bdf8faf2691e5fddab26bed5a2bacab"
3037+
3038+
version "0.5.8"
3039+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.8.tgz#04f5581713a8a65612d0175fbf3a01f80a162613"
30363040
dependencies:
3041+
buffer-from "^1.0.0"
30373042
source-map "^0.6.0"
30383043

30393044
source-map-support@^0.4.0, source-map-support@^0.4.2:

0 commit comments

Comments
 (0)