Skip to content

Commit 55d67d0

Browse files
committed
Upgrade Cryptography and Linkify-it
1 parent 0afb4d2 commit 55d67d0

4 files changed

Lines changed: 34 additions & 10 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"alpinejs": "^3.10.2",
3535
"autoprefixer": "^10.4.12",
3636
"cssnano": "^5.1.14",
37+
"dompurify": "^3.2.2",
38+
"fuse.js": "7.3.0",
3739
"hast-util-to-html": "^9.0.5",
3840
"htmx": "^0.0.2",
3941
"lowlight": "^3.0.0",
40-
"dompurify": "^3.2.2",
41-
"fuse.js": "7.3.0",
4242
"marked": "^17.0.0",
4343
"tailwindcss": "3.2.1",
4444
"turndown": "^7.2.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ courlan==1.4.0
108108
# via trafilatura
109109
coverage[toml]==7.13.3
110110
# via pytest-cov
111-
cryptography==46.0.4
111+
cryptography==49.0.0
112112
# via
113113
# -r ./requirements.in
114114
# jwcrypto

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ function-bind@^1.1.2:
862862

863863
fuse.js@7.3.0:
864864
version "7.3.0"
865-
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-7.3.0.tgz#68e1ea1c6c0ff262f1801a949a78edbe05b0bc13"
865+
resolved "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz"
866866
integrity sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==
867867

868868
glob-parent@^5.1.2, glob-parent@~5.1.2:
@@ -962,9 +962,9 @@ lilconfig@^2.0.3, lilconfig@^2.0.5, lilconfig@^2.0.6:
962962
integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==
963963

964964
linkify-it@^5.0.0:
965-
version "5.0.0"
966-
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz"
967-
integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==
965+
version "5.0.2"
966+
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz"
967+
integrity sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==
968968
dependencies:
969969
uc.micro "^2.0.0"
970970

0 commit comments

Comments
 (0)