update devDependencies to latest
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 27 Aug 2021 21:55:18 +0000 (14:55 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Thu, 9 Sep 2021 19:26:14 +0000 (12:26 -0700)
package-lock.json
package.json

index 20353186ef38475b10f2f980bbf474a059c84313..cc3c340ac856541aed2c4b0f78d39bb4e6c11a3d 100644 (file)
       }
     },
     "eslint-plugin-sonarjs": {
-      "version": "0.9.1",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.9.1.tgz",
-      "integrity": "sha512-KKFofk1LPjGHWeAZijYWv32c/C4mz+OAeBNVxhxHu1hknrTOhu415MWC8qKdAdsmOlBPShs9evM4mI1o7MNMhw==",
+      "version": "0.10.0",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.10.0.tgz",
+      "integrity": "sha512-FBRIBmWQh2UAfuLSnuYEfmle33jIup9hfkR0X8pkfjeCKNpHUG8qyZI63ahs3aw8CJrv47QJ9ccdK3ZxKH016A==",
       "dev": true
     },
     "eslint-scope": {
       "dev": true
     },
     "mocha": {
-      "version": "9.0.3",
-      "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz",
-      "integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==",
+      "version": "9.1.1",
+      "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.1.tgz",
+      "integrity": "sha512-0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA==",
       "dev": true,
       "requires": {
         "@ungap/promise-all-settled": "1.1.2",
index 113db2977375bffebfc6868734fbb12de97045d7..dd28f33e5d0fe73b9a093da8f2f216e19fe8653f 100644 (file)
@@ -34,8 +34,8 @@
     "eslint": "^7.32.0",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-security": "^1.4.0",
-    "eslint-plugin-sonarjs": "^0.9.1",
-    "mocha": "^9.0.3",
+    "eslint-plugin-sonarjs": "^0.10.0",
+    "mocha": "^9.1.1",
     "nyc": "^15.1.0",
     "peggy": "^1.2.0",
     "pre-commit": "^1.2.2"