@rushstack/webpack-embedded-dependencies-plugin
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.34.5" | ||
"packageVersion": "7.34.6" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/webpack-embedded-dependencies-plugin", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.57.0" | ||
"@rushstack/node-core-library": "3.58.0" | ||
}, | ||
@@ -30,6 +30,6 @@ "peerDependencies": { | ||
"memfs": "3.4.3", | ||
"@rushstack/webpack-plugin-utilities": "0.2.6", | ||
"@rushstack/webpack-plugin-utilities": "0.2.7", | ||
"@rushstack/eslint-config": "3.2.0", | ||
"@rushstack/heft": "0.50.2", | ||
"@rushstack/heft-node-rig": "1.12.8" | ||
"@rushstack/heft": "0.50.3", | ||
"@rushstack/heft-node-rig": "1.12.9" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
+ Added@rushstack/node-core-library@3.58.0(transitive)
- Removed@rushstack/node-core-library@3.57.0(transitive)