refactor: upgrade semver from 7.3.4 to 7.3.5 (#7343)

This commit is contained in:
Snyk bot
2021-10-18 14:05:03 +02:00
committed by GitHub
parent 6a2c21d282
commit 80bf578cbd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -11136,9 +11136,9 @@
}
},
"semver": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
"integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
"version": "7.3.5",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"requires": {
"lru-cache": "^6.0.0"
},

View File

@@ -52,7 +52,7 @@
"pg-promise": "10.11.0",
"pluralize": "8.0.0",
"redis": "3.1.2",
"semver": "7.3.4",
"semver": "7.3.5",
"subscriptions-transport-ws": "0.10.0",
"tv4": "1.3.0",
"uuid": "8.3.2",