Add script to sync sonar properties with package.json
[e-mobility-charging-stations-simulator.git] / package.json
index 5017d6f111951ba7d89baa307354454bbb13d5c4..60f08e96d8aae2308f21e28bf9718f312bd54f7d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.60",
+  "version": "1.1.61",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"
@@ -77,6 +77,7 @@
     "git:sdiff": "git diff && git submodule foreach 'git diff'",
     "git:supdate": "git submodule update --remote --recursive --merge",
     "git:spush": "git push --recurse-submodules=on-demand",
+    "sonar:properties": "src/scripts/updateSonarProps.sh",
     "release": "release-it"
   },
   "dependencies": {
@@ -89,7 +90,7 @@
     "express": "^4.18.1",
     "mnemonist": "^0.39.2",
     "moment": "^2.29.3",
-    "mongodb": "^4.6.0",
+    "mongodb": "^4.7.0",
     "poolifier": "^2.2.0",
     "proper-lockfile": "^4.1.2",
     "source-map-support": "^0.5.21",
     "@types/express": "^4.17.13",
     "@types/mocha": "^9.1.1",
     "@types/mochawesome": "^6.2.1",
-    "@types/node": "^16.11.38",
+    "@types/node": "^16.11.39",
     "@types/proper-lockfile": "^4.1.2",
     "@types/tar": "^6.1.1",
     "@types/uuid": "^8.3.4",
     "@types/ws": "^8.5.3",
-    "@typescript-eslint/eslint-plugin": "^5.27.0",
-    "@typescript-eslint/parser": "^5.27.0",
+    "@typescript-eslint/eslint-plugin": "^5.27.1",
+    "@typescript-eslint/parser": "^5.27.1",
     "auto-changelog": "^2.4.0",
     "clinic": "^11.1.0",
     "cross-env": "^7.0.3",
     "eslint-plugin-jsdoc": "^39.3.2",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-prettier": "^4.0.0",
-    "expect": "^28.1.0",
+    "expect": "^28.1.1",
     "husky": "^8.0.1",
-    "lint-staged": "^13.0.0",
+    "lint-staged": "^13.0.1",
     "mocha": "^10.0.0",
     "mochawesome": "^7.1.3",
     "nyc": "^15.1.0",
     "prettier": "^2.6.2",
     "release-it": "^15.0.0",
     "robohydra": "^0.6.9",
-    "rollup": "^2.75.5",
+    "rollup": "^2.75.6",
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-copy": "^3.4.0",
     "rollup-plugin-delete": "^2.0.0",
     "rollup-plugin-istanbul": "^3.0.0",
     "rollup-plugin-terser": "^7.0.2",
-    "rollup-plugin-ts": "^3.0.1",
+    "rollup-plugin-ts": "^3.0.2",
     "ts-node": "^10.8.1",
     "typescript": "^4.7.3"
   }