@eui/tools 6.10.5 → 6.11.1

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.10.5
1
+ 6.11.1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.11.1 (2023-04-16)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * adapted resolutions for 10.x init - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([6c289bb3](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/6c289bb39d8a39b9438f150a27dc79e70cfb8b95))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.11.0 (2023-04-15)
11
+
12
+ ##### New Features
13
+
14
+ * **other:**
15
+ * upgraded various dependencies - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([70266e8b](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/70266e8b2ade525192bf2047dc773c0e63c8ef97))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.10.5 (2023-04-15)
2
20
 
3
21
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.10.5",
3
+ "version": "6.11.1",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -16,40 +16,40 @@
16
16
  "chalk": "4.1.2",
17
17
  "fs-extra": "9.0.0",
18
18
  "replace-in-file": "4.1.3",
19
- "semver": "7.3.8",
19
+ "semver": "7.4.0",
20
20
  "cross-spawn": "6.0.5",
21
21
  "eol": "0.9.1",
22
22
  "rimraf": "3.0.2",
23
23
  "ncp": "2.0.0",
24
24
  "moment": "2.29.4",
25
- "moment-timezone": "0.5.40",
25
+ "moment-timezone": "0.5.43",
26
26
  "npm-run-all": "4.1.5",
27
27
  "figures": "3.2.0",
28
28
  "xml2js": "0.4.23",
29
- "https-proxy-agent": "2.2.3",
30
- "json-server": "0.16.3",
29
+ "https-proxy-agent": "5.0.1",
30
+ "json-server": "0.17.3",
31
31
  "faker": "5.5.3",
32
- "nodemon": "2.0.20",
32
+ "nodemon": "2.0.22",
33
33
  "lowdb": "1.0.0",
34
34
  "event-stream": "3.3.4",
35
35
  "empty-module": "0.0.2",
36
- "autoprefixer": "10.4.13",
37
- "sass": "1.58.0",
36
+ "autoprefixer": "10.4.14",
37
+ "sass": "1.62.0",
38
38
  "postcss": "8.4.21",
39
39
  "cssnano": "5.1.14",
40
40
  "extend": "3.0.2",
41
41
  "mocha": "10.2.0",
42
42
  "chai": "4.3.7",
43
43
  "nyc": "15.1.0",
44
- "node-fetch": "2.6.9",
44
+ "node-fetch": "3.3.1",
45
45
  "svg-sprite": "2.0.2",
46
46
  "imagemin": "7.0.1",
47
47
  "imagemin-svgo": "9.0.0",
48
48
  "concat": "1.0.3",
49
- "file-saver": "^2.0.5",
50
- "morgan": "^1.10.0",
51
- "open": "^8.4.0",
52
- "body-parser": "^1.20.1",
53
- "express": "^4.18.2"
49
+ "file-saver": "2.0.5",
50
+ "morgan": "1.10.0",
51
+ "open": "9.1.0",
52
+ "body-parser": "1.20.2",
53
+ "express": "4.18.2"
54
54
  }
55
55
  }
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "minimist": ">=1.2.6",
3
3
  "xmlhttprequest-ssl": ">=1.6.1",
4
- "caniuse-lite" : "1.0.30001450"
4
+ "caniuse-lite" : "1.0.30001450",
5
+ "@types/node": "14.14.10"
5
6
  }