Skip to content

Commit

Permalink
fix(deps): update dependency minimatch to v9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and langri-sha committed Jun 27, 2024
1 parent 452a2f0 commit 04648e5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .projenrc.mts
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ project.addSubproject(
...pkg,
copyrightYear: '2024',
type: 'module',
deps: ['debug@4.3.5', 'execa@8.0.1', 'minimatch@9.0.4'],
deps: ['debug@4.3.5', 'execa@8.0.1', 'minimatch@9.0.5'],
devDeps: ['@types/debug@4.1.12', 'prettier@3.3.2', 'projen@0.82.4'],
peerDeps: ['projen@^0.82.0'],
},
Expand Down
2 changes: 1 addition & 1 deletion packages/projen-lint-synthesized/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"debug": "4.3.5",
"execa": "8.0.1",
"minimatch": "9.0.4"
"minimatch": "9.0.5"
},
"devDependencies": {
"@langri-sha/tsconfig": "workspace:*",
Expand Down
18 changes: 13 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04648e5

Please sign in to comment.