Skip to content

Commit

Permalink
chore(deps): update dependency glob to ^9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 26, 2023
1 parent 54e56e2 commit b39b4aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bugs": "https://github.com/kintone/js-sdk/issues",
"dependencies": {
"chalk": "^4.1.2",
"glob": "^9.2.1",
"glob": "^9.3.2",
"inquirer": "^8.2.5",
"lodash": "^4.17.21",
"meow": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"crypto-browserify": "^3.12.0",
"cssnano": "^5.1.15",
"execa": "^5.1.1",
"glob": "^9.2.1",
"glob": "^9.3.2",
"jest-environment-jsdom": "^29.5.0",
"normalize.css": "^8.0.1",
"path-browserify": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7509,7 +7509,7 @@ glob@^8.0.1, glob@^8.0.3:
minimatch "^5.0.1"
once "^1.3.0"

glob@^9.2.0, glob@^9.2.1:
glob@^9.2.0:
version "9.2.1"
resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
Expand All @@ -7519,7 +7519,7 @@ glob@^9.2.0, glob@^9.2.1:
minipass "^4.2.4"
path-scurry "^1.6.1"

glob@^9.3.0, glob@^9.3.1:
glob@^9.3.0, glob@^9.3.1, glob@^9.3.2:
version "9.3.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.2.tgz#8528522e003819e63d11c979b30896e0eaf52eda"
integrity sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==
Expand Down

0 comments on commit b39b4aa

Please sign in to comment.