Fix minor Vue and sanitize errors

This commit is contained in:
Ciarán Ainsworth 2021-05-03 08:14:13 +00:00
commit 26f8f7db9f
7 changed files with 97 additions and 45 deletions

View file

@ -15,7 +15,7 @@
"postinstall": "yarn run fix-fomantic-css"
},
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.21.1",
"axios-auth-refresh": "^2.2.6",
"core-js": "^3.6.4",
"diff": "^4.0.1",
@ -24,11 +24,11 @@
"fomantic-ui-css": "^2.8.3",
"howler": "^2.2.1",
"js-logger": "^1.4.1",
"lodash": "^4.17.10",
"lodash": "^4.17.21",
"moment": "^2.22.2",
"qs": "^6.7.0",
"register-service-worker": "^1.6.2",
"sanitize-html": "^1.20.1",
"sanitize-html": "^2.3.3",
"sass": "^1.26.5",
"showdown": "^1.8.6",
"text-clipper": "^1.3.0",