From c845c8978d2fc574730d41ac6c1d95ffcb0eb0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 06:11:30 +0000 Subject: [PATCH] build(deps): bump @formbricks/js from 2.1.1 to 3.0.1 in /dashboard Bumps [@formbricks/js](https://github.com/formbricks/formbricks) from 2.1.1 to 3.0.1. - [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 4999da972..a5b332859 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.1", "@sentry/react": "^8.33.1", "@sentry/tracing": "^7.41.0", "@tippyjs/react": "^4.2.6", @@ -3043,9 +3043,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.1", + "resolved": "https://registry.npmjs.org/@formbricks/js/-/js-3.0.1.tgz", + "integrity": "sha512-DpDod2HL8BbXxT5xvLjdYXtIajf/t8OhwLRkHLxYtMSTnCHqqBNZhNXFb4yf4cy04JIpmP1qyjZeoAUc3xbyCg==", "peerDependencies": { "zod": "3.x" } diff --git a/dashboard/package.json b/dashboard/package.json index b2f96bdbc..c97fb4125 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.1", "@sentry/react": "^8.33.1", "@sentry/tracing": "^7.41.0", "@tippyjs/react": "^4.2.6",