@oroinc/oro-webpack-config-builder 5.0.0-lts3 → 5.0.0-lts4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+ ## 5.0.0-lts4
2
+ - Updated underscore library
3
+
4
+ ## 5.0.0-lts3
5
+ * **Security Fix:** Patched a high-severity vulnerability in the nested `immutable` package (GHSA-wf6x-7x77-mvgw).
6
+ Added npm `"overrides"` for `immutable@^5.1.5`. This updates the package deep inside `sass-loader` without breaking our current Node 16 environment.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oroinc/oro-webpack-config-builder",
3
- "version": "5.0.0-lts3",
3
+ "version": "5.0.0-lts4",
4
4
  "author": "Oro, Inc (https://www.oroinc.com)",
5
5
  "license": "MIT",
6
6
  "description": "An integration of OroPlatform based applications with the Webpack.",
@@ -36,7 +36,7 @@
36
36
  "style-loader": "~3.3.1",
37
37
  "terser": "~5.17.1",
38
38
  "text-loader": "0.0.1",
39
- "underscore": "1.13.*",
39
+ "underscore": "^1.13.8",
40
40
  "url-loader": "~4.1.1",
41
41
  "webpack": "~5.80.0",
42
42
  "webpack-bundle-analyzer": "~4.8.0",