app-migrations
Advanced tools
Comparing version 0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c to 0.0.0-next-c2ee6dc98a012b4f4494e197ec69ca57d395b8fa
{ | ||
"name": "app-migrations", | ||
"description": "Helper for application schema migrations.", | ||
"version": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c", | ||
"description": "Helper for application schema migrations", | ||
"version": "0.0.0-next-c2ee6dc98a012b4f4494e197ec69ca57d395b8fa", | ||
"scripts": { | ||
@@ -25,6 +25,6 @@ "check": "npm run lint && npm run depcheck", | ||
"dependencies": { | ||
"@mongodb-js/compass-logging": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c", | ||
"async": "^3.2.0", | ||
"@mongodb-js/compass-logging": "0.0.0-next-c2ee6dc98a012b4f4494e197ec69ca57d395b8fa", | ||
"async": "^3.2.2", | ||
"debug": "^4.2.0", | ||
"lodash": "4.17.15", | ||
"lodash": "^4.17.21", | ||
"semver": "^7.1.1" | ||
@@ -36,6 +36,6 @@ }, | ||
"eslint-config-mongodb-js": "^5.0.3", | ||
"mocha": "^7.0.0" | ||
"mocha": "^10.2.0" | ||
}, | ||
"license": "SSPL", | ||
"gitHead": "c12720c09369b6620405de027fa85d469db43e9c" | ||
"gitHead": "c2ee6dc98a012b4f4494e197ec69ca57d395b8fa" | ||
} |
36556
+ Added@mongodb-js/compass-logging@0.0.0-next-c2ee6dc98a012b4f4494e197ec69ca57d395b8fa(transitive)
+ Addedlodash@4.17.21(transitive)
- Removed@mongodb-js/compass-logging@0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c(transitive)
- Removedlodash@4.17.15(transitive)
Updated@mongodb-js/compass-logging@0.0.0-next-c2ee6dc98a012b4f4494e197ec69ca57d395b8fa
Updatedasync@^3.2.2
Updatedlodash@^4.17.21