build(deps-dev): upgrade @types/semver to ^7.1.0

This commit is contained in:
Mark Lee 2020-01-29 09:43:40 -08:00
Родитель 422f454fbd
Коммит 14b7d8847a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 82F864B9B8626D7C
2 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -124,7 +124,7 @@
"@types/node": "^13.1.8",
"@types/node-fetch": "^2.5.3",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^6.2.0",
"@types/semver": "^7.1.0",
"@types/sinon": "^7.5.1",
"@types/username": "^3.0.0",
"@types/webpack": "^4.39.5",

Просмотреть файл

@ -1242,10 +1242,12 @@
resolved "https://registry.yarnpkg.com/@types/relateurl/-/relateurl-0.2.28.tgz#6bda7db8653fa62643f5ee69e9f69c11a392e3a6"
integrity sha1-a9p9uGU/piZD9e5p6facEaOS46Y=
"@types/semver@^6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.0.tgz#d688d574400d96c5b0114968705366f431831e1a"
integrity sha512-1OzrNb4RuAzIT7wHSsgZRlMBlNsJl+do6UblR7JMW4oB7bbR+uBEYtUh7gEc/jM84GGilh68lSOokyM/zNUlBA==
"@types/semver@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.1.0.tgz#c8c630d4c18cd326beff77404887596f96408408"
integrity sha512-pOKLaubrAEMUItGNpgwl0HMFPrSAFic8oSVIvfu1UwcgGNmNyK9gyhBHKmBnUTwwVvpZfkzUC0GaMgnL6P86uA==
dependencies:
"@types/node" "*"
"@types/serve-static@*":
version "1.13.3"