From 21ba1fb27da55a8a5aa31a1500b002589aa39c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 11:55:25 +0000 Subject: [PATCH] Bump axios in /Scenario Based Samples/Widget embedding with filters Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Widget embedding with filters/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scenario Based Samples/Widget embedding with filters/package.json b/Scenario Based Samples/Widget embedding with filters/package.json index ac2bfc0..4047334 100644 --- a/Scenario Based Samples/Widget embedding with filters/package.json +++ b/Scenario Based Samples/Widget embedding with filters/package.json @@ -8,7 +8,7 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.4.0", "@testing-library/user-event": "^7.2.1", - "axios": "1.14.0", + "axios": "1.15.0", "jquery": "^3.5.1", "react": "^18.2.0", "react-dom": "^18.2.0",