From f1f3cfdcc6175b75b69668fd67be1d5a79fdbd4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:19:25 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.7 to 1.18.0 in /packages/quiz Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.18.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.6.7...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/quiz/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quiz/package.json b/packages/quiz/package.json index 0a3b10901..c828cb190 100644 --- a/packages/quiz/package.json +++ b/packages/quiz/package.json @@ -31,7 +31,7 @@ "@skillrecordings/config": "workspace:*", "@skillrecordings/convertkit-react-ui": "workspace:*", "@skillrecordings/react": "workspace:*", - "axios": "1.6.7", + "axios": "1.18.0", "eslint-config-skill-recordings": "workspace:*", "formik": "2.2.9", "query-string": "^7.1.1",