From ad7606ce1498aee3c888b7f17d9a9812289954c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Feb 2023 20:11:12 +0000 Subject: [PATCH] fix: upgrade semver from 7.3.2 to 7.3.8 Snyk has created this PR to upgrade semver from 7.3.2 to 7.3.8. See this package in npm: https://www.npmjs.com/package/semver See this project in Snyk: https://app.snyk.io/org/qmutz/project/704788cf-50ec-4e28-b68a-d712b8973856?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 24 +++++++++++++++++++++--- package.json | 2 +- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d6a2cd388755..501f39a0e7b41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6265,9 +6265,27 @@ "optional": true }, "semver": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", - "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==" + "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" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } }, "semver-diff": { "version": "3.1.1", diff --git a/package.json b/package.json index 684fe2a5d67ea..1adebb5e407a2 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "npm-run-all": "^4.1.5", "postcss": "^7.0.32", "sass": "^1.26.10", - "semver": "^7.3.2", + "semver": "^7.3.8", "strftime": "^0.10.0" }, "devDependencies": {