From 491674c857fe96ad205b3c61aab6fd5b4d018a59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Aug 2021 08:26:36 +0000 Subject: [PATCH] fix: upgrade eslint from 5.1.0 to 5.16.0 Snyk has created this PR to upgrade eslint from 5.1.0 to 5.16.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/mailonline-jus/project/6da542f8-46c7-4121-bf31-02ca334c333c?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cdc0fe..e3e7a63 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "homepage": "https://github.com/MailOnline/mol-commitlint-config#readme", "devDependencies": { "@commitlint/lint": "^7.0.0", - "eslint": "^5.1.0", + "eslint": "^5.16.0", "eslint-config-mailonline": "^9.0.0", "husky": "^0.14.3", "jest": "^23.4.1",