From 9cf69ddf929007a06737f1f5b007a7ee64d5bc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:02:40 +0000 Subject: [PATCH] Bump rollbar from 2.0.4 to 2.26.5 Bumps [rollbar](https://github.com/rollbar/rollbar.js) from 2.0.4 to 2.26.5. - [Release notes](https://github.com/rollbar/rollbar.js/releases) - [Changelog](https://github.com/rollbar/rollbar.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollbar/rollbar.js/compare/v2.0.4...v2.26.5) --- updated-dependencies: - dependency-name: rollbar dependency-version: 2.26.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49f1b4e..9ddc92e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "version": "0.0.1", "dependencies": { "webpack": "^2.6.1", - "rollbar": "2.0.4" + "rollbar": "2.26.5" } }