fix: upgrade @types/rimraf from 3.0.0 to 3.0.1

Snyk has created this PR to upgrade @types/rimraf from 3.0.0 to 3.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=upgrade-pr
snyk-upgrade-c296060df24797d144e1566c63323e43
snyk-bot 2021-07-28 22:03:52 +00:00
parent 12426970a8
commit a9138244c7
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
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.1",
"@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.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.1.tgz#1bbc106f0978742289103e080d4b41b3b4656e58"
integrity sha512-CAoSlbco40aKZ0CkelBF2g3JeN6aioRaTVnqSX5pWsn/WApm6IDxI4e4tD9D0dY/meCkyyleP1IQDVN13F4maA==
dependencies:
"@types/glob" "*"
"@types/node" "*"