From 9f62f49d1b0cb0b9cea99bcdda1e1e1459d367bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 20:26:00 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.5.1 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.5.1. - [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/v3.19.0...v6.5.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e9a253..eec46c6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Code.org fork of molleindustria/p5.play for use within the Code Studio learning environment.", "dependencies": {}, "devDependencies": { - "eslint": "^3.1.0", + "eslint": "^6.5.1", "http-server": "^0.9.0", "mocha-phantomjs": "^4.0.1", "yuidocjs": "^0.10.0"