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

[Snyk] Upgrade minimatch from 0.3.0 to 0.4.0 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade minimatch from 0.3.0 to 0.4.0
Snyk has created this PR to upgrade minimatch from 0.3.0 to 0.4.0.

See this package in NPM:
https://www.npmjs.com/package/minimatch

See this project in Snyk:
https://app.snyk.io/org/podio-podio/project/fa5ad017-b4e5-4d96-8254-69ca7dabb75b?utm_source=github&utm_medium=upgrade-pr
snyk-bot committed Jul 1, 2020
commit bdbef1525fc4de8400182e3b92d5176eedaaf4f4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"dependencies": {
"istanbul": "~0.3.0",
"dateformat": "~1.0.6",
"minimatch": "~0.3.0"
"minimatch": "~0.4.0"
},
"peerDependencies": {
"karma": ">=0.9"