diff --git a/package-lock.json b/package-lock.json index 750e781..e6bd2a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@proton/js": "^27.3.0", + "@proton/js": "^27.9.0", "bignumber.js": "^9.1.1", "config": "^3.3.8", "winston": "^3.8.2" @@ -24,9 +24,9 @@ } }, "node_modules/@bloks/constants": { - "version": "27.1.0", - "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-27.1.0.tgz", - "integrity": "sha512-6BQ146LHfBrBARe93/uQn0+DocNHsySsIzuB1fcLeDQ+CiZ8Aii0Tb/eO1JxjZUTeV8+sBujyqApiOKmy0J19g==" + "version": "28.3.0", + "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-28.3.0.tgz", + "integrity": "sha512-1PIvDZ+AyucJ7/w0KBp+Ub2s9vGLPUiE69oumuf3vVKEFz9VzeLeuRFHDKykRtDbISLUsEPyfiasPjb0D99Zhg==" }, "node_modules/@colors/colors": { "version": "1.5.0", @@ -174,11 +174,11 @@ } }, "node_modules/@proton/js": { - "version": "27.3.0", - "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.3.0.tgz", - "integrity": "sha512-nuJ4Y/Iq20BfxLgil1suOhKZgkg+eXm5D9oU1BlPz93Wid3CUjEPClxN557EiZpPhpG1DKIKJxIKL3vJ4IUy5w==", + "version": "27.9.0", + "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.9.0.tgz", + "integrity": "sha512-fCj2fs5asmhOiFa2RL3FO18YoIpjXzVND1SrYNox6eLeIwAvwF8DdIk+dBABRFpfEXCQ6l2QB2F+cJ7a29joZw==", "dependencies": { - "@bloks/constants": "27.1.0", + "@bloks/constants": "28.3.0", "@peculiar/webcrypto": "^1.4.0", "abortcontroller-polyfill": "^1.7.3", "base64url": "^3.0.1", @@ -3624,9 +3624,9 @@ }, "dependencies": { "@bloks/constants": { - "version": "27.1.0", - "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-27.1.0.tgz", - "integrity": "sha512-6BQ146LHfBrBARe93/uQn0+DocNHsySsIzuB1fcLeDQ+CiZ8Aii0Tb/eO1JxjZUTeV8+sBujyqApiOKmy0J19g==" + "version": "28.3.0", + "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-28.3.0.tgz", + "integrity": "sha512-1PIvDZ+AyucJ7/w0KBp+Ub2s9vGLPUiE69oumuf3vVKEFz9VzeLeuRFHDKykRtDbISLUsEPyfiasPjb0D99Zhg==" }, "@colors/colors": { "version": "1.5.0", @@ -3740,11 +3740,11 @@ } }, "@proton/js": { - "version": "27.3.0", - "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.3.0.tgz", - "integrity": "sha512-nuJ4Y/Iq20BfxLgil1suOhKZgkg+eXm5D9oU1BlPz93Wid3CUjEPClxN557EiZpPhpG1DKIKJxIKL3vJ4IUy5w==", + "version": "27.9.0", + "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.9.0.tgz", + "integrity": "sha512-fCj2fs5asmhOiFa2RL3FO18YoIpjXzVND1SrYNox6eLeIwAvwF8DdIk+dBABRFpfEXCQ6l2QB2F+cJ7a29joZw==", "requires": { - "@bloks/constants": "27.1.0", + "@bloks/constants": "28.3.0", "@peculiar/webcrypto": "^1.4.0", "abortcontroller-polyfill": "^1.7.3", "base64url": "^3.0.1", diff --git a/package.json b/package.json index c5f529f..dc6b918 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "author": "Maura Wilder", "license": "MIT", "dependencies": { - "@proton/js": "^27.3.0", + "@proton/js": "^27.9.0", "bignumber.js": "^9.1.1", "config": "^3.3.8", "winston": "^3.8.2"