From dd85a8eb73593ec0208ecc02e169666be379a72e Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:39:16 -0600 Subject: [PATCH] chore: bump deps --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 41ed4dccd..d5e3e61a0 100644 --- a/package.json +++ b/package.json @@ -20,22 +20,22 @@ ], "dependencies": { "component-emitter": "^1.3.0", - "cookiejar": "^2.1.3", + "cookiejar": "^2.1.4", "debug": "^4.3.4", "fast-safe-stringify": "^2.1.1", "form-data": "^4.0.0", - "formidable": "^2.1.1", + "formidable": "^2.1.2", "methods": "^1.1.2", "mime": "2.6.0", "qs": "^6.11.0", "semver": "^7.3.8" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@commitlint/cli": "17", "@commitlint/config-conventional": "17", "Base64": "^1.1.0", @@ -45,7 +45,7 @@ "browserify": "^17.0.0", "cookie-parser": "^1.4.6", "cross-env": "^7.0.3", - "eslint": "^8.29.0", + "eslint": "^8.32.0", "eslint-config-xo-lass": "2", "eslint-plugin-compat": "^4.0.2", "eslint-plugin-node": "^11.1.0", @@ -55,7 +55,7 @@ "get-port": "4.2.0", "husky": "7", "lint-staged": "12", - "marked": "^4.2.4", + "marked": "^4.2.12", "mocha": "^6.2.3", "multer": "1.4.5-lts.1", "nyc": "^15.1.0",