@eui/tools 6.21.87 → 6.21.89

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.21.87
1
+ 6.21.89
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.21.89 (2025-07-02)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * forced resolution to minimatch 3.1.2 for v15 v16 v17 - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([3f057d38](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/3f057d38aac678c79145c41c7c695164d298146d))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.21.88 (2025-06-12)
11
+
12
+ ##### Chores
13
+
14
+ * **other:**
15
+ * updated eclaptop resolutions to 0.25.4 - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([abeba178](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/abeba178a37d1cb214fcd7fa041ac9705c277b4b))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.21.87 (2025-06-11)
2
20
 
3
21
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.87",
3
+ "version": "6.21.89",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -5,5 +5,6 @@
5
5
  "socket.io": ">=4.7.2",
6
6
  "crypto-js": ">=4.2.0",
7
7
  "@babel/traverse": ">=7.23.2",
8
- "undici": "6.21.3"
8
+ "undici": "6.21.3",
9
+ "minimatch": "3.1.2"
9
10
  }
@@ -4,5 +4,6 @@
4
4
  "semver": ">=6.3.1",
5
5
  "crypto-js": ">=4.2.0",
6
6
  "@babel/traverse": ">=7.23.2",
7
- "undici": "6.21.3"
7
+ "undici": "6.21.3",
8
+ "minimatch": "3.1.2"
8
9
  }
@@ -4,5 +4,6 @@
4
4
  "semver": ">=6.3.1",
5
5
  "crypto-js": ">=4.2.0",
6
6
  "@babel/traverse": ">=7.23.2",
7
- "undici": "6.21.3"
7
+ "undici": "6.21.3",
8
+ "minimatch": "3.1.2"
8
9
  }
@@ -9,6 +9,6 @@
9
9
  "semver": ">=7.5.2",
10
10
  "express": "4.21.2",
11
11
  "path-to-regexp": "1.9.0",
12
- "**/esbuild": "0.25.1",
13
- "**/@esbuild/win32-x64": "0.25.1"
12
+ "**/esbuild": "0.25.4",
13
+ "**/@esbuild/win32-x64": "0.25.4"
14
14
  }