Browse Source
Merge pull request #1748 from doccano/fix/securityUpdate
Update minimist version
pull/1754/head
Hiroki Nakayama
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
5 deletions
-
frontend/package.json
-
frontend/yarn.lock
|
|
@ -95,6 +95,7 @@ |
|
|
|
"follow-redirects": "^1.14.7", |
|
|
|
"highlight.js": "^10.4.1", |
|
|
|
"markdown-it": "^12.3.2", |
|
|
|
"watchpack": "^1.7.5" |
|
|
|
"watchpack": "^1.7.5", |
|
|
|
"minimist": "npm:minimist-lite@2.2.0" |
|
|
|
} |
|
|
|
} |
|
|
@ -8383,10 +8383,10 @@ minimatch@^3.0.4: |
|
|
|
dependencies: |
|
|
|
brace-expansion "^1.1.7" |
|
|
|
|
|
|
|
minimist@^1.2.0, minimist@^1.2.5: |
|
|
|
version "1.2.5" |
|
|
|
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" |
|
|
|
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== |
|
|
|
minimist@^1.2.0, minimist@^1.2.5, "minimist@npm:minimist-lite@2.2.0": |
|
|
|
version "2.2.0" |
|
|
|
resolved "https://registry.yarnpkg.com/minimist-lite/-/minimist-lite-2.2.0.tgz#43992acac6bb17e78acb6eee784d1da2f7cc3216" |
|
|
|
integrity sha512-o9M0Iz5ELqCT4NzeaZHBBlV4+ruOGGWV6lVxFoghC6Wvp4W6ECbBBpmDRHdk72O/sMh3QT0c/0XDKhtGlztRZw== |
|
|
|
|
|
|
|
minipass-collect@^1.0.2: |
|
|
|
version "1.0.2" |
|
|
|