From 324f9923c5599817f42575e9146223925d055bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 18:03:39 +0000 Subject: [PATCH] Bump @proton/wrap-constants from 0.2.68 to 0.2.81 Bumps @proton/wrap-constants from 0.2.68 to 0.2.81. --- updated-dependencies: - dependency-name: "@proton/wrap-constants" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",