From a8d66e3e1125684ab3426cede46e0d153a9a6447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:03:36 +0000 Subject: [PATCH] build(deps): bump axios from 1.7.0 to 1.15.2 in /playground/yarn Bumps [axios](https://github.com/axios/axios) from 1.7.0 to 1.15.2. - [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.7.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- playground/yarn/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/yarn/package.json b/playground/yarn/package.json index 7bee452..88cf437 100644 --- a/playground/yarn/package.json +++ b/playground/yarn/package.json @@ -9,7 +9,7 @@ "dependencies": { "@prismicio/client": "~7.21.0-canary.147e3f2", "lodash": "catalog:", - "axios": "1.7.0" + "axios": "1.15.2" }, "devDependencies": { "ofetch": "^1.4.0",