diff --git a/package.json b/package.json index 105641df3f2a..fe805e9dcf81 100644 --- a/package.json +++ b/package.json @@ -114,6 +114,7 @@ "babel-loader": "8.2.5", "babel-plugin-angularjs-annotate": "0.10.0", "bootstrap": "4.6.2", + "cheerio": "1.0.0-rc.12", "chokidar": "3.5.3", "chromatic": "6.5.6", "co": "4.6.0", diff --git a/requirements.txt b/requirements.txt index df2f92102d37..0611a7c55062 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ htmlmin==0.1.12 Mako==1.2.4 requests==2.32.3 polib==1.1.1 -urllib3==1.26.19 +urllib3==1.26.20 certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability