Skip to content

Commit 3ce3f65

Browse files
fix(deps): update dependency json-2-csv to v5.5.1 (#5422)
1 parent 2689364 commit 3ce3f65

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@
16131613
"appdirs": "1.1.0",
16141614
"execa": "5.1.1",
16151615
"fs-extra": "11.2.0",
1616-
"json-2-csv": "5.5.0",
1616+
"json-2-csv": "5.5.1",
16171617
"json5": "2.2.3",
16181618
"lodash.clonedeep": "4.5.0",
16191619
"lodash.get": "4.4.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8225,10 +8225,10 @@ dns-packet@^5.2.2:
82258225
dependencies:
82268226
"@leichtgewicht/ip-codec" "^2.0.1"
82278227

8228-
8229-
version "4.1.0"
8230-
resolved "https://registry.yarnpkg.com/doc-path/-/doc-path-4.1.0.tgz#870d71b31dbbb54200c815e3051ba6a9c48c4a93"
8231-
integrity sha512-i+hXn5HFwpPOwe8JcvjjQYuUVt0p46Ybi+73g9L43zQUKR6zMyaUAKFwGBMH3NWQDugRWIwxg2+FvvxCv0IG7Q==
8228+
8229+
version "4.1.1"
8230+
resolved "https://registry.yarnpkg.com/doc-path/-/doc-path-4.1.1.tgz#5be8c1671877f6b719af5a6077c41904be8913ac"
8231+
integrity sha512-h1ErTglQAVv2gCnOpD3sFS6uolDbOKHDU1BZq+Kl3npPqroU3dYL42lUgMfd5UimlwtRgp7C9dLGwqQ5D2HYgQ==
82328232

82338233
doctrine@^2.1.0:
82348234
version "2.1.0"
@@ -12205,13 +12205,13 @@ jsesc@~0.5.0:
1220512205
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
1220612206
integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
1220712207

12208-
12209-
version "5.5.0"
12210-
resolved "https://registry.yarnpkg.com/json-2-csv/-/json-2-csv-5.5.0.tgz#b0881aaf4b842fccc13f7972584ccea8b5a96d19"
12211-
integrity sha512-1Y4upYpzhoweEMkFDogMU8fKLCs+ciNKviTotrrMZ8duqlycERcB38GYXpu4xcwm6YBn86cTXd7za2yUl0GAkg==
12208+
12209+
version "5.5.1"
12210+
resolved "https://registry.yarnpkg.com/json-2-csv/-/json-2-csv-5.5.1.tgz#2ad4e69d4b2bb4590203948a36f11347a4d7aed9"
12211+
integrity sha512-KgAtAXTQopRwe90gh8SgjRSxgt9bUWbGAPMo9W0TZLA8SqiQH7khtagFfeEUjG3NBPwJu/+9uX5pMvunKaPvrQ==
1221212212
dependencies:
1221312213
deeks "3.1.0"
12214-
doc-path "4.1.0"
12214+
doc-path "4.1.1"
1221512215

1221612216
1221712217
version "3.0.0"

0 commit comments

Comments
 (0)