@rushstack/webpack-embedded-dependencies-plugin 0.2.38 → 0.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack-embedded-dependencies-plugin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.39",
|
|
4
4
|
"description": "This plugin analyzes bundled dependencies from Node Modules for use with Component Governance and License Scanning.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "dist/webpack-embedded-dependencies-plugin.d.ts",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"webpack": "~5.82.1",
|
|
26
26
|
"memfs": "3.4.3",
|
|
27
|
-
"@rushstack/webpack-plugin-utilities": "0.4.
|
|
28
|
-
"@rushstack/heft": "0.66.
|
|
27
|
+
"@rushstack/webpack-plugin-utilities": "0.4.22",
|
|
28
|
+
"@rushstack/heft": "0.66.1",
|
|
29
29
|
"local-node-rig": "1.0.0"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|