@dotcom-tool-kit/base 1.2.1 → 1.2.2

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 +17 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -66,6 +66,23 @@
66
66
  * dependencies
67
67
  * @dotcom-tool-kit/logger bumped from ^4.1.1 to ^4.2.0
68
68
 
69
+ ## [1.2.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.2.1...base-v1.2.2) (2025-05-06)
70
+
71
+
72
+ ### Bug Fixes
73
+
74
+ * bump zod from 3.24.2 to 3.24.3 ([21ecd2c](https://github.com/Financial-Times/dotcom-tool-kit/commit/21ecd2ccaf42f11a78e0b6f06f5ef2352aa91703))
75
+
76
+
77
+ ### Dependencies
78
+
79
+ * The following workspace dependencies were updated
80
+ * dependencies
81
+ * @dotcom-tool-kit/logger bumped from ^4.2.0 to ^4.2.1
82
+ * @dotcom-tool-kit/validated bumped from ^1.0.2 to ^1.0.3
83
+ * devDependencies
84
+ * @dotcom-tool-kit/config bumped from ^1.1.0 to ^1.1.1
85
+
69
86
  ## [1.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.10...base-v1.2.0) (2025-03-03)
70
87
 
71
88
 
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.2",
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",
14
+ "@dotcom-tool-kit/logger": "^4.2.1",
15
+ "@dotcom-tool-kit/validated": "^1.0.3",
16
16
  "semver": "^7.5.4",
17
17
  "winston": "^3.11.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
22
  "type-fest": "^4.29.1",
23
23
  "winston": "^3.11.0",
24
- "zod": "^3.22.4"
24
+ "zod": "^3.24.3"
25
25
  },
26
26
  "peerDependencies": {
27
- "zod": "^3.22.4"
27
+ "zod": "^3.24.3"
28
28
  }
29
29
  }