Skip to content

Commit 933f156

Browse files
committed
Upgrade Django and svgo
1 parent 55d67d0 commit 933f156

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

package-lock.json

Lines changed: 13 additions & 13 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
@@ -131,7 +131,7 @@ dj-database-url==3.1.0
131131
# via environs
132132
dj-email-url==1.0.6
133133
# via environs
134-
django==6.0.2
134+
django==6.0.7
135135
# via
136136
# -r ./requirements.in
137137
# dj-database-url

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,6 @@
373373
"@tiptap/extension-text-style" "^2.27.2"
374374
"@tiptap/pm" "^2.27.2"
375375

376-
"@trysound/sax@0.2.0":
377-
version "0.2.0"
378-
resolved "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz"
379-
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
380-
381376
"@types/hast@^3.0.0":
382377
version "3.0.4"
383378
resolved "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz"
@@ -1615,6 +1610,11 @@ run-parallel@^1.1.9:
16151610
dependencies:
16161611
queue-microtask "^1.2.2"
16171612

1613+
sax@^1.5.0:
1614+
version "1.6.0"
1615+
resolved "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz"
1616+
integrity sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==
1617+
16181618
source-map-js@^1.2.1:
16191619
version "1.2.1"
16201620
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz"
@@ -1657,16 +1657,16 @@ supports-preserve-symlinks-flag@^1.0.0:
16571657
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
16581658

16591659
svgo@^2.7.0:
1660-
version "2.8.0"
1661-
resolved "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz"
1662-
integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==
1660+
version "2.8.3"
1661+
resolved "https://registry.npmjs.org/svgo/-/svgo-2.8.3.tgz"
1662+
integrity sha512-5EZD0pafXX6PphdwOGCiVLDSaV1xyuQao2blHajHLsPxr07q4mmEjdtXEWgG07ae2mIz8Ex2CDXNCTiXhy3Khw==
16631663
dependencies:
1664-
"@trysound/sax" "0.2.0"
16651664
commander "^7.2.0"
16661665
css-select "^4.1.3"
16671666
css-tree "^1.1.3"
16681667
csso "^4.2.0"
16691668
picocolors "^1.0.0"
1669+
sax "^1.5.0"
16701670
stable "^0.1.8"
16711671

16721672
tailwindcss@3.2.1:

0 commit comments

Comments
 (0)