Skip to content

Commit c0b48dd

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 0fa8c27 commit c0b48dd

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.32",
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
@@ -6862,10 +6862,10 @@ minimatch@9.0.3:
68626862
dependencies:
68636863
brace-expansion "^2.0.1"
68646864

6865-
minimatch@^10.0.3:
6866-
version "10.0.3"
6867-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
6868-
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
6865+
minimatch@^10.0.3, minimatch@^10.1.1:
6866+
version "10.1.1"
6867+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
6868+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
68696869
dependencies:
68706870
"@isaacs/brace-expansion" "^5.0.0"
68716871

0 commit comments

Comments
 (0)