diff --git a/package-lock.json b/package-lock.json index 9c3b121..e756569 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.81", "@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.81", + "resolved": "https://registry.npmjs.org/@proton/wrap-constants/-/wrap-constants-0.2.81.tgz", + "integrity": "sha512-aXWERZa7ji5wwnwBG0G/9NoMRy8/j86uv51jZZXQsASCpBEVuquKvnBVklOM6dEESqoVrRRuuE0z5sf9FDGCCw==", "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.81", + "resolved": "https://registry.npmjs.org/@proton/wrap-constants/-/wrap-constants-0.2.81.tgz", + "integrity": "sha512-aXWERZa7ji5wwnwBG0G/9NoMRy8/j86uv51jZZXQsASCpBEVuquKvnBVklOM6dEESqoVrRRuuE0z5sf9FDGCCw==", "requires": { "lodash.clonedeep": "^4.5.0", "zod": "^3.19.1" diff --git a/package.json b/package.json index 6e204ed..b258094 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.81", "@slack/bolt": "^3.12.2", "@slack/socket-mode": "^1.3.2", "@slack/web-api": "^6.8.1",