Apply dependencies update (#485)
[poolifier.git] / package.json
index 2147090d33cd27fb5b28cb5b8cc7e1897e30c4b2..b3aee8e655e2326bff3865060b0b3f74b0894aac 100644 (file)
@@ -13,7 +13,6 @@
     "test": "npm run build && nyc mocha 'tests/**/*.test.js'",
     "test:debug": "npm run build && mocha --no-parallel --inspect 'tests/**/*.test.js'",
     "test:prod": "npm run build:prod && nyc mocha 'tests/**/*.test.js'",
-    "sonar": "sonar-scanner",
     "coverage": "nyc report --reporter=lcov",
     "coverage:html": "nyc report --reporter=html",
     "format": "prettier --loglevel silent --write .; prettierx --write .",
@@ -63,7 +62,7 @@
     "lib"
   ],
   "devDependencies": {
-    "@types/node": "^14.17.10",
+    "@types/node": "^14.17.11",
     "@typescript-eslint/eslint-plugin": "^4.29.2",
     "@typescript-eslint/parser": "^4.29.2",
     "benchmark": "^2.1.4",
@@ -78,7 +77,7 @@
     "eslint-plugin-spellcheck": "0.0.19",
     "expect": "^27.0.6",
     "microtime": "^3.0.0",
-    "mocha": "^9.0.3",
+    "mocha": "^9.1.0",
     "mochawesome": "^6.2.2",
     "nyc": "^15.1.0",
     "prettier": "^2.3.2",
@@ -91,7 +90,6 @@
     "rollup-plugin-istanbul": "^3.0.0",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.30.0",
-    "sonar-scanner": "^3.1.0",
     "source-map-support": "^0.5.19",
     "typedoc": "^0.21.6",
     "typescript": "^4.3.5"