@eui/tools 6.16.20 → 6.16.22

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.
@@ -1 +1 @@
1
- 6.16.20
1
+ 6.16.22
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.16.22 (2024-05-24)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * adapted resolutions and yarn.lock for v18 - EUI-9014 [EUI-9014](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-9014) ([e278b846](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/e278b8469fbc202e466ef13947e9318b87d9d11f))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.16.21 (2024-05-23)
11
+
12
+ ##### Bug Fixes
13
+
14
+ * **other:**
15
+ * wrong version envTarget fetch for rc releases app group - EUI-9014 [EUI-9014](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-9014) ([2276ad58](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/2276ad583cbe5c9ad43bc0f0b87744111229a3b8))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.16.20 (2024-05-17)
2
20
 
3
21
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.16.20",
3
+ "version": "6.16.22",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -16,7 +16,7 @@
16
16
  "chalk": "4.1.2",
17
17
  "fs-extra": "9.0.0",
18
18
  "replace-in-file": "4.1.3",
19
- "semver": "7.4.0",
19
+ "semver": "7.6.2",
20
20
  "cross-spawn": "6.0.5",
21
21
  "eol": "0.9.1",
22
22
  "rimraf": "3.0.2",
@@ -49,7 +49,7 @@
49
49
  "morgan": "1.10.0",
50
50
  "open": "8.4.2",
51
51
  "body-parser": "1.20.2",
52
- "express": "4.18.2",
52
+ "express": "4.19.2",
53
53
  "webpack-bundle-analyzer": "4.8.0"
54
54
  }
55
55
  }
@@ -1,2 +1,11 @@
1
1
  {
2
+ "js-yaml": ">=3.13.1",
3
+ "pdfjs-dist": ">=4.2.67",
4
+ "tar": ">=6.2.1",
5
+ "katex": ">=0.16.10",
6
+ "follow-redirects": ">=1.15.4",
7
+ "word-wrap": ">=1.2.4",
8
+ "postcss": ">=8.4.31",
9
+ "express": ">=4.19.2",
10
+ "semver": ">=7.5.2"
2
11
  }