Skip to content

Commit 3b46ea3

Browse files
committed
🔒 Upgrade minimist
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
1 parent 5d22abf commit 3b46ea3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"koa": "^1.0.0",
3737
"koa-buddy": "^0.1.0",
3838
"koa-router": "^5.1.2",
39-
"koa-swig": "^2.0.0"
39+
"koa-swig": "^2.0.0",
40+
"minimist": "^1.2.5"
4041
}
4142
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ mime-types@^2.0.7, mime-types@~2.1.15, mime-types@~2.1.16:
269269
dependencies:
270270
mime-db "~1.30.0"
271271

272+
minimist@^1.2.5:
273+
version "1.2.5"
274+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
275+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
276+
272277
minimist@~0.0.1:
273278
version "0.0.10"
274279
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

0 commit comments

Comments
 (0)