From bbf90574d646c726e89b910af32d8b1590c25315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 15:16:06 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.8.0 in /js/p5play Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.8.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/v3.19.0...v6.8.0) Signed-off-by: dependabot[bot] --- js/p5play/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 js/p5play/package.json diff --git a/js/p5play/package.json b/js/p5play/package.json old mode 100755 new mode 100644 index 1476d8a..4cfaf89 --- a/js/p5play/package.json +++ b/js/p5play/package.json @@ -4,7 +4,7 @@ "description": "A p5.js library for the creation of games and playthings.", "dependencies": {}, "devDependencies": { - "eslint": "^3.1.0", + "eslint": "^6.8.0", "http-server": "^0.9.0", "mocha-phantomjs": "^4.0.1", "p5": "0.5 - 0.5.2 || 0.5.4",