graceful-fs update

This commit is contained in:
Bryan Ashby 2020-05-14 22:45:04 -06:00
parent dff3e9d0c8
commit 8736f5c3b9
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
"exiftool": "^0.0.3", "exiftool": "^0.0.3",
"fs-extra": "9.0.0", "fs-extra": "9.0.0",
"glob": "7.1.6", "glob": "7.1.6",
"graceful-fs": "^4.2.3", "graceful-fs": "^4.2.4",
"hashids": "2.1.0", "hashids": "2.1.0",
"hjson": "^3.2.1", "hjson": "^3.2.1",
"iconv-lite": "0.5.0", "iconv-lite": "0.5.0",

View File

@ -662,10 +662,10 @@ graceful-fs@^4.2.0:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.0.tgz#8d8fdc73977cb04104721cb53666c1ca64cd328b" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.0.tgz#8d8fdc73977cb04104721cb53666c1ca64cd328b"
integrity sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg== integrity sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==
graceful-fs@^4.2.3: graceful-fs@^4.2.4:
version "4.2.3" version "4.2.4"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ== integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
has-flag@^3.0.0: has-flag@^3.0.0:
version "3.0.0" version "3.0.0"