Skip to content

Commit adf96be

Browse files
fix(deps): update dependency minimatch to v10.1.1 (#1479)
| datasource | package | from | to | | ---------- | --------- | ------ | ------ | | npm | minimatch | 10.0.3 | 10.1.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 60c5392 commit adf96be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

actions/dependabot-auto-triage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@octokit/graphql": "9.0.3",
1515
"@octokit/request-error": "7.0.2",
1616
"@octokit/rest": "22.0.1",
17-
"minimatch": "10.0.3"
17+
"minimatch": "10.1.1"
1818
},
1919
"devDependencies": {
2020
"@eslint/js": "9.38.0",

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@octokit/graphql": "9.0.3",
2525
"@octokit/request-error": "7.0.2",
2626
"@octokit/rest": "22.0.1",
27-
"minimatch": "10.0.3",
27+
"minimatch": "10.1.1",
2828
},
2929
"devDependencies": {
3030
"@eslint/js": "9.38.0",
@@ -608,7 +608,7 @@
608608

609609
"mime-types": ["[email protected]", "", { "dependencies": { "mime-db": "1.52.0" } }, "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw=="],
610610

611-
"minimatch": ["minimatch@10.0.3", "", { "dependencies": { "@isaacs/brace-expansion": "^5.0.0" } }, "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw=="],
611+
"minimatch": ["minimatch@10.1.1", "", { "dependencies": { "@isaacs/brace-expansion": "^5.0.0" } }, "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ=="],
612612

613613
"minimist": ["[email protected]", "", {}, "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="],
614614

0 commit comments

Comments
 (0)