Skip to content

Commit 01edce8

Browse files
committedJan 15, 2023
[Deps] update defined, minimist, object-inspect, string.prototype.trim
1 parent 1b3ad24 commit 01edce8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"dependencies": {
1515
"call-bind": "~1.0.2",
1616
"deep-equal": "~1.1.1",
17-
"defined": "~1.0.0",
17+
"defined": "~1.0.1",
1818
"dotignore": "~0.1.2",
1919
"for-each": "~0.3.3",
2020
"glob": "~7.2.3",
2121
"has": "~1.0.3",
2222
"inherits": "~2.0.4",
2323
"is-regex": "~1.1.4",
24-
"minimist": "~1.2.6",
25-
"object-inspect": "~1.12.2",
24+
"minimist": "~1.2.7",
25+
"object-inspect": "~1.12.3",
2626
"resolve": "~1.22.1",
2727
"resumer": "~0.0.0",
28-
"string.prototype.trim": "~1.2.6",
28+
"string.prototype.trim": "~1.2.7",
2929
"through": "~2.3.8"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.