From 8bdd26415307be9d1a8e2fbf39d74df1f42ee192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:09:15 +0000 Subject: [PATCH] deps(engine): bump axios from 1.18.0 to 1.18.1 in the utilities group Bumps the utilities group with 1 update: [axios](https://github.com/axios/axios). Updates `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 dependency-group: utilities ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5a922569..7674fead3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@neodrag/vanilla": "^2.3.1", "adm-zip": "^0.5.17", "ag-grid-community": "^35.3.1", - "axios": "^1.18.0", + "axios": "^1.18.1", "bumpp": "^11.1.0", "chai": "^6.2.2", "clipboardy": "^5.3.1", @@ -79,9 +79,6 @@ "workbox-precaching": "^7.4.1", "workbox-routing": "^7.4.1", "workbox-strategies": "^7.4.1" - }, - "bin": { - "underpost": "bin/index.js" } }, "node_modules/@codemirror/autocomplete": { @@ -2055,7 +2052,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.18.0", + "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 b03d28018..fa6777249 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@neodrag/vanilla": "^2.3.1", "adm-zip": "^0.5.17", "ag-grid-community": "^35.3.1", - "axios": "^1.18.0", + "axios": "^1.18.1", "bumpp": "^11.1.0", "chai": "^6.2.2", "clipboardy": "^5.3.1",