Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency globby to v14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DanSnow committed Feb 22, 2024
1 parent ad08540 commit 2bb443a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"globby": "14.0.0",
"globby": "14.0.1",
"msw": "1.3.2",
"npm-run-all2": "5.0.0",
"nuxt": "3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"globby": "14.0.0",
"globby": "14.0.1",
"msw": "1.3.2",
"nuxt": "3.6.5",
"nx": "17.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"globby": "14.0.0",
"globby": "14.0.1",
"msw": "1.3.2",
"npm-run-all2": "5.0.0",
"nuxt": "3.6.5",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2683,10 +2683,10 @@ __metadata:
languageName: node
linkType: hard

"@sindresorhus/merge-streams@npm:^1.0.0":
version: 1.0.0
resolution: "@sindresorhus/merge-streams@npm:1.0.0"
checksum: 453c2a28164113a5ec4fd23ba636e291a4112f6ee9e91cd5476b9a96e0fc9ee5ff40d405fe81bbf284c9773b7ed718a3a0f31df7895a0efd413b1f9775d154fe
"@sindresorhus/merge-streams@npm:^2.1.0":
version: 2.2.0
resolution: "@sindresorhus/merge-streams@npm:2.2.0"
checksum: 4bc27bc2bb78eac0f858d19f12c3d68e5d00871c60b87536e1e27065c3f4d675622672de26e1ba3aa822299c33b8ac1d54b3a15976e3fa90bae5a58062a08f82
languageName: node
linkType: hard

Expand Down Expand Up @@ -2807,7 +2807,7 @@ __metadata:
fast-deep-equal: "npm:^3.1.3"
find-cache-dir: "npm:^5.0.0"
fs-extra: "npm:11.2.0"
globby: "npm:14.0.0"
globby: "npm:14.0.1"
graphql: "npm:^16.6.0"
jose: "npm:^4.14.4"
jszip: "npm:^3.10.1"
Expand Down Expand Up @@ -2892,7 +2892,7 @@ __metadata:
fast-deep-equal: "npm:^3.1.3"
find-cache-dir: "npm:^5.0.0"
fs-extra: "npm:11.2.0"
globby: "npm:14.0.0"
globby: "npm:14.0.1"
graphql: "npm:^16.7.1"
jose: "npm:^4.14.4"
jszip: "npm:^3.10.1"
Expand Down Expand Up @@ -2990,7 +2990,7 @@ __metadata:
file-type: "npm:^18.7.0"
find-cache-dir: "npm:^5.0.0"
fs-extra: "npm:11.2.0"
globby: "npm:14.0.0"
globby: "npm:14.0.1"
graphql: "npm:^16.7.1"
hookable: "npm:^5.5.3"
js-yaml: "npm:^4.1.0"
Expand Down Expand Up @@ -8270,17 +8270,17 @@ __metadata:
languageName: node
linkType: hard

"globby@npm:14.0.0":
version: 14.0.0
resolution: "globby@npm:14.0.0"
"globby@npm:14.0.1":
version: 14.0.1
resolution: "globby@npm:14.0.1"
dependencies:
"@sindresorhus/merge-streams": "npm:^1.0.0"
"@sindresorhus/merge-streams": "npm:^2.1.0"
fast-glob: "npm:^3.3.2"
ignore: "npm:^5.2.4"
path-type: "npm:^5.0.0"
slash: "npm:^5.1.0"
unicorn-magic: "npm:^0.1.0"
checksum: 6e7d84bbc69d8d21a07507af090998c6546c385702a350ff14f6fb08207f90ed40bd41c7b19c11a23851c3b86666e79503373e0f8b400a91a29b13952b1e960c
checksum: b36f57afc45a857a884d82657603c7e1663b1e6f3f9afbeb53d12e42230469fc5b26a7e14a01e51086f3f25c138f58a7002036fcc8f3ca054097b6dd7c71d639
languageName: node
linkType: hard

Expand Down

0 comments on commit 2bb443a

Please sign in to comment.