takomo 6.4.1 → 6.4.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 (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "takomo",
3
- "version": "6.4.1",
3
+ "version": "6.4.2",
4
4
  "description": "Organize, configure and deploy CloudFormation stacks.",
5
5
  "keywords": [
6
6
  "aws",
@@ -78,11 +78,11 @@
78
78
  }
79
79
  },
80
80
  "devDependencies": {
81
- "ts-jest": "29.1.1",
81
+ "ts-jest": "29.1.2",
82
82
  "@jest/globals": "29.7.0",
83
- "@aws-sdk/client-ec2": "3.481.0",
84
- "@commitlint/cli": "18.4.3",
85
- "@commitlint/config-conventional": "18.4.3",
83
+ "@aws-sdk/client-ec2": "3.499.0",
84
+ "@commitlint/cli": "18.5.0",
85
+ "@commitlint/config-conventional": "18.5.0",
86
86
  "@jest/console": "29.7.0",
87
87
  "@takomo/test-custom-helper-lowercase": "0.0.1",
88
88
  "@takomo/test-custom-helper-uppercase": "0.0.1",
@@ -119,28 +119,28 @@
119
119
  "prettier-plugin-organize-imports": "3.2.4",
120
120
  "lint-staged": "15.2.0",
121
121
  "ts-node": "10.9.2",
122
- "typedoc": "0.25.4",
122
+ "typedoc": "0.25.7",
123
123
  "typescript": "5.3.3",
124
124
  "semantic-release": "22.0.12",
125
125
  "npm-check-updates": "16.14.12"
126
126
  },
127
127
  "dependencies": {
128
- "@aws-sdk/client-cloudformation": "3.481.0",
129
- "@aws-sdk/client-cloudtrail": "3.481.0",
130
- "@aws-sdk/client-organizations": "3.481.0",
131
- "@aws-sdk/client-s3": "3.481.0",
132
- "@aws-sdk/client-secrets-manager": "3.481.0",
133
- "@aws-sdk/client-ssm": "3.481.0",
134
- "@aws-sdk/client-sts": "3.481.0",
135
- "@aws-sdk/credential-providers": "3.481.0",
136
- "@smithy/middleware-retry": "2.0.25",
137
- "@smithy/node-http-handler": "2.2.1",
138
- "@aws-sdk/types": "3.468.0",
128
+ "@aws-sdk/client-cloudformation": "3.499.0",
129
+ "@aws-sdk/client-cloudtrail": "3.499.0",
130
+ "@aws-sdk/client-organizations": "3.499.0",
131
+ "@aws-sdk/client-s3": "3.499.0",
132
+ "@aws-sdk/client-secrets-manager": "3.499.0",
133
+ "@aws-sdk/client-ssm": "3.499.0",
134
+ "@aws-sdk/client-sts": "3.499.0",
135
+ "@aws-sdk/credential-providers": "3.499.0",
136
+ "@smithy/middleware-retry": "2.1.1",
137
+ "@smithy/node-http-handler": "2.3.1",
138
+ "@aws-sdk/types": "3.496.0",
139
139
  "chalk": "5.3.0",
140
140
  "cockatiel": "3.1.2",
141
- "date-and-time": "3.0.3",
141
+ "date-and-time": "3.1.1",
142
142
  "diff": "5.1.0",
143
- "dotenv": "16.3.1",
143
+ "dotenv": "16.4.1",
144
144
  "dotenv-expand": "10.0.0",
145
145
  "easy-table": "1.2.0",
146
146
  "folder-hash": "4.0.4",
@@ -150,7 +150,7 @@
150
150
  "jmespath": "0.16.0",
151
151
  "joi": "17.11.0",
152
152
  "js-yaml": "4.1.0",
153
- "json-stable-stringify": "1.1.0",
153
+ "json-stable-stringify": "1.1.1",
154
154
  "lodash.merge": "4.6.2",
155
155
  "lodash.takerightwhile": "4.6.0",
156
156
  "neverthrow": "6.1.0",
@@ -163,7 +163,7 @@
163
163
  "ts-dedent": "2.2.0",
164
164
  "uuid": "9.0.1",
165
165
  "yargs": "17.7.2",
166
- "esbuild": "0.19.10",
166
+ "esbuild": "0.19.12",
167
167
  "ejs": "3.1.9"
168
168
  }
169
169
  }