Skip to content

Commit

Permalink
fix(deps): update dependency micromatch to v4.0.8 [security] (#7573)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency micromatch to v4.0.8 [security]

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
renovate[bot] and github-actions[bot] authored Aug 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fdda81f commit a684e82
Showing 3 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transform-transfer-schema": patch
---
dependencies updates:
- Updated dependency [`micromatch@4.0.8` ↗︎](https://www.npmjs.com/package/micromatch/v/4.0.8) (from `4.0.7`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/legacy/transforms/transfer-schema/package.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"graphql": "*"
},
"dependencies": {
"micromatch": "4.0.7"
"micromatch": "4.0.8"
},
"devDependencies": {
"@types/micromatch": "4.0.9"
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -7007,7 +7007,7 @@ __metadata:
resolution: "@graphql-mesh/transform-transfer-schema@workspace:packages/legacy/transforms/transfer-schema"
dependencies:
"@types/micromatch": "npm:4.0.9"
micromatch: "npm:4.0.7"
micromatch: "npm:4.0.8"
peerDependencies:
"@graphql-mesh/types": ^0.102.3
"@graphql-mesh/utils": ^0.102.3
@@ -27933,7 +27933,17 @@ __metadata:
languageName: node
linkType: hard

"micromatch@npm:4.0.7, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5, micromatch@npm:~4.0.7":
"micromatch@npm:4.0.8":
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
braces: "npm:^3.0.3"
picomatch: "npm:^2.3.1"
checksum: 10c0/166fa6eb926b9553f32ef81f5f531d27b4ce7da60e5baf8c021d043b27a388fb95e46a8038d5045877881e673f8134122b59624d5cecbd16eb50a42e7a6b5ca8
languageName: node
linkType: hard

"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5, micromatch@npm:~4.0.7":
version: 4.0.7
resolution: "micromatch@npm:4.0.7"
dependencies:

0 comments on commit a684e82

Please sign in to comment.