app-migrations
Advanced tools
Comparing version 0.0.0-next-a005ee4428ffd61a00127102fa0c29212a52fc83 to 0.0.0-next-a163d3eea7baaadc9ff00f56212f6befadf68cc1
{ | ||
"name": "app-migrations", | ||
"description": "Helper for application schema migrations.", | ||
"version": "0.0.0-next-a005ee4428ffd61a00127102fa0c29212a52fc83", | ||
"description": "Helper for application schema migrations", | ||
"version": "0.0.0-next-a163d3eea7baaadc9ff00f56212f6befadf68cc1", | ||
"scripts": { | ||
@@ -25,6 +25,6 @@ "check": "npm run lint && npm run depcheck", | ||
"dependencies": { | ||
"@mongodb-js/compass-logging": "0.0.0-next-a005ee4428ffd61a00127102fa0c29212a52fc83", | ||
"async": "^3.2.0", | ||
"@mongodb-js/compass-logging": "0.0.0-next-a163d3eea7baaadc9ff00f56212f6befadf68cc1", | ||
"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": "a005ee4428ffd61a00127102fa0c29212a52fc83" | ||
"gitHead": "a163d3eea7baaadc9ff00f56212f6befadf68cc1" | ||
} |
36556
+ Added@mongodb-js/compass-logging@0.0.0-next-a163d3eea7baaadc9ff00f56212f6befadf68cc1(transitive)
+ Addedlodash@4.17.21(transitive)
- Removed@mongodb-js/compass-logging@0.0.0-next-a005ee4428ffd61a00127102fa0c29212a52fc83(transitive)
- Removedlodash@4.17.15(transitive)
Updated@mongodb-js/compass-logging@0.0.0-next-a163d3eea7baaadc9ff00f56212f6befadf68cc1
Updatedasync@^3.2.2
Updatedlodash@^4.17.21