refactor: Upgrade semver from 7.3.8 to 7.5.1 (#8606)

This commit is contained in:
Parse Platform
2023-06-04 18:05:20 +02:00
committed by GitHub
parent f5c6b3e8e5
commit a0360712c8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -14508,9 +14508,9 @@
} }
}, },
"semver": { "semver": {
"version": "7.3.8", "version": "7.5.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
"requires": { "requires": {
"lru-cache": "^6.0.0" "lru-cache": "^6.0.0"
}, },

View File

@@ -50,7 +50,7 @@
"pg-promise": "10.12.0", "pg-promise": "10.12.0",
"pluralize": "8.0.0", "pluralize": "8.0.0",
"redis": "3.1.2", "redis": "3.1.2",
"semver": "7.3.8", "semver": "7.5.1",
"subscriptions-transport-ws": "0.11.0", "subscriptions-transport-ws": "0.11.0",
"tv4": "1.3.0", "tv4": "1.3.0",
"uuid": "9.0.0", "uuid": "9.0.0",