From b9e988023294f078365ce318a81d156b0abbf2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:05:28 +0000 Subject: [PATCH] Bump @proton/js from 27.3.0 to 27.5.5 Bumps @proton/js from 27.3.0 to 27.5.5. --- updated-dependencies: - dependency-name: "@proton/js" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 832700a..7403b10 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.5", "@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.4", + "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-28.0.4.tgz", + "integrity": "sha512-a1Rzb4XKET9ZAFj/1KVv1d2NK2SpH0UOV29RlQy87ND02QXNXl5XnqOpP/Grjy9tUElgN7RPBfZZbxRHj4XBAg==" }, "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.5", + "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.5.5.tgz", + "integrity": "sha512-PwvRDUS/cyKaZPrZaxV2BaRBciuMoSsu/Czf8Q8bj2lZZ+kWm9vEcbMhQZuqXWgm5V4qv8HtGJyfp1ezn5Kjzg==", "dependencies": { - "@bloks/constants": "27.1.0", + "@bloks/constants": "28.0.4", "@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.4", + "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-28.0.4.tgz", + "integrity": "sha512-a1Rzb4XKET9ZAFj/1KVv1d2NK2SpH0UOV29RlQy87ND02QXNXl5XnqOpP/Grjy9tUElgN7RPBfZZbxRHj4XBAg==" }, "@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.5", + "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.5.5.tgz", + "integrity": "sha512-PwvRDUS/cyKaZPrZaxV2BaRBciuMoSsu/Czf8Q8bj2lZZ+kWm9vEcbMhQZuqXWgm5V4qv8HtGJyfp1ezn5Kjzg==", "requires": { - "@bloks/constants": "27.1.0", + "@bloks/constants": "28.0.4", "@peculiar/webcrypto": "^1.4.0", "abortcontroller-polyfill": "^1.7.3", "base64url": "^3.0.1", diff --git a/package.json b/package.json index e1652b8..4f6f949 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.5", "@proton/wrap-constants": "^0.2.68", "bignumber.js": "^9.1.1", "config": "^3.3.8",