X Tutup
Skip to content

Commit d89c154

Browse files
snyk-botphil-davis
authored andcommitted
fix: build/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764
1 parent 1e072a3 commit d89c154

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@bower_components/strengthify": "MorrisJobke/strengthify#0.5.6",
3333
"@bower_components/underscore": "jashkenas/underscore#1.9.1",
3434
"@bower_components/zxcvbn": "dropbox/zxcvbn#4.4.2",
35-
"minimist": "1.2.2",
35+
"minimist": "1.2.3",
3636
"modclean": "^3.0.0-beta.1",
3737
"modclean-patterns-owncloud": "./modclean-patterns-owncloud/"
3838
},

changelog/unreleased/37138

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Change: Update minimist (1.2.2 => 1.2.3)
2+
3+
https://github.com/owncloud/core/pull/37138

0 commit comments

Comments
 (0)
X Tutup