diff --git a/package-lock.json b/package-lock.json index 9c3b121..22086db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@proton/js": "^27.3.0", "@proton/light-api": "^3.3.3", - "@proton/wrap-constants": "^0.2.68", + "@proton/wrap-constants": "^0.2.71", "@slack/bolt": "^3.12.2", "@slack/socket-mode": "^1.3.2", "@slack/web-api": "^6.8.1", @@ -252,9 +252,9 @@ } }, "node_modules/@proton/wrap-constants": { - "version": "0.2.68", - "resolved": "https://registry.npmjs.org/@proton/wrap-constants/-/wrap-constants-0.2.68.tgz", - "integrity": "sha512-SZd3QvpG2NHoaqSdzbxeo3i5uAhJ3RibeGejnUfzU/eih0kZnDq/PYUgE9QiJAywmCsjjcHu+argA8nxz1moNg==", + "version": "0.2.71", + "resolved": "https://registry.npmjs.org/@proton/wrap-constants/-/wrap-constants-0.2.71.tgz", + "integrity": "sha512-ZcmHJ+qpD+d4+IAU+cPqUA76hCyep3Z/z1S6//JSyruCnVcf849toLGg/CrmQFzn4YNtiMiA08ZvRdBqDJZPNQ==", "dependencies": { "lodash.clonedeep": "^4.5.0", "zod": "^3.19.1" @@ -5302,9 +5302,9 @@ } }, "@proton/wrap-constants": { - "version": "0.2.68", - "resolved": "https://registry.npmjs.org/@proton/wrap-constants/-/wrap-constants-0.2.68.tgz", - "integrity": "sha512-SZd3QvpG2NHoaqSdzbxeo3i5uAhJ3RibeGejnUfzU/eih0kZnDq/PYUgE9QiJAywmCsjjcHu+argA8nxz1moNg==", + "version": "0.2.71", + "resolved": "https://registry.npmjs.org/@proton/wrap-constants/-/wrap-constants-0.2.71.tgz", + "integrity": "sha512-ZcmHJ+qpD+d4+IAU+cPqUA76hCyep3Z/z1S6//JSyruCnVcf849toLGg/CrmQFzn4YNtiMiA08ZvRdBqDJZPNQ==", "requires": { "lodash.clonedeep": "^4.5.0", "zod": "^3.19.1" diff --git a/package.json b/package.json index 4f02238..5ab8f3a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@proton/js": "^27.3.0", "@proton/light-api": "^3.3.3", - "@proton/wrap-constants": "^0.2.68", + "@proton/wrap-constants": "^0.2.71", "@slack/bolt": "^3.12.2", "@slack/socket-mode": "^1.3.2", "@slack/web-api": "^6.8.1",