From 50988fa3a8eb093c1482782be3836966814e5029 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 00:54:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 632bad0c..233518e0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "babel-macros": "^1.2.0", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-minify-dead-code-elimination": "^0.2.0", - "babel-plugin-module-resolver": "^3.0.0", + "babel-plugin-module-resolver": "^5.0.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-inline-environment-variables": "^0.2.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", @@ -49,9 +49,9 @@ "concurrently": "^3.5.1", "cross-env": "^5.1.3", "cross-spawn": "^5.1.0", - "doctoc": "^1.3.0", + "doctoc": "^2.0.0", "eslint": "^4.14.0", - "eslint-config-kentcdodds": "^13.0.1", + "eslint-config-kentcdodds": "^16.1.0", "eslint-config-prettier": "^2.9.0", "glob": "^7.1.2", "husky": "^0.14.3",