From ecb601ccb774995a9d285bc9db0b0d2503cc6cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:25:47 +0000 Subject: [PATCH] Bump @proton/wrap-constants from 0.2.163 to 0.2.187 Bumps @proton/wrap-constants from 0.2.163 to 0.2.187. --- updated-dependencies: - dependency-name: "@proton/wrap-constants" dependency-version: 0.2.187 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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",