Skip to content

Commit 7d8ff02

Browse files
g-ginzunzaGustavo Inzunza
and
Gustavo Inzunza
authored
upgrading minimist (#153)
Co-authored-by: Gustavo Inzunza <[email protected]>
1 parent afe7d7a commit 7d8ff02

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"url": "https://github.com/intercom/contentful-typescript-codegen"
99
},
1010
"resolutions": {
11-
"ansi-regex": "3.0.1"
11+
"ansi-regex": "3.0.1",
12+
"minimist": "1.2.6"
1213
},
1314
"version": "0.0.1-development",
1415
"main": "dist/contentful-typescript-codegen.js",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5437,10 +5437,10 @@ [email protected]:
54375437
is-plain-obj "^1.1.0"
54385438
kind-of "^6.0.3"
54395439

5440-
[email protected], minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
5441-
version "1.2.5"
5442-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
5443-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
5440+
[email protected], minimist@1.2.6, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
5441+
version "1.2.6"
5442+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
5443+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
54445444

54455445
minipass@^2.3.5, minipass@^2.6.0, minipass@^2.9.0:
54465446
version "2.9.0"

0 commit comments

Comments
 (0)