wingbot-mongodb
Advanced tools
Comparing version 2.22.0 to 2.22.1
{ | ||
"name": "wingbot-mongodb", | ||
"version": "2.22.0", | ||
"version": "2.22.1", | ||
"description": "MongoDB storage for wingbot.ai", | ||
@@ -30,3 +30,3 @@ "main": "src/main.js", | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -42,7 +42,7 @@ "bugs": { | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jsdoc": "^37.0.3", | ||
"eslint-plugin-jsdoc": "^39.6.4", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-mocha": "^9.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"jsdoc-to-markdown": "^7.1.1", | ||
"jsdoc-to-markdown": "^8.0.0", | ||
"jsdoc-tsimport-plugin": "^1.0.5", | ||
@@ -52,3 +52,3 @@ "mocha": "^9.2.2", | ||
"nyc": "^15.1.0", | ||
"wingbot": "^3.34.0" | ||
"wingbot": "^3.36.3" | ||
}, | ||
@@ -62,4 +62,4 @@ "peerDependencies": { | ||
"dependencies": { | ||
"jsonwebtoken": "^8.5.1" | ||
"jsonwebtoken": "^9.0.0" | ||
} | ||
} |
250447
- Removedjsonwebtoken@8.5.1(transitive)
- Removedsemver@5.7.2(transitive)
Updatedjsonwebtoken@^9.0.0