Skip to content

Commit b04145f

Browse files
watsonmike-unearth
authored andcommitted
Upgrade minimist to ^1.2.5 (mapbox#9425)
1 parent 4ae4b6f commit b04145f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"geojson-vt": "^3.2.1",
2828
"gl-matrix": "^3.0.0",
2929
"grid-index": "^1.1.0",
30-
"minimist": "0.0.8",
30+
"minimist": "^1.2.5",
3131
"murmurhash-js": "^1.0.0",
3232
"pbf": "^3.2.1",
3333
"potpack": "^1.0.1",

src/style-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@mapbox/point-geometry": "^0.1.0",
3434
"csscolorparser": "~1.0.2",
3535
"json-stringify-pretty-compact": "^2.0.0",
36-
"minimist": "0.0.8",
36+
"minimist": "^1.2.5",
3737
"rw": "^1.3.3",
3838
"sort-object": "^0.3.2"
3939
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6619,6 +6619,11 @@ minimist@1.2.0, minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.0, minimist@~1.2
66196619
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
66206620
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
66216621

6622+
minimist@^1.2.5:
6623+
version "1.2.5"
6624+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
6625+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
6626+
66226627
minimist@~0.0.1:
66236628
version "0.0.10"
66246629
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

0 commit comments

Comments
 (0)