@eui/tools 4.21.13 → 4.21.16

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
- 4.21.13
1
+ 4.21.16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## 4.21.16 (2022-04-20)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * EUI-5854 Update Camunda Maven Template [EUI-5854](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-5854) ([3c1233db](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/3c1233db5b5d62defbfef2804398216c894762dc))
7
+ ##### Bug Fixes
8
+
9
+ * **typo:**
10
+ * EUI-5854 property missing parents [EUI-5854](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-5854) ([e9241580](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/e9241580849bfe194ce3dadf16d9da1b7bdbb443))
11
+
12
+ * * *
13
+ * * *
14
+ ## 4.21.15 (2022-04-20)
15
+
16
+ ##### Bug Fixes
17
+
18
+ * **deps:**
19
+ * updated moment and related for security patch - EUI-4106 [EUI-4106](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4106) ([cb4dd295](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/cb4dd295fa2dac0d77bcf428f98a7cf15c268f91))
20
+
21
+ * * *
22
+ * * *
23
+ ## 4.21.14 (2022-04-08)
24
+
25
+ ##### Chores
26
+
27
+ * **other:**
28
+ * adapted nodejs 10.x resolution force update-notifier 4.1.3 to avoid lru-cache - semver upgrade - EUI-4106 [EUI-4106](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4106) ([b39c05b4](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/b39c05b47e1f71429f749ccdef2d03ec36de1de2))
29
+
30
+ * * *
31
+ * * *
1
32
  ## 4.21.13 (2022-04-08)
2
33
 
3
34
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "4.21.13",
3
+ "version": "4.21.16",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -21,8 +21,8 @@
21
21
  "eol": "0.9.1",
22
22
  "rimraf": "3.0.2",
23
23
  "ncp": "2.0.0",
24
- "moment": "2.29.1",
25
- "moment-timezone": "0.5.33",
24
+ "moment": "2.29.3",
25
+ "moment-timezone": "0.5.34",
26
26
  "npm-run-all": "4.1.5",
27
27
  "figures": "3.2.0",
28
28
  "xml2js": "0.4.23",
@@ -3,5 +3,6 @@
3
3
  "https-proxy-agent": ">=2.2.3",
4
4
  "@types/node": "14.14.10",
5
5
  "mem": ">=4.3.0 <=8.1.1",
6
- "lru-cache": "5.1.1"
6
+ "lru-cache": "5.1.1",
7
+ "update-notifier": "4.1.3"
7
8
  }
@@ -44,6 +44,11 @@
44
44
  <username>@user.name@</username>
45
45
  <password>@user.password@</password>
46
46
  </server>
47
+ <server>
48
+ <id>camunda-bpm-shared-services</id>
49
+ <username>@user.name@</username>
50
+ <password>@user.password@</password>
51
+ </server>
47
52
  </servers>
48
53
 
49
54
  <mirrors>
@@ -146,6 +151,14 @@
146
151
  <releases><enabled>true</enabled></releases>
147
152
  </repository>
148
153
 
154
+ <repository>
155
+ <id>camunda-bpm-shared-services</id>
156
+ <name>Camunda BPM Shared Services</name>
157
+ <url>https://webgate.ec.europa.eu/CITnet/nexus/repository/camunda-shared-services/</url>
158
+ <releases><enabled>true</enabled></releases>
159
+ <snapshots><enabled>false</enabled></snapshots>
160
+ </repository>
161
+
149
162
  </repositories>
150
163
  </profile>
151
164
  </profiles>