diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0bfd2..a3ec6be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelogs +## 8.4.1 + +- Update axios to v1.7.4 + ## 8.4.0 - allow `decryptKey` for util function to accept JWKS strings when format is `json` -- make use of util function for verifying payload against possible keys -- add convenience test suite (skipped) for testing/verifying actual ndi oidc integration/configs +- make use of util function for verifying payload against possible keys +- add convenience test suite (skipped) for testing/verifying actual ndi oidc integration/configs ## 8.3.9 diff --git a/package-lock.json b/package-lock.json index 5732d78..35323f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@govtechsg/singpass-myinfo-oidc-helper", - "version": "8.4.0", + "version": "8.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@govtechsg/singpass-myinfo-oidc-helper", - "version": "8.4.0", + "version": "8.4.1", "license": "MIT", "dependencies": { "@js-joda/core": "^5.6.1", diff --git a/package.json b/package.json index d632ff7..6ec7d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govtechsg/singpass-myinfo-oidc-helper", - "version": "8.4.0", + "version": "8.4.1", "description": "Helper for building a Relying Party to integrate with Singpass OIDC and MyInfo person basic API", "main": "dist/index.js", "types": "dist/index.d.ts",