diff --git a/package-lock.json b/package-lock.json index 60b4c4591..e0810ef9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "ios-sim": "^8.0.2", "nopt": "^5.0.0", "plist": "^3.0.4", - "semver": "^7.3.5", + "semver": "^7.3.8", "unorm": "^1.6.0", "which": "^2.0.2", "xcode": "^3.0.1", @@ -4314,9 +4314,9 @@ "integrity": "sha1-dLbTPJrh4AFRDxeakRaFiPGu2qk=" }, "node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -8254,9 +8254,9 @@ "integrity": "sha1-dLbTPJrh4AFRDxeakRaFiPGu2qk=" }, "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "requires": { "lru-cache": "^6.0.0" } diff --git a/package.json b/package.json index 51edbbacc..a16168d93 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "ios-sim": "^8.0.2", "nopt": "^5.0.0", "plist": "^3.0.4", - "semver": "^7.3.5", + "semver": "^7.3.8", "unorm": "^1.6.0", "which": "^2.0.2", "xcode": "^3.0.1",