Skip to content

Commit d6f3ad0

Browse files
chore(deps): update dependency make-dir to v5
1 parent 2f2eb7c commit d6f3ad0

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"bdd-stdin": "0.2.0",
8686
"change-case-all": "1.0.15",
8787
"js-yaml": "4.1.0",
88-
"make-dir": "4.0.0",
88+
"make-dir": "5.1.0",
8989
"prettier": "2.8.8"
9090
},
9191
"peerDependencies": {

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4852,16 +4852,16 @@
48524852
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
48534853
integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==
48544854

4855-
"@types/unist@*", "@types/unist@^3.0.0":
4856-
version "3.0.0"
4857-
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a"
4858-
integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==
4859-
4860-
"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
4855+
"@types/unist@*", "@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
48614856
version "2.0.11"
48624857
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
48634858
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
48644859

4860+
"@types/unist@^3.0.0":
4861+
version "3.0.0"
4862+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.0.tgz#988ae8af1e5239e89f9fbb1ade4c935f4eeedf9a"
4863+
integrity sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==
4864+
48654865
"@types/ws@^8.0.0":
48664866
version "8.5.4"
48674867
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5"
@@ -10535,12 +10535,10 @@ magic-string@^0.30.10, magic-string@^0.30.19:
1053510535
dependencies:
1053610536
"@jridgewell/sourcemap-codec" "^1.5.5"
1053710537

10538-
make-dir@4.0.0:
10539-
version "4.0.0"
10540-
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e"
10541-
integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==
10542-
dependencies:
10543-
semver "^7.5.3"
10538+
make-dir@5.1.0:
10539+
version "5.1.0"
10540+
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-5.1.0.tgz#59b2d9acf7ffa543d14238617a697458fa8dd5c9"
10541+
integrity sha512-IfpFq6UM39dUNiphpA6uDezNx/AvWyhwfICWPR3t1VspkgkMZrL+Rk1RbN1bx+aeNYwOrqGJgEgV3yotk+ZUVw==
1054410542

1054510543
make-error@^1.1.1:
1054610544
version "1.3.6"

0 commit comments

Comments
 (0)