remove ncu because underscore is not anymore an issue (jspdf imported from npm)

This commit is contained in:
jfh
2020-09-20 00:15:48 +02:00
parent 6f86793c33
commit aeaa20408c
3 changed files with 26 additions and 22 deletions

View File

@@ -199,7 +199,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^21.0.0",
"eslint-plugin-unicorn": "^22.0.0",
"husky": "^4.3.0",
"imageoptim-cli": "^3.0.2",
"jamilih": "^0.53.2",
@@ -233,6 +233,6 @@
"stackblur-canvas": "^2.4.0",
"systemjs": "^6.6.1",
"typescript": "^4.0.3",
"underscore": "^1.10.2"
"underscore": "^1.11.0"
}
}