Socket
Socket
Sign inDemoInstall

@lerna/package-graph

Package Overview
Dependencies
5
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.1.1

11

CHANGELOG.md

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

## [5.1.1](https://github.com/lerna/lerna/compare/v5.1.0...v5.1.1) (2022-06-09)
### Bug Fixes
* allow maintenance LTS node 14 engines starting at 14.15.0 ([#3161](https://github.com/lerna/lerna/issues/3161)) ([72305e4](https://github.com/lerna/lerna/commit/72305e4dbab607a2d87ae4efa6ee577c93a9dda9))
# [5.1.0](https://github.com/lerna/lerna/compare/v5.0.0...v5.1.0) (2022-06-07)

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

10

package.json
{
"name": "@lerna/package-graph",
"version": "5.1.0",
"version": "5.1.1",
"description": "Lerna's internal representation of a package graph",

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

"engines": {
"node": "^14.19.3 || >=16.0.0"
"node": "^14.15.0 || >=16.0.0"
},

@@ -36,4 +36,4 @@ "publishConfig": {

"dependencies": {
"@lerna/prerelease-id-from-version": "5.1.0",
"@lerna/validation-error": "5.1.0",
"@lerna/prerelease-id-from-version": "5.1.1",
"@lerna/validation-error": "5.1.1",
"npm-package-arg": "^8.1.0",

@@ -43,3 +43,3 @@ "npmlog": "^4.1.2",

},
"gitHead": "6b9c375e4210d2d97c75c465badbbe4334b6388f"
"gitHead": "eb7da8519069ad71793fa49c51133dc8df2fa806"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc