diff --git a/js/package.json b/js/package.json index ff3cea7e..071fac8e 100644 --- a/js/package.json +++ b/js/package.json @@ -5,7 +5,7 @@ "devDependencies": { "mocha": "^8.0.1", "@rdfjs/data-model": "1.1.2", - "standard": "^14.3.4" + "standard": "^15.0.0" }, "scripts": { "test": "standard test/*.js && wasm-pack build --dev --target nodejs && mocha",