Skip to content

Commit

Permalink
chore(deps-dev): bump minimatch from 6.2.0 to 7.2.0 (#2548)
Browse files Browse the repository at this point in the history
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 Feb 27, 2023
1 parent cfafd2e commit 1a43b75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jest": "^29.4.3",
"lorem-ipsum": "^2.0.8",
"micromatch": "^4.0.5",
"minimatch": "^6.2.0",
"minimatch": "^7.2.0",
"node-watch": "^0.7.3",
"rxjs": "^7.8.0",
"ts-jest": "^29.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6091,10 +6091,10 @@ minimatch@^5.0.1, minimatch@^5.1.0:
dependencies:
brace-expansion "^2.0.1"

minimatch@^6.2.0:
version "6.2.0"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz#2b70fd13294178c69c04dfc05aebdb97a4e79e42"
integrity sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==
minimatch@^7.2.0:
version "7.2.0"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-7.2.0.tgz#741ff59370007ebb8faff0a9b20cdb44357803e4"
integrity sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg==
dependencies:
brace-expansion "^2.0.1"

Expand Down

0 comments on commit 1a43b75

Please sign in to comment.