From a70c008618238e599d64481f37345424a637fe46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:52:30 +0000 Subject: [PATCH] chore(deps-dev): bump 0x from 5.8.0 to 6.0.0 Bumps [0x](https://github.com/davidmarkclements/0x) from 5.8.0 to 6.0.0. - [Release notes](https://github.com/davidmarkclements/0x/releases) - [Changelog](https://github.com/davidmarkclements/0x/blob/master/changelog.md) - [Commits](https://github.com/davidmarkclements/0x/compare/v5.8.0...v6.0.0) --- updated-dependencies: - dependency-name: 0x dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 49711350..43944aa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@types/node": "^20.17.6", "@types/nunjucks": "^3.2.2", "@types/sinon": "^17.0.3", - "0x": "^5.1.2", + "0x": "^6.0.0", "c8": "^9.0.0", "chai": "^4.3.6", "cheerio": "1.0.0", @@ -843,9 +843,9 @@ } }, "node_modules/0x": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/0x/-/0x-5.8.0.tgz", - "integrity": "sha512-d07ToyEoxGz/u8JbaqeivEr3b2X6sPil6IDBINrXKBkgveiTW30EfjwDtHmE0TvP5Y4p5vE7ErbK3p68kYE0aw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/0x/-/0x-6.0.0.tgz", + "integrity": "sha512-4JrGHSPTaoEL3MZiKYH5BlNv67X2F48FmR3dKJZOoR/Z1CLVtVOwUb/n4PMf7B+sP9RPz+X50EbIFuwtfYguRQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 75ae89c1..f64ea878 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/node": "^20.17.6", "@types/nunjucks": "^3.2.2", "@types/sinon": "^17.0.3", - "0x": "^5.1.2", + "0x": "^6.0.0", "c8": "^9.0.0", "chai": "^4.3.6", "cheerio": "1.0.0",