bump package version to 1.0.1
[squeep-resource-authentication-module] / package.json
index 6593e2821ee42ab3f6d3b0c0cf20019f3a8ffff3..0d9faa0d7988705dc62e18936448a58f5cc531f2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/resource-authentication-module",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "Wrangles authentication for resource servers; intended for use in Squeep Framework Applications.",
   "main": "index.js",
   "scripts": {
   "author": "Justin Wind <jwind-npm@squeep.com>",
   "license": "ISC",
   "dependencies": {
-    "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8",
+    "@squeep/api-dingus": "v2.0.0",
     "uuid": "^9.0.0"
   },
   "devDependencies": {
     "@squeep/test-helper": "git+https://git.squeep.com/squeep-test-helper#v1.0.0",
-    "eslint": "^8.24.0",
+    "eslint": "^8.48.0",
     "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-security": "^1.5.0",
-    "eslint-plugin-sonarjs": "^0.15.0",
+    "eslint-plugin-security": "^1.7.1",
+    "eslint-plugin-sonarjs": "^0.21.0",
     "html-minifier-lint": "^2.0.0",
-    "mocha": "^10.0.0",
+    "mocha": "^10.2.0",
     "mocha-steps": "^1.3.0",
     "nyc": "^15.1.0",
     "pre-commit": "^1.2.2",
-    "sinon": "^14.0.0"
+    "sinon": "^15.2.0"
   }
 }