fix: Security upgrade semver from 7.5.1 to 7.5.2 (#8704)
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -14508,9 +14508,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"semver": {
|
"semver": {
|
||||||
"version": "7.5.1",
|
"version": "7.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz",
|
||||||
"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
|
"integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"lru-cache": "^6.0.0"
|
"lru-cache": "^6.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -19,10 +19,10 @@
|
|||||||
],
|
],
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@graphql-yoga/node": "2.6.0",
|
|
||||||
"@graphql-tools/utils": "8.12.0",
|
|
||||||
"@graphql-tools/merge": "8.4.1",
|
"@graphql-tools/merge": "8.4.1",
|
||||||
"@graphql-tools/schema": "9.0.4",
|
"@graphql-tools/schema": "9.0.4",
|
||||||
|
"@graphql-tools/utils": "8.12.0",
|
||||||
|
"@graphql-yoga/node": "2.6.0",
|
||||||
"@parse/fs-files-adapter": "1.2.2",
|
"@parse/fs-files-adapter": "1.2.2",
|
||||||
"@parse/push-adapter": "4.1.3",
|
"@parse/push-adapter": "4.1.3",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
@@ -34,8 +34,8 @@
|
|||||||
"follow-redirects": "1.15.2",
|
"follow-redirects": "1.15.2",
|
||||||
"graphql": "16.6.0",
|
"graphql": "16.6.0",
|
||||||
"graphql-list-fields": "2.0.2",
|
"graphql-list-fields": "2.0.2",
|
||||||
"graphql-tag": "2.12.6",
|
|
||||||
"graphql-relay": "0.10.0",
|
"graphql-relay": "0.10.0",
|
||||||
|
"graphql-tag": "2.12.6",
|
||||||
"intersect": "1.0.1",
|
"intersect": "1.0.1",
|
||||||
"jsonwebtoken": "9.0.0",
|
"jsonwebtoken": "9.0.0",
|
||||||
"jwks-rsa": "2.1.4",
|
"jwks-rsa": "2.1.4",
|
||||||
@@ -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.5.1",
|
"semver": "7.5.2",
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user