@eui/tools 6.16.21 → 6.16.23
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/.version.properties +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +3 -3
- package/scripts/csdr/init/resources/15.x/resolutions.json +2 -1
- package/scripts/csdr/init/resources/18.x/resolutions.json +9 -0
- package/scripts/csdr/init/resources/18.x/yarn.lock +2341 -475
- package/scripts/csdr/init/resources/18.x/yarn.lock.old +4729 -3614
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.16.
|
|
1
|
+
6.16.23
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.16.23 (2024-06-05)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* adapted v15 resolutions babel/traverse generating critical vulnerabilities - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([5b97adfa](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/5b97adfa985e11b81f51d9327b129d999b3a8355))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.16.22 (2024-05-24)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* 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))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.16.21 (2024-05-23)
|
|
2
20
|
|
|
3
21
|
##### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/tools",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.23",
|
|
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.
|
|
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.
|
|
52
|
+
"express": "4.19.2",
|
|
53
53
|
"webpack-bundle-analyzer": "4.8.0"
|
|
54
54
|
}
|
|
55
55
|
}
|