From f62bf956bfc381e4ac51b73f754c9405c51bcad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:55:52 +0000 Subject: [PATCH] feat(deps): bump @yao-pkg/pkg in the minor-updates group Bumps the minor-updates group with 1 update: [@yao-pkg/pkg](https://github.com/yao-pkg/pkg). Updates `@yao-pkg/pkg` from 6.21.0 to 6.22.0 - [Release notes](https://github.com/yao-pkg/pkg/releases) - [Changelog](https://github.com/yao-pkg/pkg/blob/main/CHANGELOG.md) - [Commits](https://github.com/yao-pkg/pkg/compare/v6.21.0...v6.22.0) --- updated-dependencies: - dependency-name: "@yao-pkg/pkg" dependency-version: 6.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index b601114..a216811 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.0", "dependencies": { "@stoplight/spectral-cli": "6.16.2", - "@yao-pkg/pkg": "6.21.0" + "@yao-pkg/pkg": "6.22.0" }, "bin": { "spectral-cli-bin": "node_modules/@stoplight/spectral-cli/dist/index.js" @@ -1251,9 +1251,9 @@ "license": "MIT" }, "node_modules/@yao-pkg/pkg": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@yao-pkg/pkg/-/pkg-6.21.0.tgz", - "integrity": "sha512-dZl2C7rdwwEI4tv7WW+Cvnl+2K8OqHKUXfNQRq3mZCTC4degoFx1jA4d5wOn9d8lHrUy58xuEt1eJD0pTddW5w==", + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/@yao-pkg/pkg/-/pkg-6.22.0.tgz", + "integrity": "sha512-u+ZgwLsvEFB+Q1rA+IGymgxnm+anl1qGJWsTH6hDHyy2cCiOvMteDNK7NgqFYxN/zdithtORIlCsYSyhAXAgQA==", "license": "MIT", "dependencies": { "@babel/generator": "^7.23.0", @@ -1261,7 +1261,7 @@ "@babel/traverse": "^7.23.0", "@babel/types": "^7.23.0", "@roberts_lando/vfs": "^0.3.3", - "@yao-pkg/pkg-fetch": "3.6.4", + "@yao-pkg/pkg-fetch": "3.6.5", "esbuild": "^0.28.1", "into-stream": "^9.1.0", "multistream": "^4.1.0", @@ -1284,9 +1284,9 @@ } }, "node_modules/@yao-pkg/pkg-fetch": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/@yao-pkg/pkg-fetch/-/pkg-fetch-3.6.4.tgz", - "integrity": "sha512-2JXvS9HbMudLlzEjSaJ7bLNnF/WlTv7iaTAJp2Tk8pBsgwCyL9p4rIN8cztHlyZF7qVzr1EaBjd7DQooFk0azQ==", + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/@yao-pkg/pkg-fetch/-/pkg-fetch-3.6.5.tgz", + "integrity": "sha512-Sd1Hff7imsF2rcZ2GLQuIzVm2fc3Za+nE4KSWPTwIYegN/r90UFg3bq0MLSugbWQaVht72zzxV0MiKE0wvT1zA==", "license": "MIT", "dependencies": { "picocolors": "^1.1.0", @@ -1602,9 +1602,9 @@ } }, "node_modules/bare-url": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.5.tgz", - "integrity": "sha512-K+y9xF1tN+CdPu4qWwr0QiK1Al07eFPGYK5M2pDXcmHdMdgC/tT/bpmMe1hrmRHaidKLkXrC+cRNYf3XVDUhSQ==", + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.6.tgz", + "integrity": "sha512-iQxPClE07hETVpbRoX7JXX3v/ZQViCxe/SYCxylRLzdEx1xJAufPptfiOqR8tqiCtmbtMDANKWszzjLu1PMAZQ==", "license": "Apache-2.0", "dependencies": { "bare-path": "^3.0.0" diff --git a/package.json b/package.json index 2fbccec..612f85d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@stoplight/spectral-cli": "6.16.2", - "@yao-pkg/pkg": "6.21.0" + "@yao-pkg/pkg": "6.22.0" }, "overrides": { "@stoplight/spectral-rulesets": "1.22.2"