Skip to content

Commit b8f51ef

Browse files
chore(dev-deps): bump minimatch from 10.0.3 to 10.1.1
Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.3 to 10.1.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v10.0.3...v10.1.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e93aecf commit b8f51ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@salesforce/dev-scripts": "^11.0.4",
1919
"@salesforce/plugin-command-reference": "^3.1.75",
2020
"eslint-plugin-sf-plugin": "^1.20.32",
21-
"minimatch": "^10.0.3",
21+
"minimatch": "^10.1.1",
2222
"oclif": "^4.22.38",
2323
"ts-node": "^10.9.2",
2424
"typescript": "^5.9.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6241,10 +6241,10 @@ minimatch@9.0.3:
62416241
dependencies:
62426242
brace-expansion "^2.0.1"
62436243

6244-
minimatch@^10.0.3:
6245-
version "10.0.3"
6246-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
6247-
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
6244+
minimatch@^10.0.3, minimatch@^10.1.1:
6245+
version "10.1.1"
6246+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
6247+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
62486248
dependencies:
62496249
"@isaacs/brace-expansion" "^5.0.0"
62506250

0 commit comments

Comments
 (0)