Skip to content

Commit 9e212f4

Browse files
authored
Merge pull request #22 from knownasilya/patch-1
[security] Update minimatch to ^3.0.2
2 parents 9e3519a + 3319df6 commit 9e212f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"core-object": "^1.1.0",
5151
"ember-cli-deploy-plugin": "^0.2.2",
5252
"ember-cli-babel": "^5.0.0",
53-
"minimatch": "^2.0.8",
53+
"minimatch": "^3.0.2",
5454
"rsvp": "^3.0.18"
5555
},
5656
"ember-addon": {
5757
"configPath": "tests/dummy/config"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)