From 21f4257ca05dc7231c736cef2a352715c1e29f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 09:54:17 +0000 Subject: [PATCH] chore(deps): bump axios Bumps the npm_and_yarn group with 1 update in the /examples/gpt_newspaper/frontend directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.15.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.15.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../gpt_newspaper/frontend/package-lock.json | 30 +++++++++++++++---- examples/gpt_newspaper/frontend/package.json | 2 +- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/examples/gpt_newspaper/frontend/package-lock.json b/examples/gpt_newspaper/frontend/package-lock.json index c61662e..b4b656f 100644 --- a/examples/gpt_newspaper/frontend/package-lock.json +++ b/examples/gpt_newspaper/frontend/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.13.0", "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.20", - "axios": "^1.7.7", + "axios": "^1.15.2", "react": "^18.3.1", "react-dom": "^18.3.1" }, @@ -2697,6 +2697,27 @@ "storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0" } }, + "node_modules/@testing-library/dom": { + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", + "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^5.0.1", + "aria-query": "5.3.0", + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.5.0", + "picocolors": "1.1.1", + "pretty-format": "^27.0.2" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@testing-library/jest-dom": { "version": "6.9.1", "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", @@ -2883,7 +2904,6 @@ "version": "18.3.26", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.26.tgz", "integrity": "sha512-RFA/bURkcKzx/X9oumPG9Vp3D3JUgus/d0b67KB0t5S/raciymilkOa66olh78MUI92QLbEJevO7rvqU/kjwKA==", - "dev": true, "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -3690,9 +3710,9 @@ } }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/examples/gpt_newspaper/frontend/package.json b/examples/gpt_newspaper/frontend/package.json index c4cc617..23c5214 100644 --- a/examples/gpt_newspaper/frontend/package.json +++ b/examples/gpt_newspaper/frontend/package.json @@ -17,7 +17,7 @@ "@emotion/styled": "^11.13.0", "@mui/icons-material": "^5.15.20", "@mui/material": "^5.15.20", - "axios": "^1.7.7", + "axios": "^1.15.2", "react": "^18.3.1", "react-dom": "^18.3.1" },