Merge remote-tracking branch 'origin/master'

This commit is contained in:
Alexis Tyler
2021-01-29 14:15:56 +10:30
2 changed files with 27 additions and 12 deletions

33
package-lock.json generated
View File

@@ -4437,6 +4437,14 @@
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
},
"dependencies": {
"path-type": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
"dev": true
}
}
},
"cpx": {
@@ -5336,6 +5344,13 @@
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
"requires": {
"path-type": "^4.0.0"
},
"dependencies": {
"path-type": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
}
}
},
"dkim-signer": {
@@ -7610,9 +7625,9 @@
"integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw=="
},
"graphql": {
"version": "15.4.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.4.0.tgz",
"integrity": "sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA=="
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz",
"integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA=="
},
"graphql-directive": {
"version": "0.2.1",
@@ -10845,9 +10860,9 @@
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
},
"path-type": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg=="
},
"performance-now": {
"version": "2.1.0",
@@ -13268,9 +13283,9 @@
"integrity": "sha512-sQV7phh2WCYAn81oAkakC5qjq2Ml0g8ozqz03wOGnx9dDlG1de6yrF+0RAzSJD8fPUow3PTSMf2SAbOGxb93BA=="
},
"systeminformation": {
"version": "4.34.9",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.34.9.tgz",
"integrity": "sha512-jvc4DlJeXazsen2riPDR97GSaHNCmoL+mgfB8IXxmpNpNd7kv5MfkuihXEmF1/prBFtqzUA2lxnt1qp4maOMQA=="
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.0.6.tgz",
"integrity": "sha512-sX8I5SPunheS99VYBk1UGzavNMBGTizccaKcYo6TrjPaHF98iFeirexNX99zyGujlNWTVCHiVxzoNdix77hkVw=="
},
"table": {
"version": "6.0.7",

View File

@@ -73,7 +73,7 @@
"get-server-address": "^1.0.1",
"glob": "^7.1.6",
"globby": "^11.0.2",
"graphql": "^15.4.0",
"graphql": "^15.5.0",
"graphql-directive": "^0.2.1",
"graphql-subscriptions-client": "OmgImAlexis/graphql-subscriptions-client#master",
"graphql-tag": "^2.11.0",
@@ -101,7 +101,7 @@
"p-wait-for": "^3.2.0",
"package-json": "^6.5.0",
"path-exists": "^4.0.0",
"path-type": "^4.0.0",
"path-type": "^5.0.0",
"pify": "^5.0.0",
"pretty-bytes": "^5.5.0",
"pretty-ms": "^7.0.1",
@@ -114,7 +114,7 @@
"spread-the-word": "^0.8.4",
"stoppable": "^1.1.0",
"subscriptions-transport-ws": "^0.9.18",
"systeminformation": "^4.34.9",
"systeminformation": "^5.0.6",
"tracer": "^1.1.4",
"unix-dgram": "^2.0.4",
"upcast": "^4.0.0",