diff --git a/cookbook/templatetags/custom_tags.py b/cookbook/templatetags/custom_tags.py
index b6d331cd6..a56c7b974 100644
--- a/cookbook/templatetags/custom_tags.py
+++ b/cookbook/templatetags/custom_tags.py
@@ -64,7 +64,7 @@ def recipe_rating(recipe, user):
rating_stars = rating_stars + ''
if rating['rating__avg'] % 1 >= 0.5:
- rating_stars = rating_stars + '' # noqa: E501
+ rating_stars = rating_stars + ''
rating_stars += ''
diff --git a/vue/package.json b/vue/package.json
index 2510c5a22..573af9a72 100644
--- a/vue/package.json
+++ b/vue/package.json
@@ -40,7 +40,7 @@
"eslint-plugin-vue": "^7.10.0",
"typescript": "~4.3.2",
"vue-cli-plugin-i18n": "^2.1.1",
- "webpack-bundle-tracker": "1.0.0",
+ "webpack-bundle-tracker": "1.1.0",
"workbox-expiration": "^6.0.2",
"workbox-navigation-preload": "^6.0.2",
"workbox-precaching": "^6.0.2",
diff --git a/vue/src/components/RecipeCard.vue b/vue/src/components/RecipeCard.vue
index 82136f17e..5cdccf149 100644
--- a/vue/src/components/RecipeCard.vue
+++ b/vue/src/components/RecipeCard.vue
@@ -12,13 +12,13 @@
-
-
+
-
+
{{ recipe.description }}
diff --git a/vue/yarn.lock b/vue/yarn.lock
index 3256f34cc..b6302654b 100644
--- a/vue/yarn.lock
+++ b/vue/yarn.lock
@@ -1181,25 +1181,6 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
-"@types/lodash.foreach@^4.5.6":
- version "4.5.6"
- resolved "https://registry.yarnpkg.com/@types/lodash.foreach/-/lodash.foreach-4.5.6.tgz#24735299139a739e436ab4fb8a6a31ca3d54bbb3"
- integrity sha512-A8+157A+27zwJSstmW/eWPc9lHLJNEer4jiMlsyxWieBxEx0arwB9vgQm+iai6DEDYYQuufHrzVhQOiapCalQQ==
- dependencies:
- "@types/lodash" "*"
-
-"@types/lodash.get@^4.4.6":
- version "4.4.6"
- resolved "https://registry.yarnpkg.com/@types/lodash.get/-/lodash.get-4.4.6.tgz#0c7ac56243dae0f9f09ab6f75b29471e2e777240"
- integrity sha512-E6zzjR3GtNig8UJG/yodBeJeIOtgPkMgsLjDU3CbgCAPC++vJ0eCMnJhVpRZb/ENqEFlov1+3K9TKtY4UdWKtQ==
- dependencies:
- "@types/lodash" "*"
-
-"@types/lodash@*":
- version "4.14.170"
- resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6"
- integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==
-
"@types/mime@^1":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
@@ -9462,17 +9443,16 @@ webpack-bundle-analyzer@^3.8.0:
opener "^1.5.1"
ws "^6.0.0"
-webpack-bundle-tracker@1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/webpack-bundle-tracker/-/webpack-bundle-tracker-1.0.0.tgz#46428b91d106c3729b7211474cd888b62c8ca4ba"
- integrity sha512-uO787xNxxq2+D+P4FPsnX7D+yDY4qmjopenkxxq2kT6e4QjMe2uPJ6R03mv9KT74YkWKKt/gBC+x+ZFGjb2URQ==
+webpack-bundle-tracker@1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/webpack-bundle-tracker/-/webpack-bundle-tracker-1.1.0.tgz#87c6f2cc89f09337bcc19127a0976a1a8682c5d2"
+ integrity sha512-cw8HSS/Pgim3wWoaYDbxHlYJ78W/tKJCJWxrWhJ7UsSOQLavzGSUlG5VJsdkbREzwmZcC9F2Gran492kSdkTDQ==
dependencies:
- "@types/lodash.foreach" "^4.5.6"
- "@types/lodash.get" "^4.4.6"
lodash.assign "^4.2.0"
lodash.defaults "^4.2.0"
lodash.foreach "^4.5.0"
lodash.get "^4.4.2"
+ lodash.merge "^4.6.2"
strip-ansi "^6.0.0"
webpack-chain@^6.4.0: