From c8d71bef82554c1ccf89afb9c04aa021ad5fd498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:02:56 +0000 Subject: [PATCH] build(deps): bump axios from 1.18.0 to 1.18.1 Bumps [axios](https://github.com/axios/axios) from 1.18.0 to 1.18.1. - [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.18.0...v1.18.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac498f8d7..083ebb7df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tryghost/content-api": "^1.12.9", "@unhead/vue": "^3.1.4", "aos": "^2.3.4", - "axios": "^1.18.0", + "axios": "^1.18.1", "dayjs": "^1.11.21", "dompurify": "^3.4.11", "highlight.js": "^11.11.1", @@ -4381,9 +4381,9 @@ } }, "node_modules/axios": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz", - "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index cf7eb0ba6..9b44e3bde 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@tryghost/content-api": "^1.12.9", "@unhead/vue": "^3.1.4", "aos": "^2.3.4", - "axios": "^1.18.0", + "axios": "^1.18.1", "dayjs": "^1.11.21", "dompurify": "^3.4.11", "highlight.js": "^11.11.1",