From 2ea359e24deed33326f903f3639c2da00f11d33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 20:07:00 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /packages/contracts/lib/openzeppelin-contracts directory: [axios](https://github.com/axios/axios) and [undici](https://github.com/nodejs/undici). Updates `axios` from 1.13.4 to 1.13.6 - [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.13.4...v1.13.6) Updates `undici` from 7.19.2 to 7.24.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.19.2...v7.24.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.24.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../openzeppelin-contracts/package-lock.json | 18 +++++++++--------- .../lib/openzeppelin-contracts/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/contracts/lib/openzeppelin-contracts/package-lock.json b/packages/contracts/lib/openzeppelin-contracts/package-lock.json index 5163f9a..4c9636c 100644 --- a/packages/contracts/lib/openzeppelin-contracts/package-lock.json +++ b/packages/contracts/lib/openzeppelin-contracts/package-lock.json @@ -50,7 +50,7 @@ "solidity-ast": "^0.4.50", "solidity-coverage": "^0.8.14", "solidity-docgen": "^0.6.0-beta.29", - "undici": "^7.4.0", + "undici": "^7.24.0", "yargs": "^18.0.0" } }, @@ -2937,14 +2937,14 @@ } }, "node_modules/axios": { - "version": "1.13.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz", - "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==", + "version": "1.13.6", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz", + "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==", "dev": true, "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", "proxy-from-env": "^1.1.0" } }, @@ -10592,9 +10592,9 @@ } }, "node_modules/undici": { - "version": "7.19.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.19.2.tgz", - "integrity": "sha512-4VQSpGEGsWzk0VYxyB/wVX/Q7qf9t5znLRgs0dzszr9w9Fej/8RVNQ+S20vdXSAyra/bJ7ZQfGv6ZMj7UEbzSg==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.0.tgz", + "integrity": "sha512-jxytwMHhsbdpBXxLAcuu0fzlQeXCNnWdDyRHpvWsUl8vd98UwYdl9YTyn8/HcpcJPC3pwUveefsa3zTxyD/ERg==", "dev": true, "license": "MIT", "engines": { diff --git a/packages/contracts/lib/openzeppelin-contracts/package.json b/packages/contracts/lib/openzeppelin-contracts/package.json index b2fd8af..4ae5749 100644 --- a/packages/contracts/lib/openzeppelin-contracts/package.json +++ b/packages/contracts/lib/openzeppelin-contracts/package.json @@ -93,7 +93,7 @@ "solidity-ast": "^0.4.50", "solidity-coverage": "^0.8.14", "solidity-docgen": "^0.6.0-beta.29", - "undici": "^7.4.0", + "undici": "^7.24.0", "yargs": "^18.0.0" }, "lint-staged": {