From 2e62e2cc589c024ad96fbdafed7e11a6290f2690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:24:56 +0000 Subject: [PATCH] meta: bump tinyglobby from 0.2.16 to 0.2.17 Bumps [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) from 0.2.16 to 0.2.17. - [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases) - [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md) - [Commits](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.16...0.2.17) --- updated-dependencies: - dependency-name: tinyglobby dependency-version: 0.2.17 dependency-type: direct:production update-type: version-update:semver-patch ... 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 7569e1d7..e2cb1f5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "rolldown": "1.0.2", "semver": "^7.8.0", "shiki": "^4.1.0", - "tinyglobby": "^0.2.15", + "tinyglobby": "^0.2.17", "unified": "^11.0.5", "unist-builder": "^4.0.0", "unist-util-find-after": "^5.0.0", @@ -10185,9 +10185,9 @@ } }, "node_modules/tinyglobby": { - "version": "0.2.16", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", - "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", + "version": "0.2.17", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz", + "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==", "license": "MIT", "dependencies": { "fdir": "^6.5.0", diff --git a/package.json b/package.json index 1564402e..57d8418d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "rolldown": "1.0.2", "semver": "^7.8.0", "shiki": "^4.1.0", - "tinyglobby": "^0.2.15", + "tinyglobby": "^0.2.17", "unified": "^11.0.5", "unist-builder": "^4.0.0", "unist-util-find-after": "^5.0.0",