takomo 7.3.1 → 7.3.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.
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"ts-jest": "29.2.5",
|
|
83
83
|
"@jest/globals": "29.7.0",
|
|
84
|
-
"@aws-sdk/client-ec2": "3.
|
|
84
|
+
"@aws-sdk/client-ec2": "3.726.0",
|
|
85
85
|
"@commitlint/cli": "19.6.1",
|
|
86
86
|
"@commitlint/config-conventional": "19.6.0",
|
|
87
87
|
"@jest/console": "29.7.0",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"@types/yargs": "17.0.33",
|
|
103
103
|
"@types/ejs": "3.1.5",
|
|
104
104
|
"@types/lodash": "4.17.13",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
106
|
-
"@typescript-eslint/parser": "8.
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "8.19.1",
|
|
106
|
+
"@typescript-eslint/parser": "8.19.1",
|
|
107
107
|
"depcheck": "1.4.7",
|
|
108
108
|
"eslint": "9.17.0",
|
|
109
109
|
"eslint-config-prettier": "9.1.0",
|
|
@@ -119,22 +119,22 @@
|
|
|
119
119
|
"lint-staged": "15.3.0",
|
|
120
120
|
"ts-node": "10.9.2",
|
|
121
121
|
"typedoc": "0.27.6",
|
|
122
|
-
"typescript": "5.7.
|
|
123
|
-
"semantic-release": "24.2.
|
|
122
|
+
"typescript": "5.7.3",
|
|
123
|
+
"semantic-release": "24.2.1",
|
|
124
124
|
"npm-check-updates": "17.1.13"
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"@aws-sdk/client-cloudformation": "3.
|
|
128
|
-
"@aws-sdk/client-cloudtrail": "3.
|
|
129
|
-
"@aws-sdk/client-organizations": "3.
|
|
130
|
-
"@aws-sdk/client-s3": "3.
|
|
131
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
132
|
-
"@aws-sdk/client-ssm": "3.
|
|
133
|
-
"@aws-sdk/client-sts": "3.
|
|
134
|
-
"@aws-sdk/credential-providers": "3.
|
|
127
|
+
"@aws-sdk/client-cloudformation": "3.726.0",
|
|
128
|
+
"@aws-sdk/client-cloudtrail": "3.726.0",
|
|
129
|
+
"@aws-sdk/client-organizations": "3.726.0",
|
|
130
|
+
"@aws-sdk/client-s3": "3.726.0",
|
|
131
|
+
"@aws-sdk/client-secrets-manager": "3.726.0",
|
|
132
|
+
"@aws-sdk/client-ssm": "3.726.0",
|
|
133
|
+
"@aws-sdk/client-sts": "3.726.0",
|
|
134
|
+
"@aws-sdk/credential-providers": "3.726.0",
|
|
135
135
|
"@smithy/middleware-retry": "2.3.1",
|
|
136
136
|
"@smithy/node-http-handler": "2.5.0",
|
|
137
|
-
"@aws-sdk/types": "3.
|
|
137
|
+
"@aws-sdk/types": "3.723.0",
|
|
138
138
|
"chalk": "5.4.1",
|
|
139
139
|
"cockatiel": "3.2.1",
|
|
140
140
|
"date-and-time": "3.6.0",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"dotenv": "16.4.7",
|
|
143
143
|
"dotenv-expand": "12.0.1",
|
|
144
144
|
"easy-table": "1.2.0",
|
|
145
|
-
"folder-hash": "4.
|
|
145
|
+
"folder-hash": "4.1.1",
|
|
146
146
|
"handlebars": "4.7.8",
|
|
147
147
|
"@inquirer/prompts": "7.2.1",
|
|
148
148
|
"jmespath": "0.16.0",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"semver": "7.6.3",
|
|
158
158
|
"source-map-support": "0.5.21",
|
|
159
159
|
"ts-dedent": "2.2.0",
|
|
160
|
-
"uuid": "11.0.
|
|
160
|
+
"uuid": "11.0.5",
|
|
161
161
|
"yargs": "17.7.2",
|
|
162
162
|
"esbuild": "0.24.2",
|
|
163
163
|
"ejs": "3.1.10",
|