diff --git a/package.json b/package.json index 42dab91..3405067 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/meow": "^4.0.0", "@types/node": "^13.7.2", "@types/npmlog": "^4.1.2", - "@types/semver": "^6.0.2", + "@types/semver": "^7.1.0", "@xcritical/eslint-plugin-xc-front-lint": "^1.0.0", "@xcritical/xc-front-libs-utils": "^1.0.0", "jest": "^24.9.0", diff --git a/yarn.lock b/yarn.lock index 4e108c0..cbdb886 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1270,10 +1270,12 @@ resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.2.tgz#d070fe6a6b78755d1092a3dc492d34c3d8f871c4" integrity sha512-4QQmOF5KlwfxJ5IGXFIudkeLCdMABz03RcUXu+LCb24zmln8QW6aDjuGl4d4XPVLf2j+FnjelHTP7dvceAFbhA== -"@types/semver@^6.0.2": - version "6.0.2" - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.0.2.tgz#5e8b09f0e4af53034b1d0fb9977a277847836205" - integrity sha512-G1Ggy7/9Nsa1Jt2yiBR2riEuyK2DFNnqow6R7cromXPMNynackRY1vqFTLz/gwnef1LHokbXThcPhqMRjUbkpQ== +"@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/stack-utils@^1.0.1": version "1.0.1"