@opengovsg/mockpass 4.4.2 → 4.4.3

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/lib/assertions.js CHANGED
@@ -186,7 +186,7 @@ const oidc = {
186
186
  aud,
187
187
  }
188
188
 
189
- const sub = `s=${nric},u=${uuid},c=SG`
189
+ const sub = `s=${nric},uuid=${uuid},u=${uen}${nric},c=SG`
190
190
 
191
191
  const accessTokenClaims = {
192
192
  ...baseClaims,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengovsg/mockpass",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
4
4
  "description": "A mock SingPass/CorpPass server for dev purposes",
5
5
  "main": "app.js",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "base-64": "^1.0.0",
40
40
  "cookie-parser": "^1.4.3",
41
- "dotenv": "^16.0.0",
41
+ "dotenv": "^17.2.0",
42
42
  "expiry-map": "^2.0.0",
43
43
  "express": "^5.1.0",
44
44
  "jose": "^5.2.3",