@rushstack/webpack-embedded-dependencies-plugin
Advanced tools
Comparing version 0.1.14 to 0.1.15
{ | ||
"name": "@rushstack/webpack-embedded-dependencies-plugin", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"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.59.2" | ||
"@rushstack/node-core-library": "3.59.3" | ||
}, | ||
@@ -30,6 +30,6 @@ "peerDependencies": { | ||
"memfs": "3.4.3", | ||
"@rushstack/webpack-plugin-utilities": "0.2.14", | ||
"@rushstack/eslint-config": "3.3.0", | ||
"@rushstack/heft": "0.51.0", | ||
"@rushstack/heft-node-rig": "2.1.0" | ||
"@rushstack/webpack-plugin-utilities": "0.2.15", | ||
"@rushstack/eslint-config": "3.3.1", | ||
"@rushstack/heft": "0.52.0", | ||
"@rushstack/heft-node-rig": "2.2.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
+ Added@rushstack/node-core-library@3.59.3(transitive)
- Removed@rushstack/node-core-library@3.59.2(transitive)