diff --git a/package-lock.json b/package-lock.json index 967e260..3ee707a 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.187", "@slack/bolt": "^3.12.2", "@slack/socket-mode": "^1.3.2", "@slack/web-api": "^6.8.1", @@ -294,9 +294,10 @@ } }, "node_modules/@proton/wrap-constants": { - "version": "0.2.163", - "resolved": "https://registry.npmjs.org/@proton/wrap-constants/-/wrap-constants-0.2.163.tgz", - "integrity": "sha512-62rKSEZxOOiifnQY9hP5D12WMVThSctk+o8ouY48m8FIDCnLnnTY18E0tIpvmTCLhETldUksE5b+D3hhW/FZUA==", + "version": "0.2.187", + "resolved": "https://registry.npmjs.org/@proton/wrap-constants/-/wrap-constants-0.2.187.tgz", + "integrity": "sha512-kQWBcFDGCuEbCWKzYI06EBBhSstNOKSLYW71j1LfYQX8gg0cZ3WK0yZ7MTD9jEpS64ZySBGM81jrYVf6sQyKAw==", + "license": "MIT", "dependencies": { "lodash.clonedeep": "^4.5.0", "zod": "^3.19.1" diff --git a/package.json b/package.json index 8283bb1..cd63da4 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.187", "@slack/bolt": "^3.12.2", "@slack/socket-mode": "^1.3.2", "@slack/web-api": "^6.8.1",