scimgateway 4.2.8 → 4.2.9

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.
package/.travis.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  language: node_js
2
2
 
3
3
  node_js:
4
- - "14"
4
+ - "16"
5
5
 
6
6
  sudo: false
7
7
 
package/README.md CHANGED
@@ -1169,6 +1169,12 @@ MIT © [Jarle Elshaug](https://www.elshaug.xyz)
1169
1169
 
1170
1170
  ## Change log
1171
1171
 
1172
+ ### v4.2.9
1173
+
1174
+ [Fixed]
1175
+
1176
+ - installation require nodejs >= v.16.0.0 due to previous dependencies bump
1177
+
1172
1178
  ### v4.2.8
1173
1179
 
1174
1180
  [Fixed]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scimgateway",
3
- "version": "4.2.8",
3
+ "version": "4.2.9",
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",
@@ -29,7 +29,7 @@
29
29
  "iga"
30
30
  ],
31
31
  "engines": {
32
- "node": ">=14.0.0"
32
+ "node": ">=16.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@godaddy/terminus": "^4.12.0",