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

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 +3 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.0.0-lts5
2
+ - Locked node-releases library as next 2.45 version is required NodeJs 18.
3
+
1
4
  ## 5.0.0-lts4
2
5
  - Updated underscore library
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oroinc/oro-webpack-config-builder",
3
- "version": "5.0.0-lts4",
3
+ "version": "5.0.0-lts5",
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.",
@@ -46,6 +46,7 @@
46
46
  "wildcard": "~2.0.0"
47
47
  },
48
48
  "overrides": {
49
- "immutable": "^5.1.5"
49
+ "immutable": "^5.1.5",
50
+ "node-releases": "<=2.0.44"
50
51
  }
51
52
  }