Merge branch 'master' of github.com:Lissy93/dashy into snyk-upgrade-adfb0783bfec9e15e9d969b71ebd52a9

This commit is contained in:
Alicia Sykes
2021-08-11 21:56:47 +01:00
42 changed files with 655 additions and 210 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.5.4",
"version": "1.5.8",
"license": "MIT",
"main": "server",
"scripts": {
@@ -22,7 +22,6 @@
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"crypto-js": "^4.0.0",
"highlight.js": "^11.0.0",
"js-yaml": "^4.1.0",
"npm-run-all": "^4.1.5",
"prismjs": "^1.24.1",
@@ -75,6 +74,7 @@
],
"rules": {
"import/no-unresolved": "off",
"import/extensions": "off",
"arrow-parens": 0,
"no-else-return": 0
},