Skip to content

Commit 6481ccc

Browse files
committed
Upgrade idna and dompurify
1 parent 6dd8244 commit 6481ccc

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ httpx==0.28.1
279279
# via openai
280280
identify==2.6.16
281281
# via pre-commit
282-
idna==3.11
282+
idna==3.18
283283
# via
284284
# anyio
285285
# django-anymail

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407

408408
"@types/trusted-types@^2.0.7":
409409
version "2.0.7"
410-
resolved "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz"
410+
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
411411
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
412412

413413
"@types/unist@*", "@types/unist@^3.0.0":
@@ -744,9 +744,9 @@ domhandler@^4.2.0, domhandler@^4.3.1:
744744
domelementtype "^2.2.0"
745745

746746
dompurify@^3.2.2:
747-
version "3.3.3"
748-
resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz"
749-
integrity sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==
747+
version "3.4.12"
748+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.12.tgz#6fa2265e9bbdce882c4ace4107626051b448ffa8"
749+
integrity sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==
750750
optionalDependencies:
751751
"@types/trusted-types" "^2.0.7"
752752

0 commit comments

Comments
 (0)