From f598fe9933beb879898d51e5839c6ecd4bbb92cc Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Wed, 8 Jul 2026 20:21:14 +0000 Subject: [PATCH] root - chore: upgrade hookified MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - hookified ^3.0.0 → ^3.0.1 pnpm build and pnpm test:ci pass (612 tests, 100% statement/line coverage). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01XqhnMb2Khr8eYnWmYbAmtd --- package.json | 2 +- pnpm-lock.yaml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c4d6839..10a7922 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "dependencies": { "hashery": "^2.0.0", - "hookified": "^3.0.0" + "hookified": "^3.0.1" }, "files": [ "dist", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f530b5..2ebe95a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 hookified: - specifier: ^3.0.0 - version: 3.0.0 + specifier: ^3.0.1 + version: 3.0.1 devDependencies: '@biomejs/biome': specifier: ^2.5.2 @@ -1598,6 +1598,10 @@ packages: resolution: {integrity: sha512-x+jzDjd9CWxdgl6u/K4pjnvw7PZx6ZSpiPGAV43uXlJiJy7r2jIEUxxU1Cv7+rwy1GK5Qt5S+Jp7n81DpcUvTA==} engines: {node: '>=22.18.0'} + hookified@3.0.1: + resolution: {integrity: sha512-mtpUIV7U9reosQ16+OHWBd0Ca07fs1ryChQjBPuUMZnrRdLTCW+kEfkTcFudkaevp3gVe5H9FxDCBxYIdO+QQA==} + engines: {node: '>=22.18.0'} + html-dom-parser@8.0.0: resolution: {integrity: sha512-cWLJ8mt930VceOzVfY/J+T1ou9v3ENT0BgWqy5aEZjdFp37TYLXULjX8u0vD2rBpFAkK5IofOPl0y4Gq0QLIyA==} @@ -3969,6 +3973,8 @@ snapshots: hookified@3.0.0: {} + hookified@3.0.1: {} + html-dom-parser@8.0.0: dependencies: domhandler: 6.0.1