From f6877b989d61292e2a9395db9139182094c8b2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:39:30 +0000 Subject: [PATCH] build(deps): bump @formbricks/js from 2.1.1 to 3.0.2 in /dashboard Bumps [@formbricks/js](https://github.com/formbricks/formbricks) from 2.1.1 to 3.0.2. - [Release notes](https://github.com/formbricks/formbricks/releases) - [Commits](https://github.com/formbricks/formbricks/commits) --- updated-dependencies: - dependency-name: "@formbricks/js" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index c9ccb57f3..ee6b0ec47 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -8,7 +8,7 @@ "name": "komiser-dashboard", "version": "3.1.0", "dependencies": { - "@formbricks/js": "^2.1.1", + "@formbricks/js": "^3.0.2", "@sentry/react": "^8.47.0", "@sentry/tracing": "^7.41.0", "@tippyjs/react": "^4.2.6", @@ -3033,9 +3033,9 @@ } }, "node_modules/@formbricks/js": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@formbricks/js/-/js-2.1.1.tgz", - "integrity": "sha512-qlQZyrKk42acvcqicnaMSwMh5ys+wQ4doQswHFR8SE/NbUvp8HGsK6MBDgnD07d9Tz+UhL4zrySUE5/p3taEGw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@formbricks/js/-/js-3.0.2.tgz", + "integrity": "sha512-AMKScnuFI2LkBP2GhN3JabuxRV9wftiLtTl33DlLhj42iem+FqWyKOs9o8jx7f+moqbB5qga5J378yx49yt9NQ==", "peerDependencies": { "zod": "3.x" } diff --git a/dashboard/package.json b/dashboard/package.json index dd65d1f9b..2ffcf29fc 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -18,7 +18,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "@formbricks/js": "^2.1.1", + "@formbricks/js": "^3.0.2", "@sentry/react": "^8.47.0", "@sentry/tracing": "^7.41.0", "@tippyjs/react": "^4.2.6",