@dotcom-tool-kit/base 1.2.2 → 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 +16 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -66,6 +66,22 @@
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
+
69
85
  ## [1.2.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.2.1...base-v1.2.2) (2025-05-06)
70
86
 
71
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/base",
3
- "version": "1.2.2",
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.1",
14
+ "@dotcom-tool-kit/logger": "^4.2.2",
15
15
  "@dotcom-tool-kit/validated": "^1.0.3",
16
- "semver": "^7.5.4",
17
- "winston": "^3.11.0"
16
+ "semver": "^7.7.2",
17
+ "winston": "^3.17.0"
18
18
  },
19
19
  "devDependencies": {
20
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.24.3"
22
+ "type-fest": "^4.41.0",
23
+ "winston": "^3.17.0",
24
+ "zod": "^3.24.4"
25
25
  },
26
26
  "peerDependencies": {
27
- "zod": "^3.24.3"
27
+ "zod": "^3.24.4"
28
28
  }
29
29
  }