@dotcom-tool-kit/backend-serverless-app 2.1.5 → 2.1.6

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -34,6 +34,12 @@
34
34
  * dependencies
35
35
  * @dotcom-tool-kit/circleci-deploy bumped from ^3.2.1 to ^3.2.2
36
36
 
37
+ ### Dependencies
38
+
39
+ * The following workspace dependencies were updated
40
+ * dependencies
41
+ * @dotcom-tool-kit/circleci-deploy bumped from ^3.2.2 to ^3.2.3
42
+
37
43
  ## [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)
38
44
 
39
45
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/backend-serverless-app",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
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.2",
10
+ "@dotcom-tool-kit/circleci-deploy": "^3.2.3",
11
11
  "@dotcom-tool-kit/husky-npm": "^4.1.0",
12
12
  "@dotcom-tool-kit/node": "^3.1.1",
13
13
  "@dotcom-tool-kit/npm": "^3.1.1",