diff --git a/package-lock.json b/package-lock.json index 9c3b121..a702fe8 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.7", "@proton/light-api": "^3.3.3", "@proton/wrap-constants": "^0.2.68", "@slack/bolt": "^3.12.2", @@ -36,9 +36,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.5", + "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-28.0.5.tgz", + "integrity": "sha512-I3QGgNL+LlLVfzfV3gS2gB3wC1af4lMf10vc3IQ5KwlEeQddxf4NHAqcC7LhPb5XymhWHPxnse/s/SoDU+PUow==" }, "node_modules/@colors/colors": { "version": "1.5.0", @@ -223,11 +223,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.7", + "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.5.7.tgz", + "integrity": "sha512-+gxBScg7K0GaXFScdKu8zmfGh2i9QG6OSSTjM/FxeMb7y4pD0ISgFWTest81kg3gsfUVkHUW8EoG0yIzXWtP1A==", "dependencies": { - "@bloks/constants": "27.1.0", + "@bloks/constants": "28.0.5", "@peculiar/webcrypto": "^1.4.0", "abortcontroller-polyfill": "^1.7.3", "base64url": "^3.0.1", @@ -5126,9 +5126,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.5", + "resolved": "https://registry.npmjs.org/@bloks/constants/-/constants-28.0.5.tgz", + "integrity": "sha512-I3QGgNL+LlLVfzfV3gS2gB3wC1af4lMf10vc3IQ5KwlEeQddxf4NHAqcC7LhPb5XymhWHPxnse/s/SoDU+PUow==" }, "@colors/colors": { "version": "1.5.0", @@ -5273,11 +5273,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.7", + "resolved": "https://registry.npmjs.org/@proton/js/-/js-27.5.7.tgz", + "integrity": "sha512-+gxBScg7K0GaXFScdKu8zmfGh2i9QG6OSSTjM/FxeMb7y4pD0ISgFWTest81kg3gsfUVkHUW8EoG0yIzXWtP1A==", "requires": { - "@bloks/constants": "27.1.0", + "@bloks/constants": "28.0.5", "@peculiar/webcrypto": "^1.4.0", "abortcontroller-polyfill": "^1.7.3", "base64url": "^3.0.1", diff --git a/package.json b/package.json index 6e204ed..3f4f90e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "Pravin Battu", "license": "MIT", "dependencies": { - "@proton/js": "^27.3.0", + "@proton/js": "^27.5.7", "@proton/light-api": "^3.3.3", "@proton/wrap-constants": "^0.2.68", "@slack/bolt": "^3.12.2",