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 9865a0080c
fix: upgrade @types/rimraf from 3.0.0 to 3.0.2
Snyk has created this PR to upgrade @types/rimraf from 3.0.0 to 3.0.2.

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-05-30 23:29:13 +00:00
2 changed files with 5 additions and 4 deletions

View File

@ -50,7 +50,7 @@
"yarn": "^1.22.10"
},
"dependencies": {
"@types/rimraf": "^3.0.0",
"@types/rimraf": "^3.0.2",
"@types/tmp": "^0.2.0",
"debug": "^4.3.2",
"fs-extra": "^10.0.0",

View File

@ -120,9 +120,10 @@
version "15.6.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.0.tgz#f0ddca5a61e52627c9dcb771a6039d44694597bc"
"@types/rimraf@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.0.tgz#b9d03f090ece263671898d57bb7bb007023ac19f"
"@types/rimraf@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.2.tgz#a63d175b331748e5220ad48c901d7bbf1f44eef8"
integrity sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==
dependencies:
"@types/glob" "*"
"@types/node" "*"