🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@lerna/version

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/version - npm Package Compare versions

Comparing version

to
5.1.3

@@ -6,2 +6,13 @@ # Change Log

## [5.1.3](https://github.com/lerna/lerna/compare/v5.1.2...v5.1.3) (2022-06-15)
### Bug Fixes
* properly update lockfile v2 ([#3091](https://github.com/lerna/lerna/issues/3091)) ([1e07a88](https://github.com/lerna/lerna/commit/1e07a88d42335c950f09fe4f511da9d939cbb9bd))
## [5.1.2](https://github.com/lerna/lerna/compare/v5.1.1...v5.1.2) (2022-06-13)

@@ -8,0 +19,0 @@

@@ -19,2 +19,6 @@ "use strict";

if (obj.packages && obj.packages[""]) {
obj.packages[""].version = pkg.version;
}
return writeJsonFile(lockfilePath, obj, {

@@ -21,0 +25,0 @@ detectIndent: true,

{
"name": "@lerna/version",
"version": "5.1.2",
"version": "5.1.3",
"description": "Bump version of packages changed since the last release",

@@ -9,3 +9,3 @@ "keywords": [

],
"homepage": "https://github.com/lerna/lerna/tree/master/commands/version#readme",
"homepage": "https://lerna.js.org",
"license": "MIT",

@@ -38,16 +38,16 @@ "author": {

"dependencies": {
"@lerna/check-working-tree": "5.1.2",
"@lerna/child-process": "5.1.1",
"@lerna/collect-updates": "5.1.2",
"@lerna/command": "5.1.2",
"@lerna/conventional-commits": "5.1.2",
"@lerna/github-client": "5.1.2",
"@lerna/gitlab-client": "5.1.2",
"@lerna/output": "5.1.2",
"@lerna/prerelease-id-from-version": "5.1.1",
"@lerna/prompt": "5.1.2",
"@lerna/run-lifecycle": "5.1.2",
"@lerna/run-topologically": "5.1.2",
"@lerna/temp-write": "5.1.0",
"@lerna/validation-error": "5.1.2",
"@lerna/check-working-tree": "5.1.3",
"@lerna/child-process": "5.1.3",
"@lerna/collect-updates": "5.1.3",
"@lerna/command": "5.1.3",
"@lerna/conventional-commits": "5.1.3",
"@lerna/github-client": "5.1.3",
"@lerna/gitlab-client": "5.1.3",
"@lerna/output": "5.1.3",
"@lerna/prerelease-id-from-version": "5.1.3",
"@lerna/prompt": "5.1.3",
"@lerna/run-lifecycle": "5.1.3",
"@lerna/run-topologically": "5.1.3",
"@lerna/temp-write": "5.1.3",
"@lerna/validation-error": "5.1.3",
"chalk": "^4.1.0",

@@ -66,3 +66,3 @@ "dedent": "^0.7.0",

},
"gitHead": "45ff3464ddb74a987f7c6b0c7af070fab67d3816"
"gitHead": "5a73603cf629ce0d5b71cf4cf703ccd82cf375db"
}