diff --git a/package-lock.json b/package-lock.json index ecad6d8ec1..4668d3c502 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "puppeteer-extra-plugin-adblocker": "^2.11.11", "pushover-notifications": "^1.2.2", "redis": "^3.1.2", - "top-user-agents": "^1.0.25", + "top-user-agents": "^1.0.26", "twilio": "^3.62.0", "twitch": "^4.5.5", "twitch-auth": "^4.5.5", @@ -10961,9 +10961,9 @@ "integrity": "sha512-tsuhQlHSigOTTvonxHXwqSKEVSnWMh2GvpTvXa5YmoyOwL5YvU4lTd/KNVZlKM5v7gqx44UEuQxyPQEpmaIHdg==" }, "node_modules/top-user-agents": { - "version": "1.0.25", - "resolved": "https://registry.npmjs.org/top-user-agents/-/top-user-agents-1.0.25.tgz", - "integrity": "sha512-E/v1jo6QZxX0/tyx9bcgshzxOR5FEXTbAD0P2j8kejbvBmPrMnDmXdeovM8vaBEKqMsSBinQ9wrykjy1czu4Ng==", + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/top-user-agents/-/top-user-agents-1.0.26.tgz", + "integrity": "sha512-ekSLi2bdWaSITH3+a/d+49o8GMR5sGwao8gs+y4QgHvV/51hEZAqbBeF9BntNzBoD5awVDMeeYQszUobShFIrA==", "hasInstallScript": true, "dependencies": { "cheerio": "~1.0.0-rc.5", @@ -20546,9 +20546,9 @@ "integrity": "sha512-tsuhQlHSigOTTvonxHXwqSKEVSnWMh2GvpTvXa5YmoyOwL5YvU4lTd/KNVZlKM5v7gqx44UEuQxyPQEpmaIHdg==" }, "top-user-agents": { - "version": "1.0.25", - "resolved": "https://registry.npmjs.org/top-user-agents/-/top-user-agents-1.0.25.tgz", - "integrity": "sha512-E/v1jo6QZxX0/tyx9bcgshzxOR5FEXTbAD0P2j8kejbvBmPrMnDmXdeovM8vaBEKqMsSBinQ9wrykjy1czu4Ng==", + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/top-user-agents/-/top-user-agents-1.0.26.tgz", + "integrity": "sha512-ekSLi2bdWaSITH3+a/d+49o8GMR5sGwao8gs+y4QgHvV/51hEZAqbBeF9BntNzBoD5awVDMeeYQszUobShFIrA==", "requires": { "cheerio": "~1.0.0-rc.5", "got": "~11.8.2", diff --git a/package.json b/package.json index d21c7da098..7cc3577618 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "puppeteer-extra-plugin-adblocker": "^2.11.11", "pushover-notifications": "^1.2.2", "redis": "^3.1.2", - "top-user-agents": "^1.0.25", + "top-user-agents": "^1.0.26", "twilio": "^3.62.0", "twitch": "^4.5.5", "twitch-auth": "^4.5.5",