This is an automated email from the ASF dual-hosted git repository.
amaranhao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git
The following commit(s) were added to refs/heads/main by this push:
new 1307071 Update mkdirp dependency to fix vulnerability (#1346)
1307071 is described below
commit 1307071bc4e1866bd9b5406d0af3e00204c66551
Author: Jordan Fry <[email protected]>
AuthorDate: Fri Apr 1 04:58:33 2022 +0100
Update mkdirp dependency to fix vulnerability (#1346)
---
package-lock.json | 18 +++++++++++++-----
package.json | 2 +-
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 884c1da..fb1ad69 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15730,14 +15730,22 @@
"minimist": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
- "integrity":
"sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
+ "integrity":
"sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
+ "dev": true
},
"mkdirp": {
- "version": "0.5.5",
- "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
- "integrity":
"sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
+ "version": "0.5.6",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
+ "integrity":
"sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
"requires": {
- "minimist": "^1.2.5"
+ "minimist": "^1.2.6"
+ },
+ "dependencies": {
+ "minimist": {
+ "version": "1.2.6",
+ "resolved":
"https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
+ "integrity":
"sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
+ }
}
},
"mkpath": {
diff --git a/package.json b/package.json
index c011e0f..98d094e 100644
--- a/package.json
+++ b/package.json
@@ -73,7 +73,7 @@
"jquery-param-fn": "^1.0.0",
"jsondiffpatch": "^0.3.11",
"lodash": "^4.17.20",
- "mkdirp": "^0.5.1",
+ "mkdirp": "^0.5.6",
"moment": "^2.29.1",
"nano": "^9.0.5",
"prop-types": "^15.8.1",