Skip to content

Commit 7f2178f

Browse files
committed
chore: update dependencies to latest
1 parent 4c4aa2f commit 7f2178f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,28 @@
4444
"format": "prettier --write '{.,lib}/*.{js,md}'"
4545
},
4646
"devDependencies": {
47-
"eslint": "^5.16.0",
48-
"prettier": "^1",
47+
"eslint": "^7.18.0",
48+
"prettier": "^2",
4949
"cross-spawn": "*",
5050
"tape": "*",
5151
"tape-promise": "*",
52-
"lodash": "^4.16.15"
52+
"lodash": "^4.17.20"
5353
},
5454
"dependencies": {
55-
"@iarna/toml": "^2.2.3",
55+
"@iarna/toml": "^2.2.5",
5656
"appdirectory": "^0.1.0",
57-
"bluebird": "^3.0.6",
58-
"fs-extra": "^8.1.0",
59-
"glob-all": "^3.1.0",
60-
"is-wsl": "^2.0.0",
61-
"jszip": "^3.1.0",
57+
"bluebird": "^3.7.2",
58+
"fs-extra": "^9.1.0",
59+
"glob-all": "^3.2.1",
60+
"is-wsl": "^2.2.0",
61+
"jszip": "^3.5.0",
6262
"lodash.get": "^4.4.2",
6363
"lodash.set": "^4.3.2",
64-
"lodash.uniqby": "^4.0.0",
64+
"lodash.uniqby": "^4.7.0",
6565
"lodash.values": "^4.3.0",
6666
"rimraf": "^3.0.2",
6767
"sha256-file": "1.0.0",
68-
"shell-quote": "^1.6.1"
68+
"shell-quote": "^1.7.2"
6969
},
7070
"eslintConfig": {
7171
"extends": "eslint:recommended",

0 commit comments

Comments
 (0)