Skip to content

Commit

Permalink
Remove folder-hash from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang authored and ctrlplusb committed Jul 8, 2022
1 parent 8e799a0 commit e0b421d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 0 additions & 2 deletions packages/resources/package.json
Expand Up @@ -44,7 +44,6 @@
"chalk": "^4.1.0",
"constructs": "^10.0.29",
"cross-spawn": "^7.0.3",
"folder-hash": "^4.0.2",
"fs-extra": "^9.0.1",
"glob": "^7.1.7",
"indent-string": "^5.0.0",
Expand All @@ -54,7 +53,6 @@
"@graphql-tools/merge": "^8.2.12",
"@sls-next/lambda-at-edge": "^3.7.0-alpha.7",
"@types/cross-spawn": "^6.0.2",
"@types/folder-hash": "^4.0.1",
"@types/fs-extra": "^9.0.6",
"@types/glob": "^7.2.0",
"@types/node": "^14.0.27",
Expand Down
18 changes: 2 additions & 16 deletions yarn.lock
Expand Up @@ -5281,11 +5281,6 @@
resolved "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.5.tgz"
integrity sha512-zv9kNf3keYegP5oThGLaPk8E081DFDuwfqjtiTzm6PoxChdJ1raSuADf2YGCVIyrSynLrgc8JWv296s7Q7pQSQ==

"@types/folder-hash@^4.0.1":
version "4.0.1"
resolved "https://registry.npmjs.org/@types/folder-hash/-/folder-hash-4.0.1.tgz"
integrity sha512-HrIikWNP/7ubX+XB1awPxA+zTI8T3NXgb4g3BQnT4iAWbeZThsaAm+sg+xqO+eK6kPlpOLS6o29FaaWqb2THbA==

"@types/fs-extra@^9.0.6":
version "9.0.13"
resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz"
Expand Down Expand Up @@ -9256,15 +9251,6 @@ flux@^4.0.1:
fbemitter "^3.0.0"
fbjs "^3.0.1"

folder-hash@^4.0.2:
version "4.0.2"
resolved "https://registry.npmjs.org/folder-hash/-/folder-hash-4.0.2.tgz"
integrity sha512-Iw9GCqdA+zHfDVvk90TSAV66jq0IwiZaPvPgUiW+DHRwnaPOeZomzlgutx9QclinsQGz/XcVIGlDEJbFhCV5wA==
dependencies:
debug "^4.3.3"
graceful-fs "~4.2.9"
minimatch "~5.0.0"

follow-redirects@^1.0.0, follow-redirects@^1.14.7:
version "1.14.9"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz"
Expand Down Expand Up @@ -9633,7 +9619,7 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.2.0,
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz"
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==

graceful-fs@^4.1.5, graceful-fs@~4.2.9:
graceful-fs@^4.1.5:
version "4.2.10"
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz"
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
Expand Down Expand Up @@ -11780,7 +11766,7 @@ minimatch@^3.1.2:
dependencies:
brace-expansion "^1.1.7"

minimatch@^5.0.1, minimatch@~5.0.0:
minimatch@^5.0.1:
version "5.0.1"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz"
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
Expand Down

0 comments on commit e0b421d

Please sign in to comment.