diff --git a/requirements.txt b/requirements.txt index 73cfc33c4..ea25fd919 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ aiohttp==3.12.15 beautifulsoup4==4.13.5 -boto3==1.40.36 +boto3==1.40.40 bleach==6.2.0 cryptography===45.0.7 crispy-bootstrap4==2025.6 -Django==4.2.24 +Django==4.2.25 django-allauth==65.11.2 django-annoying==0.10.8 django-auth-ldap==5.2.0 @@ -40,7 +40,7 @@ python-ldap==3.4.4 python3-openid==3.2.0 python3-saml==1.16.0 pytubefix==9.5.1 -pyyaml==6.0.2 +pyyaml==6.0.3 recipe-scrapers==15.9.0 redis==6.4.0 requests==2.32.5 diff --git a/vue/package.json b/vue/package.json index fe755e976..045b6d6a2 100644 --- a/vue/package.json +++ b/vue/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@codemirror/autocomplete": "^6.18.6", + "@codemirror/autocomplete": "^6.19.0", "@codemirror/commands": "^6.8.1", "@codemirror/lang-markdown": "^6.3.4", "@codemirror/state": "^6.3.3", diff --git a/vue/yarn.lock b/vue/yarn.lock index 26f6adfe4..2e31ad611 100644 --- a/vue/yarn.lock +++ b/vue/yarn.lock @@ -1092,10 +1092,10 @@ "@babel/helper-string-parser" "^7.27.1" "@babel/helper-validator-identifier" "^7.27.1" -"@codemirror/autocomplete@^6.0.0", "@codemirror/autocomplete@^6.18.6", "@codemirror/autocomplete@^6.7.1": - version "6.18.6" - resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.18.6.tgz#de26e864a1ec8192a1b241eb86addbb612964ddb" - integrity sha512-PHHBXFomUs5DF+9tCOM/UoW6XQ4R44lLNNhRaW9PKPTU0D7lIjRg3ElxaJnTwsl/oHiR93WSXDBrekhoUGCPtg== +"@codemirror/autocomplete@^6.0.0", "@codemirror/autocomplete@^6.19.0", "@codemirror/autocomplete@^6.7.1": + version "6.19.0" + resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.19.0.tgz#4e6d6ddc9329ed387b2f7efd38febd3f6e2f63d8" + integrity sha512-61Hfv3cF07XvUxNeC3E7jhG8XNi1Yom1G0lRC936oLnlF+jrbrv8rc/J98XlYzcsAoTVupfsf5fLej1aI8kyIg== dependencies: "@codemirror/language" "^6.0.0" "@codemirror/state" "^6.0.0"