diff --git a/package-lock.json b/package-lock.json index 41db782..7b19612 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5416,9 +5416,9 @@ } }, "eslint-config-problems": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-problems/-/eslint-config-problems-2.0.0.tgz", - "integrity": "sha512-4QbWmmkyf85cmuTGeqrXNRk3wxDEG9meV3Ss4iH8x5EbqJL200MJZkuK3CNJxNWLWl9sxHVXeJlyPaQIgjBS3w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-problems/-/eslint-config-problems-3.0.0.tgz", + "integrity": "sha512-Ve1VQVOhYiwGYHatd3/1rH0/C/y+b/X8ofS/04j0PDpfgQhzh/p2xtUuGfoSK+tvdQzOpM9834/QTh80Ai8z/w==", "dev": true }, "eslint-import-resolver-node": { diff --git a/package.json b/package.json index e5d7094..7dbaacc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "commitlint": "^7.2.1", "eslint": "^5.7.0", "eslint-config-prettier": "^3.1.0", - "eslint-config-problems": "^2.0.0", + "eslint-config-problems": "^3.0.0", "eslint-plugin-babel": "^5.2.1", "eslint-plugin-better": "^0.1.5", "eslint-plugin-flowtype": "^3.0.0",