@dotcom-tool-kit/backend-serverless-app 2.1.7 → 2.1.9

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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -50,6 +50,26 @@
50
50
  * @dotcom-tool-kit/secret-squirrel bumped from ^2.1.1 to ^2.1.2
51
51
  * @dotcom-tool-kit/serverless bumped from ^2.1.1 to ^2.1.2
52
52
 
53
+ ### Dependencies
54
+
55
+ * The following workspace dependencies were updated
56
+ * dependencies
57
+ * @dotcom-tool-kit/circleci-deploy bumped from ^3.2.4 to ^3.2.5
58
+ * @dotcom-tool-kit/node bumped from ^3.2.0 to ^3.2.1
59
+ * @dotcom-tool-kit/npm bumped from ^3.1.2 to ^3.1.3
60
+ * @dotcom-tool-kit/secret-squirrel bumped from ^2.1.2 to ^2.1.3
61
+ * @dotcom-tool-kit/serverless bumped from ^2.1.2 to ^2.1.3
62
+
63
+ ### Dependencies
64
+
65
+ * The following workspace dependencies were updated
66
+ * dependencies
67
+ * @dotcom-tool-kit/circleci-deploy bumped from ^3.2.5 to ^3.2.6
68
+ * @dotcom-tool-kit/node bumped from ^3.2.1 to ^3.3.0
69
+ * @dotcom-tool-kit/npm bumped from ^3.1.3 to ^3.1.4
70
+ * @dotcom-tool-kit/secret-squirrel bumped from ^2.1.3 to ^2.1.4
71
+ * @dotcom-tool-kit/serverless bumped from ^2.1.3 to ^2.2.0
72
+
53
73
  ## [2.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v2.0.0...backend-serverless-app-v2.1.0) (2023-04-28)
54
74
 
55
75
 
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/backend-serverless-app",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],
7
7
  "author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
8
8
  "license": "ISC",
9
9
  "dependencies": {
10
- "@dotcom-tool-kit/circleci-deploy": "^3.2.4",
10
+ "@dotcom-tool-kit/circleci-deploy": "^3.2.6",
11
11
  "@dotcom-tool-kit/husky-npm": "^4.1.0",
12
- "@dotcom-tool-kit/node": "^3.2.0",
13
- "@dotcom-tool-kit/npm": "^3.1.2",
14
- "@dotcom-tool-kit/secret-squirrel": "^2.1.2",
15
- "@dotcom-tool-kit/serverless": "^2.1.2"
12
+ "@dotcom-tool-kit/node": "^3.3.0",
13
+ "@dotcom-tool-kit/npm": "^3.1.4",
14
+ "@dotcom-tool-kit/secret-squirrel": "^2.1.4",
15
+ "@dotcom-tool-kit/serverless": "^2.2.0"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",