Compare commits

...
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.

1 Commits

Author SHA1 Message Date
snyk-bot 7d536954ee
fix: upgrade fs-extra from 10.0.0 to 10.0.1
Snyk has created this PR to upgrade fs-extra from 10.0.0 to 10.0.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/marcus13345/project/8a4d5b75-762e-4298-9731-d9d12ef6d7f6?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-03-15 23:27:58 +00:00
2 changed files with 5 additions and 4 deletions

View File

@ -53,7 +53,7 @@
"@types/rimraf": "^3.0.0",
"@types/tmp": "^0.2.0",
"debug": "^4.3.2",
"fs-extra": "^10.0.0",
"fs-extra": "^10.0.1",
"lodash": "^4.17.21",
"moo": "^0.5.1",
"nearley": "^2.20.1",

View File

@ -498,9 +498,10 @@ foreground-child@^2.0.0:
cross-spawn "^7.0.0"
signal-exit "^3.0.2"
fs-extra@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
fs-extra@^10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8"
integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"