Skip to content

Commit

Permalink
chore(deps): update dependency @types/mkdirp to v1.0.2 (#6260)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jul 7, 2021
1 parent a032e9e commit 8954a43
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@reduxjs/toolkit": "1.6.0",
"@types/common-tags": "1.8.1",
"@types/jest": "26.0.24",
"@types/mkdirp": "1.0.1",
"@types/mkdirp": "1.0.2",
"@types/node": "14.17.4",
"@types/react": "17.0.13",
"@types/webpack-env": "1.16.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/js-yaml": "4.0.2",
"@types/listr": "0.14.4",
"@types/minimatch": "3.0.4",
"@types/mkdirp": "1.0.1",
"@types/mkdirp": "1.0.2",
"@types/valid-url": "1.0.3",
"bdd-stdin": "0.2.0",
"dotenv": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/config-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@types/fs-extra": "9.0.12",
"@types/jsonpath": "0.2.0",
"@types/mkdirp": "1.0.1",
"@types/mkdirp": "1.0.2",
"fs-extra": "10.0.0",
"jsonpath": "1.1.1",
"mkdirp": "1.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3235,10 +3235,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=

"@types/mkdirp@1.0.1":
version "1.0.1"
resolved "https://registry.npmjs.org/@types/mkdirp/-/mkdirp-1.0.1.tgz#0930b948914a78587de35458b86c907b6e98bbf6"
integrity sha512-HkGSK7CGAXncr8Qn/0VqNtExEE+PHMWb+qlR1faHMao7ng6P3tAaoWWBMdva0gL5h4zprjIO89GJOLXsMcDm1Q==
"@types/mkdirp@1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-1.0.2.tgz#8d0bad7aa793abe551860be1f7ae7f3198c16666"
integrity sha512-o0K1tSO0Dx5X6xlU5F1D6625FawhC3dU3iqr25lluNv/+/QIVH8RLNEiVokgIZo+mz+87w/3Mkg/VvQS+J51fQ==
dependencies:
"@types/node" "*"

Expand Down

0 comments on commit 8954a43

Please sign in to comment.