scimgateway 4.2.16 → 4.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1170,7 +1170,7 @@ MIT © [Jarle Elshaug](https://www.elshaug.xyz)
1170
1170
 
1171
1171
  ## Change log
1172
1172
 
1173
- ### v4.2.16
1173
+ ### v4.2.17
1174
1174
 
1175
1175
  [Fixed]
1176
1176
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scimgateway",
3
- "version": "4.2.16",
3
+ "version": "4.2.17",
4
4
  "description": "Using SCIM protocol as a gateway for user provisioning to other endpoints",
5
5
  "author": "Jarle Elshaug <jarle.elshaug@gmail.com> (https://elshaug.xyz)",
6
6
  "homepage": "https://elshaug.xyz",
@@ -40,7 +40,7 @@
40
40
  "jsonwebtoken": "^9.0.2",
41
41
  "koa": "^2.14.2",
42
42
  "koa-bodyparser": "^4.4.1",
43
- "koa-router": "^12.0.0",
43
+ "koa-router": "^12.0.1",
44
44
  "ldapjs": "^3.0.5",
45
45
  "lokijs": "^1.5.12",
46
46
  "mongodb": "^6.1.0",