From 322838564bdb55fb20ed4b0ae278727cbcea412c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 13:31:57 +0000 Subject: [PATCH] Bump mocha from 5.2.0 to 8.0.1 in /js Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 8.0.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v8.0.1) Signed-off-by: dependabot[bot] --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index ce644e69..66940bdb 100644 --- a/js/package.json +++ b/js/package.json @@ -3,7 +3,7 @@ "description": "Build a tests for Oxigraph JS", "private": true, "devDependencies": { - "mocha": "^5.2.0", + "mocha": "^8.0.1", "@rdfjs/data-model": "^1.1.2" }, "scripts": {