Skip to content

Commit db7371d

Browse files
committed
chore(deps): force latest version & audit fix
1 parent c441aba commit db7371d

File tree

2 files changed

+143
-63
lines changed

2 files changed

+143
-63
lines changed

package-lock.json

+134-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"csv-to-array": "^1.0.2",
8181
"cz-conventional-changelog": "^3.2.0",
8282
"doxdox": "^3.0.0",
83-
"eslint": "^7.1.0",
83+
"eslint": "^7.2.0",
8484
"eslint-config-airbnb-base": "^14.1.0",
8585
"eslint-config-prettier": "^6.11.0",
86-
"eslint-plugin-import": "^2.20.2",
86+
"eslint-plugin-import": "^2.21.1",
8787
"eslint-plugin-jsdoc": "^27.0.4",
8888
"eslint-plugin-mocha": "^7.0.1",
8989
"eslint-plugin-prettier": "^3.1.3",
@@ -93,24 +93,24 @@
9393
"lint-staged": "^10.2.9",
9494
"lodash.template": "^4.5.0",
9595
"mocha": "^7.2.0",
96-
"mongoose": ">=5.9.17",
96+
"mongoose": ">=5.9.18",
9797
"npm-check-updates": "^6.0.1",
9898
"nyc": "^15.1.0",
9999
"prettier": "^2.0.5",
100100
"rimraf": "^3.0.2",
101-
"rollup": "^2.13.1",
101+
"rollup": "^2.15.0",
102102
"shelljs": "^0.8.4"
103103
},
104104
"peerDependencies": {
105-
"mongoose": ">=5.9.17"
105+
"mongoose": ">=5.9.18"
106106
},
107107
"dependencies": {
108108
"@codetanzania/emis-stakeholder": ">=2.8.0",
109-
"@codetanzania/ewea-common": ">=0.19.0",
109+
"@codetanzania/ewea-common": ">=0.20.0",
110110
"@codetanzania/ewea-event": ">=0.11.0",
111-
"@codetanzania/ewea-internals": ">=0.20.0",
112-
"@lykmapipo/common": ">=0.34.2",
113-
"@lykmapipo/env": ">=0.17.7",
111+
"@codetanzania/ewea-internals": ">=0.21.0",
112+
"@lykmapipo/common": ">=0.34.3",
113+
"@lykmapipo/env": ">=0.17.8",
114114
"@lykmapipo/express-common": ">=0.18.5",
115115
"@lykmapipo/express-rest-actions": ">=0.8.17",
116116
"@lykmapipo/file": ">=0.1.26",

0 commit comments

Comments
 (0)