@dotcom-tool-kit/base 1.2.1 → 1.2.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -66,6 +66,39 @@
66
66
  * dependencies
67
67
  * @dotcom-tool-kit/logger bumped from ^4.1.1 to ^4.2.0
68
68
 
69
+ ## [1.2.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.2.2...base-v1.2.3) (2025-05-20)
70
+
71
+
72
+ ### Bug Fixes
73
+
74
+ * bump semver from 7.7.1 to 7.7.2 ([9f82a24](https://github.com/Financial-Times/dotcom-tool-kit/commit/9f82a24fca533d05ec0fad171ca2b72dc3d0fb96))
75
+ * bump winston from 3.14.2 to 3.17.0 ([c0bc4c7](https://github.com/Financial-Times/dotcom-tool-kit/commit/c0bc4c71af06ac26323c826f24896e735591ac1a))
76
+ * bump zod from 3.24.3 to 3.24.4 ([2059a64](https://github.com/Financial-Times/dotcom-tool-kit/commit/2059a64ff9ab1b246f5b4e6b5b66f465be596b9e))
77
+
78
+
79
+ ### Dependencies
80
+
81
+ * The following workspace dependencies were updated
82
+ * dependencies
83
+ * @dotcom-tool-kit/logger bumped from ^4.2.1 to ^4.2.2
84
+
85
+ ## [1.2.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.2.1...base-v1.2.2) (2025-05-06)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * bump zod from 3.24.2 to 3.24.3 ([21ecd2c](https://github.com/Financial-Times/dotcom-tool-kit/commit/21ecd2ccaf42f11a78e0b6f06f5ef2352aa91703))
91
+
92
+
93
+ ### Dependencies
94
+
95
+ * The following workspace dependencies were updated
96
+ * dependencies
97
+ * @dotcom-tool-kit/logger bumped from ^4.2.0 to ^4.2.1
98
+ * @dotcom-tool-kit/validated bumped from ^1.0.2 to ^1.0.3
99
+ * devDependencies
100
+ * @dotcom-tool-kit/config bumped from ^1.1.0 to ^1.1.1
101
+
69
102
  ## [1.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.10...base-v1.2.0) (2025-03-03)
70
103
 
71
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/base",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -11,19 +11,19 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "@dotcom-tool-kit/conflict": "^1.0.1",
14
- "@dotcom-tool-kit/logger": "^4.2.0",
15
- "@dotcom-tool-kit/validated": "^1.0.2",
16
- "semver": "^7.5.4",
17
- "winston": "^3.11.0"
14
+ "@dotcom-tool-kit/logger": "^4.2.2",
15
+ "@dotcom-tool-kit/validated": "^1.0.3",
16
+ "semver": "^7.7.2",
17
+ "winston": "^3.17.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@dotcom-tool-kit/config": "^1.1.0",
20
+ "@dotcom-tool-kit/config": "^1.1.1",
21
21
  "@dotcom-tool-kit/plugin": "^1.1.0",
22
- "type-fest": "^4.29.1",
23
- "winston": "^3.11.0",
24
- "zod": "^3.22.4"
22
+ "type-fest": "^4.41.0",
23
+ "winston": "^3.17.0",
24
+ "zod": "^3.24.4"
25
25
  },
26
26
  "peerDependencies": {
27
- "zod": "^3.22.4"
27
+ "zod": "^3.24.4"
28
28
  }
29
29
  }