From f5be0b949d0ab8c51ea85a5fef5913a38f187779 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 06:51:08 +0000 Subject: [PATCH] chore(deps-dev): bump eslint in /projects/mitch-datasource-test-vue Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.25.0) Signed-off-by: dependabot-preview[bot] --- projects/mitch-datasource-test-vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mitch-datasource-test-vue/package.json b/projects/mitch-datasource-test-vue/package.json index ca7a2e5..c9df65f 100644 --- a/projects/mitch-datasource-test-vue/package.json +++ b/projects/mitch-datasource-test-vue/package.json @@ -25,7 +25,7 @@ "babel-loader": "^8.0.6", "babel-preset-vue": "^2.0.2", "core-js": "^3.4.0", - "eslint": "^6.5.1", + "eslint": "^7.25.0", "eslint-plugin-vue": "^6.0.0", "vue-template-compiler": "^2.6.10" },