diff --git a/package-lock.json b/package-lock.json index 8ca8b1d..c66c0d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@govtechsg/dnsprove": "^2.6.2", - "@govtechsg/document-store": "^2.2.3", + "@govtechsg/document-store": "^2.6.1", "@govtechsg/open-attestation": "^6.2.0", "@govtechsg/token-registry": "^4.1.7", "axios": "^1.6.2", @@ -2302,13 +2302,9 @@ } }, "node_modules/@govtechsg/document-store": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@govtechsg/document-store/-/document-store-2.2.3.tgz", - "integrity": "sha512-d6D8ku4aCmdPaxHlU8OMwqIa0WHMZ02ZzUvYujlM/FInxTfKU1jUiAA4Jdx54D60hvhvGlBYU8T9jUsTZhBY4g==", - "hasInstallScript": true, - "dependencies": { - "lodash": "^4.17.21" - } + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@govtechsg/document-store/-/document-store-2.6.1.tgz", + "integrity": "sha512-Jr8dGyr8wBXMOSbUURoYfmz9jKiK2ntbjEYyI06pze6jzyiYLZXcepKVyjNk9PC/mLIlDCZgQWmre7ixBZWWjQ==" }, "node_modules/@govtechsg/jsonld": { "version": "0.1.1", diff --git a/package.json b/package.json index 7d39ce6..ee46469 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "Apache-2.0", "dependencies": { "@govtechsg/dnsprove": "^2.6.2", - "@govtechsg/document-store": "^2.2.3", + "@govtechsg/document-store": "^2.6.1", "@govtechsg/open-attestation": "^6.2.0", "@govtechsg/token-registry": "^4.1.7", "axios": "^1.6.2",