@eui/tools 6.3.7 → 6.3.9

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.3.7
1
+ 6.3.9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 6.3.9 (2023-02-01)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * remove forced resolution - karma issue for v10 builds - MWP-8812 [MWP-8812](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-8812) ([096055fb](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/096055fb12f25176e89c5abd8567c45c923bbe04))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.3.8 (2023-02-01)
11
+
12
+ ##### Chores
13
+
14
+ * **other:**
15
+ * updated v10 resolutions sync following yarn audit - MWP-8812 [MWP-8812](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-8812) ([9cbe42ac](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/9cbe42acbf42f55bf2c28276e8c131039b2f7a77))
16
+ ##### Bug Fixes
17
+
18
+ * **other:**
19
+ * updated 10.x resolutions - MWP-8812 [MWP-8812](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-8812) ([1b7afbab](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/1b7afbab120eefec74cf5bf12a31d93e64781d03))
20
+
21
+ * * *
22
+ * * *
1
23
  ## 6.3.7 (2023-02-01)
2
24
 
3
25
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.3.7",
3
+ "version": "6.3.9",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -0,0 +1,4 @@
1
+ {
2
+ "minimist": ">=1.2.6",
3
+ "xmlhttprequest-ssl": ">=1.6.1"
4
+ }