Skip to content

Commit 6b20c55

Browse files
committed
chore(deps): update dependency @types/mkdirp to v1
1 parent 60fce38 commit 6b20c55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"yargs": "^12.0.2"
4040
},
4141
"devDependencies": {
42-
"@types/mkdirp": "0.5.2",
42+
"@types/mkdirp": "1.0.2",
4343
"@types/node": "10.14.17",
4444
"@types/yargs": "12.0.12",
4545
"apollo-link": "1.2.13",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,10 @@
502502
into-stream "^4.0.0"
503503
lodash "^4.17.4"
504504

505-
"@types/mkdirp@0.5.2":
506-
version "0.5.2"
507-
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-0.5.2.tgz#503aacfe5cc2703d5484326b1b27efa67a339c1f"
508-
integrity sha512-U5icWpv7YnZYGsN4/cmh3WD2onMY0aJIiTE6+51TwJCttdHvtCYmkBNOobHlXwrJRL0nkH9jH4kD+1FAdMN4Tg==
505+
"@types/mkdirp@1.0.2":
506+
version "1.0.2"
507+
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-1.0.2.tgz#8d0bad7aa793abe551860be1f7ae7f3198c16666"
508+
integrity sha512-o0K1tSO0Dx5X6xlU5F1D6625FawhC3dU3iqr25lluNv/+/QIVH8RLNEiVokgIZo+mz+87w/3Mkg/VvQS+J51fQ==
509509
dependencies:
510510
"@types/node" "*"
511511

0 commit comments

Comments
 (0)