Skip to content

Commit 7d5e3a8

Browse files
committedDec 7, 2022
chore: bump deps
1 parent 3a966bd commit 7d5e3a8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
"debug": "^4.3.4",
2525
"fast-safe-stringify": "^2.1.1",
2626
"form-data": "^4.0.0",
27-
"formidable": "^2.0.1",
27+
"formidable": "^2.1.1",
2828
"methods": "^1.1.2",
2929
"mime": "2.6.0",
3030
"qs": "^6.11.0",
3131
"semver": "^7.3.8"
3232
},
3333
"devDependencies": {
3434
"@babel/cli": "^7.19.3",
35-
"@babel/core": "^7.19.6",
35+
"@babel/core": "^7.20.5",
3636
"@babel/plugin-transform-runtime": "^7.19.6",
37-
"@babel/preset-env": "^7.19.4",
38-
"@babel/runtime": "^7.19.4",
37+
"@babel/preset-env": "^7.20.2",
38+
"@babel/runtime": "^7.20.6",
3939
"@commitlint/cli": "17",
4040
"@commitlint/config-conventional": "17",
4141
"Base64": "^1.1.0",
@@ -45,7 +45,7 @@
4545
"browserify": "^17.0.0",
4646
"cookie-parser": "^1.4.6",
4747
"cross-env": "^7.0.3",
48-
"eslint": "^8.26.0",
48+
"eslint": "^8.29.0",
4949
"eslint-config-xo-lass": "2",
5050
"eslint-plugin-compat": "^4.0.2",
5151
"eslint-plugin-node": "^11.1.0",
@@ -55,7 +55,7 @@
5555
"get-port": "4.2.0",
5656
"husky": "7",
5757
"lint-staged": "12",
58-
"marked": "^4.1.1",
58+
"marked": "^4.2.4",
5959
"mocha": "^6.2.3",
6060
"multer": "1.4.5-lts.1",
6161
"nyc": "^15.1.0",
@@ -65,7 +65,7 @@
6565
"should": "^13.2.3",
6666
"should-http": "^0.1.1",
6767
"tinyify": "3.0.0",
68-
"xo": "^0.52.4",
68+
"xo": "^0.53.1",
6969
"zuul": "^3.12.0"
7070
},
7171
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.