From 14236589585c229c0ce4992a10688d9bea99ffa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:55:05 +0000 Subject: [PATCH] chore(deps): 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 3c51809..9f437f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@istanbuljs/schema": "^0.1.6", "micromatch": "^4.0.8", - "tinyglobby": "^0.2.16" + "tinyglobby": "^0.2.17" }, "devDependencies": { "c8": "^11.0.0", @@ -3874,9 +3874,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 481fac7..627beb3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@istanbuljs/schema": "^0.1.6", "micromatch": "^4.0.8", - "tinyglobby": "^0.2.16" + "tinyglobby": "^0.2.17" }, "devDependencies": { "c8": "^11.0.0",