diff --git a/package-lock.json b/package-lock.json index 832700a..72afea6 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.5.1", "@proton/wrap-constants": "^0.2.68", "bignumber.js": "^9.1.1", "config": "^3.3.8", @@ -32,9 +32,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.0.0", + "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-28.0.0.tgz", + "integrity": "sha512-au7hSCI7l8v2p545djubmILFWKf9GTXp6fdv7J31sQe6zAUXPWqKpC8Kj41c+bus7UBSVF1xKq2+JkOmajbXOQ==" }, "node_modules/@colors/colors": { "version": "1.5.0", @@ -219,11 +219,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.5.1", + "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.5.1.tgz", + "integrity": "sha512-9TS7wELMuJWsaXyKo5xPV/qLnHrQdAOAK6OV77W+lY892SVn+uTupl5OZDIYw8FJKXZTSvBjOqkW1ZXu53IJCQ==", "dependencies": { - "@bloks/constants": "27.1.0", + "@bloks/constants": "28.0.0", "@peculiar/webcrypto": "^1.4.0", "abortcontroller-polyfill": "^1.7.3", "base64url": "^3.0.1", @@ -3945,9 +3945,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.0.0", + "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-28.0.0.tgz", + "integrity": "sha512-au7hSCI7l8v2p545djubmILFWKf9GTXp6fdv7J31sQe6zAUXPWqKpC8Kj41c+bus7UBSVF1xKq2+JkOmajbXOQ==" }, "@colors/colors": { "version": "1.5.0", @@ -4092,11 +4092,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.5.1", + "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.5.1.tgz", + "integrity": "sha512-9TS7wELMuJWsaXyKo5xPV/qLnHrQdAOAK6OV77W+lY892SVn+uTupl5OZDIYw8FJKXZTSvBjOqkW1ZXu53IJCQ==", "requires": { - "@bloks/constants": "27.1.0", + "@bloks/constants": "28.0.0", "@peculiar/webcrypto": "^1.4.0", "abortcontroller-polyfill": "^1.7.3", "base64url": "^3.0.1", diff --git a/package.json b/package.json index e1652b8..524fdf3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "Maura Wilder", "license": "MIT", "dependencies": { - "@proton/js": "^27.3.0", + "@proton/js": "^27.5.1", "@proton/wrap-constants": "^0.2.68", "bignumber.js": "^9.1.1", "config": "^3.3.8",