From e971428b4cd21eaaf9922657c4aa35ed86a88c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:29:31 +0000 Subject: [PATCH] deps: bump axios and @larksuiteoapi/node-sdk Bumps [axios](https://github.com/axios/axios) to 1.18.1 and updates ancestor dependency [@larksuiteoapi/node-sdk](https://github.com/larksuite/node-sdk). These dependencies need to be updated together. Updates `axios` from 1.17.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.17.0...v1.18.1) Updates `@larksuiteoapi/node-sdk` from 1.66.1 to 1.71.1 - [Commits](https://github.com/larksuite/node-sdk/commits) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: indirect - dependency-name: "@larksuiteoapi/node-sdk" dependency-version: 1.71.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe28712..326234c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@heroicons/react": "^2.1.1", "@larksuite/openclaw-lark": "^2026.3.17", "@larksuite/openclaw-lark-tools": "~1.0.26", - "@larksuiteoapi/node-sdk": "^1.58.0", + "@larksuiteoapi/node-sdk": "^1.71.1", "@modelcontextprotocol/sdk": "^1.27.1", "@monaco-editor/react": "^4.7.0", "@nodesecure/js-x-ray": "^14.2.0", @@ -2444,10 +2444,12 @@ } }, "node_modules/@larksuiteoapi/node-sdk": { - "version": "1.66.1", + "version": "1.71.1", + "resolved": "https://registry.npmjs.org/@larksuiteoapi/node-sdk/-/node-sdk-1.71.1.tgz", + "integrity": "sha512-Z4cZmgWvwiE7tCHqGm+t7DKvbpNRRTH2HqVwcYiOMAwbjIytXSoQqWytsOVu3p+d0fIvrtyIPZok5HOV/VNxxw==", "license": "MIT", "dependencies": { - "axios": "~1.13.3", + "axios": "^1.16.0", "lodash.identity": "^3.0.0", "lodash.merge": "^4.6.2", "lodash.pickby": "^4.6.0", @@ -4217,7 +4219,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.17.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 858e231..8edc544 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@heroicons/react": "^2.1.1", "@larksuite/openclaw-lark": "^2026.3.17", "@larksuite/openclaw-lark-tools": "~1.0.26", - "@larksuiteoapi/node-sdk": "^1.58.0", + "@larksuiteoapi/node-sdk": "^1.71.1", "@modelcontextprotocol/sdk": "^1.27.1", "@monaco-editor/react": "^4.7.0", "@nodesecure/js-x-ray": "^14.2.0", @@ -166,7 +166,7 @@ "@electron/osx-sign": { "isbinaryfile": "^5.0.0" }, - "axios": "^1.17.0", + "axios": "^1.18.1", "dompurify": "^3.4.10" }, "devDependencies": {