Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 37363d0

Browse files
committed
fix(core): update minim to 0.23.4
1 parent 1a6f132 commit 37363d0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/api-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "mocha"
1818
},
1919
"dependencies": {
20-
"minim": "^0.23.1"
20+
"minim": "^0.23.4"
2121
},
2222
"devDependencies": {
2323
"chai": "^4.1.2",

packages/fury-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"fury-adapter-oas3-parser": "^0.7.5",
2929
"fury-adapter-swagger": "^0.25.1",
3030
"js-yaml": "^3.12.0",
31-
"minim": "^0.23.1"
31+
"minim": "^0.23.4"
3232
},
3333
"devDependencies": {
3434
"eslint": "^5.9.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4008,10 +4008,10 @@ mimic-fn@^1.0.0:
40084008
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
40094009
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
40104010

4011-
minim@^0.23.1:
4012-
version "0.23.1"
4013-
resolved "https://registry.yarnpkg.com/minim/-/minim-0.23.1.tgz#7820c03140048183223e9a1c394fd1c638d77839"
4014-
integrity sha512-Oi2B/L8w6Ufd9820N9UV1T3b91Qmmn5h2J+hv2dQ2ZTcCrIyDF8EzHFBYZO/WnlX9L/N9TLFS0x8lS2uzNhODQ==
4011+
minim@^0.23.4:
4012+
version "0.23.4"
4013+
resolved "https://registry.yarnpkg.com/minim/-/minim-0.23.4.tgz#eda2e342c657b034e158604f81f4f40860ed9954"
4014+
integrity sha512-hmtDywnQq8WBI7yTi9Yqy/q9m6RjqviuIPMYY2NOmbVI96R4nNznrLn7Uda+JvI58HidRG5TQUfHPMce/6Kr/Q==
40154015
dependencies:
40164016
lodash "^4.15.0"
40174017

0 commit comments

Comments
 (0)