Skip to content

Commit

Permalink
chore(deps-dev): bump minimatch from 9.0.3 to 9.0.4 in /modules/web (#…
Browse files Browse the repository at this point in the history
…8852)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.3 to 9.0.4.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v9.0.3...v9.0.4)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 2, 2024
1 parent 0c269e6 commit e38612e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"license-check-and-add": "4.0.5",
"lint-staged": "15.2.2",
"lodash-es": "4.17.21",
"minimatch": "9.0.3",
"minimatch": "9.0.4",
"minimist": "1.2.8",
"ng-extract-i18n-merge": "2.11.0",
"node-gyp": "10.0.1",
Expand Down
11 changes: 10 additions & 1 deletion modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12519,7 +12519,7 @@ __metadata:
lint-staged: 15.2.2
lodash-es: 4.17.21
material-design-icons: 3.0.1
minimatch: 9.0.3
minimatch: 9.0.4
minimist: 1.2.8
ng-extract-i18n-merge: 2.11.0
ngx-cookie-service: 17.1.0
Expand Down Expand Up @@ -13324,6 +13324,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:9.0.4":
version: 9.0.4
resolution: "minimatch@npm:9.0.4"
dependencies:
brace-expansion: ^2.0.1
checksum: cf717f597ec3eed7dabc33153482a2e8d49f4fd3c26e58fd9c71a94c5029a0838728841b93f46bf1263b65a8010e2ee800d0dc9b004ab8ba8b6d1ec07cc115b5
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
Expand Down

0 comments on commit e38612e

Please sign in to comment.