Skip to content

Commit

Permalink
fix(deps): update dependency glob to ^8.1.0 (#489)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 25, 2023
1 parent 5dffb89 commit 1bb2a2f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,7 +24,7 @@
"node": ">=v12.22.9"
},
"dependencies": {
"glob": "^8.0.3",
"glob": "^8.1.0",
"graceful-fs": "^4.2.10",
"handlebars": "^4.7.7"
},
Expand All @@ -39,7 +39,7 @@
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/glob": "^8.0.0",
"@types/glob": "^8.0.1",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.13",
"@typescript-eslint/eslint-plugin": "^5.49.0",
Expand Down

0 comments on commit 1bb2a2f

Please sign in to comment.