From a8c61ec6fc5a1b470f69cedd442d30946ce2cf25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 17:31:27 +0000 Subject: [PATCH] Bump pkg-ok from 3.0.0 to 4.0.0 Bumps [pkg-ok](https://github.com/abraham/pkg-ok) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/abraham/pkg-ok/releases) - [Changelog](https://github.com/abraham/pkg-ok/blob/main/CHANGELOG.md) - [Commits](https://github.com/abraham/pkg-ok/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pkg-ok dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8a9f86..82f8b29 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^10.2.1", "eslint-plugin-jest": "^29.0.1", "jest": "^30.0.3", - "pkg-ok": "^3.0.0", + "pkg-ok": "^4.0.0", "prettier": "3.8.3", "ts-jest": "^29.0.0", "typescript": "^6.0.3"