chore: bump dependencies

This commit is contained in:
Jef LeCompte
2021-02-10 15:49:53 -05:00
parent 4acf6e616f
commit c1c9bc49a2
3 changed files with 40 additions and 44 deletions
+33 -37
View File
@@ -176,9 +176,9 @@
}
},
"@d-fischer/connection": {
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/@d-fischer/connection/-/connection-6.4.1.tgz",
"integrity": "sha512-NdMSfwzAaIJXS5weQlq1rd3Rl/0zfz7HQeWnIefkvA5Jsndt9fu1F3TeBnP+RIG73rjnFrUdPzeM975c7Yq6aw==",
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/@d-fischer/connection/-/connection-6.4.2.tgz",
"integrity": "sha512-1ABkXOJWuIg21sumWVjzpYk+LWYvKWR8fBe/xRn9KcNver4ktOpq6ne/QwjQ1KDVHm1N61y+GzVMMZiOaGla6w==",
"requires": {
"@d-fischer/isomorphic-ws": "^5.0.2",
"@d-fischer/logger": "^3.0.0",
@@ -722,15 +722,11 @@
"@types/node": "*"
}
},
"@types/random-useragent": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@types/random-useragent/-/random-useragent-0.3.0.tgz",
"integrity": "sha512-K6yHeQCCJJBvHeW1akRxXC8GnADsXmoRA2UdVEYITzD88U8Vk3lX+0c0A27j3CrAiic2I961glcnwScc9vUtWg=="
},
"@types/redis": {
"version": "2.8.28",
"resolved": "https://registry.npmjs.org/@types/redis/-/redis-2.8.28.tgz",
"integrity": "sha512-8l2gr2OQ969ypa7hFOeKqtFoY70XkHxISV0pAwmQ2nm6CSPb1brmTmqJCGGrekCo+pAZyWlNXr+Kvo6L/1wijA==",
"dev": true,
"requires": {
"@types/node": "*"
}
@@ -8608,9 +8604,9 @@
"integrity": "sha512-tsuhQlHSigOTTvonxHXwqSKEVSnWMh2GvpTvXa5YmoyOwL5YvU4lTd/KNVZlKM5v7gqx44UEuQxyPQEpmaIHdg=="
},
"top-user-agents": {
"version": "1.0.19",
"resolved": "https://registry.npmjs.org/top-user-agents/-/top-user-agents-1.0.19.tgz",
"integrity": "sha512-J7ixa0pOYJD5stxI50yIK1Gdcx5mFSgrs8bEcoe5DbAQnwsevMTTr2RrGFd1b+zgl2QkpkV5NWtnMSXl66zLHg==",
"version": "1.0.21",
"resolved": "https://registry.npmjs.org/top-user-agents/-/top-user-agents-1.0.21.tgz",
"integrity": "sha512-XmRbDauV3UkVBih04hrU6N0EG3gVizwucIxDW0fH8WtGFQ2AF5bZQkV7p465ZJeUCIdSPsvj350NPIvsdpRnIQ==",
"requires": {
"cheerio": "~1.0.0-rc.3",
"got": "~11.8.0",
@@ -8745,9 +8741,9 @@
}
},
"twitch": {
"version": "4.4.8",
"resolved": "https://registry.npmjs.org/twitch/-/twitch-4.4.8.tgz",
"integrity": "sha512-YkbFcLgNIfAxmP/J1hDnAB/qlzWk8fXDILS1kogp1Whb4oTUoHsNkXy8oY4cIlaqgSLRerGHF4+7qGB+lm/CCQ==",
"version": "4.4.9",
"resolved": "https://registry.npmjs.org/twitch/-/twitch-4.4.9.tgz",
"integrity": "sha512-KqXebXk5BKYxTTjn505FePQubecYaz3M0fmD6Ty4dRGAGD2Nx5svTIV9O38ms+m1NS4fcCiRoGBoDpjykifGJA==",
"requires": {
"@d-fischer/cache-decorators": "^2.1.1",
"@d-fischer/deprecate": "^2.0.2",
@@ -8756,41 +8752,41 @@
"@d-fischer/shared-utils": "^3.0.1",
"top-package": "^1.0.0",
"tslib": "^2.0.3",
"twitch-api-call": "^4.4.8",
"twitch-auth": "^4.4.8",
"twitch-common": "^4.4.8"
"twitch-api-call": "^4.4.9",
"twitch-auth": "^4.4.9",
"twitch-common": "^4.4.9"
}
},
"twitch-api-call": {
"version": "4.4.8",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.8.tgz",
"integrity": "sha512-jGDvAyl+miZ9v1zOocBC5fwCZ6z25EaxaXfYGSWcIqoNm5RFw6UxFz4fOVVo5ZwqoLyjpcK+OTyssA25pdIreA==",
"version": "4.4.9",
"resolved": "https://registry.npmjs.org/twitch-api-call/-/twitch-api-call-4.4.9.tgz",
"integrity": "sha512-avsGou1gbLlMBpcafe12f5nFLVip0ZSERWpzaj3mo8WglJFQAcOSKzkYBtZFJjVbk9qGP0eWcgWL2iJ/5ZL1bA==",
"requires": {
"@d-fischer/cross-fetch": "^4.0.2",
"@d-fischer/qs": "^7.0.2",
"@types/node-fetch": "^2.5.7",
"node-fetch": "^2.6.1",
"tslib": "^2.0.3",
"twitch-common": "^4.4.8"
"twitch-common": "^4.4.9"
}
},
"twitch-auth": {
"version": "4.4.8",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.8.tgz",
"integrity": "sha512-jaZk7h+rgIr3638rGV2o19Y0pabrOXL4ywu++KqP3WsyPoNk0YJqPFfuSKGKEBL4B0OfHSmMgd68jpMAGCiB8g==",
"version": "4.4.9",
"resolved": "https://registry.npmjs.org/twitch-auth/-/twitch-auth-4.4.9.tgz",
"integrity": "sha512-0oMco1Duz1p2jHwSKk9OwN80iQ1r0l+hLOe5n8B2Elpq4RwDk4U8EuH51p6+I02ccvCK2AipJCjRmRvoGc/U6A==",
"requires": {
"@d-fischer/deprecate": "^2.0.2",
"@d-fischer/logger": "^3.1.0",
"@d-fischer/shared-utils": "^3.0.1",
"tslib": "^2.0.3",
"twitch-api-call": "^4.4.8",
"twitch-common": "^4.4.8"
"twitch-api-call": "^4.4.9",
"twitch-common": "^4.4.9"
}
},
"twitch-chat-client": {
"version": "4.4.8",
"resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.4.8.tgz",
"integrity": "sha512-i557/eXLmr/0IifXvVcAuzGApX4+/1Ex+LkEJ8peR7h6hjfOeNHksEla8+I/2n57YERVDVRN04k3Sv6rQJrBsQ==",
"version": "4.4.9",
"resolved": "https://registry.npmjs.org/twitch-chat-client/-/twitch-chat-client-4.4.9.tgz",
"integrity": "sha512-PQurvJNZRP2mXnyoH97TrL/EN3ryiXrOKUXd1eBaPkm+CXF/3HnWtCaxsPDv8rEeRlZSV9290NIc9p2O0sBiqA==",
"requires": {
"@d-fischer/cache-decorators": "^2.1.1",
"@d-fischer/deprecate": "^2.0.2",
@@ -8800,14 +8796,14 @@
"@d-fischer/typed-event-emitter": "^3.2.2",
"ircv3": "^0.26.12",
"tslib": "^2.0.3",
"twitch-auth": "^4.4.8",
"twitch-common": "^4.4.8"
"twitch-auth": "^4.4.9",
"twitch-common": "^4.4.9"
}
},
"twitch-common": {
"version": "4.4.8",
"resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.8.tgz",
"integrity": "sha512-D/tlArjoJ0DcPTsfwgtya2f0+1As7KGbnM2eFzkGpkINccw0zGNhre8yp3u3LrjXY9qlJzeMXq2XnELme9KvKw==",
"version": "4.4.9",
"resolved": "https://registry.npmjs.org/twitch-common/-/twitch-common-4.4.9.tgz",
"integrity": "sha512-vcnth5Pne4jCQDOfD5+pGchiQbk90oaMIEkhKO+vrOdSnQ8N01k0FFUvuKfM6A/NXDWkTy6wcIgT/7chCzlxXg==",
"requires": {
"@d-fischer/logger": "^3.1.0",
"@d-fischer/shared-utils": "^3.0.1",
@@ -8856,9 +8852,9 @@
}
},
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz",
"integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==",
"dev": true
},
"unbzip2-stream": {