Skip to content

Commit df23eda

Browse files
committed
[Deps] update deep-equal, is-regex, object-inspect, object-is, object.assign, string.prototype.trim
1 parent e142c29 commit df23eda

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
"test": "test"
2323
},
2424
"dependencies": {
25-
"deep-equal": "^2.0.3",
25+
"deep-equal": "^2.0.4",
2626
"defined": "^1.0.0",
2727
"dotignore": "^0.1.2",
2828
"for-each": "^0.3.3",
2929
"function-bind": "^1.1.1",
3030
"glob": "^7.1.6",
3131
"has": "^1.0.3",
3232
"inherits": "^2.0.4",
33-
"is-regex": "^1.0.5",
33+
"is-regex": "^1.1.1",
3434
"minimist": "^1.2.5",
35-
"object-inspect": "^1.7.0",
36-
"object-is": "^1.1.2",
37-
"object.assign": "^4.1.0",
35+
"object-inspect": "^1.8.0",
36+
"object-is": "^1.1.3",
37+
"object.assign": "^4.1.1",
3838
"resolve": "^1.17.0",
3939
"resumer": "^0.0.0",
40-
"string.prototype.trim": "^1.2.1",
40+
"string.prototype.trim": "^1.2.2",
4141
"through": "^2.3.8"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)