takomo 8.0.1 → 8.0.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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"ts-jest": "29.4.1",
|
|
84
84
|
"@jest/globals": "30.0.5",
|
|
85
|
-
"@aws-sdk/client-ec2": "3.
|
|
85
|
+
"@aws-sdk/client-ec2": "3.868.0",
|
|
86
86
|
"@commitlint/cli": "19.8.1",
|
|
87
87
|
"@commitlint/config-conventional": "19.8.1",
|
|
88
88
|
"@jest/console": "30.0.5",
|
|
@@ -101,13 +101,13 @@
|
|
|
101
101
|
"@types/yargs": "17.0.33",
|
|
102
102
|
"@types/ejs": "3.1.5",
|
|
103
103
|
"@types/lodash": "4.17.20",
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
105
|
-
"@typescript-eslint/parser": "8.
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "8.40.0",
|
|
105
|
+
"@typescript-eslint/parser": "8.40.0",
|
|
106
106
|
"depcheck": "1.4.7",
|
|
107
|
-
"eslint": "9.
|
|
107
|
+
"eslint": "9.33.0",
|
|
108
108
|
"eslint-config-prettier": "10.1.8",
|
|
109
|
-
"eslint-plugin-prettier": "5.5.
|
|
110
|
-
"@eslint/js": "9.
|
|
109
|
+
"eslint-plugin-prettier": "5.5.4",
|
|
110
|
+
"@eslint/js": "9.33.0",
|
|
111
111
|
"@eslint/eslintrc": "3.3.1",
|
|
112
112
|
"husky": "9.1.7",
|
|
113
113
|
"jest": "30.0.5",
|
|
@@ -115,35 +115,35 @@
|
|
|
115
115
|
"jest-mock-extended": "4.0.0",
|
|
116
116
|
"prettier": "3.6.2",
|
|
117
117
|
"prettier-plugin-organize-imports": "4.2.0",
|
|
118
|
-
"lint-staged": "16.1.
|
|
118
|
+
"lint-staged": "16.1.5",
|
|
119
119
|
"ts-node": "10.9.2",
|
|
120
|
-
"typedoc": "0.28.
|
|
120
|
+
"typedoc": "0.28.10",
|
|
121
121
|
"typescript": "5.9.2",
|
|
122
122
|
"semantic-release": "24.2.7",
|
|
123
123
|
"npm-check-updates": "18.0.2"
|
|
124
124
|
},
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"@aws-sdk/client-cloudformation": "3.
|
|
127
|
-
"@aws-sdk/client-cloudtrail": "3.
|
|
128
|
-
"@aws-sdk/client-organizations": "3.
|
|
129
|
-
"@aws-sdk/client-s3": "3.
|
|
130
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
131
|
-
"@aws-sdk/client-ssm": "3.
|
|
132
|
-
"@aws-sdk/client-sts": "3.
|
|
133
|
-
"@aws-sdk/credential-providers": "3.
|
|
126
|
+
"@aws-sdk/client-cloudformation": "3.864.0",
|
|
127
|
+
"@aws-sdk/client-cloudtrail": "3.864.0",
|
|
128
|
+
"@aws-sdk/client-organizations": "3.866.0",
|
|
129
|
+
"@aws-sdk/client-s3": "3.864.0",
|
|
130
|
+
"@aws-sdk/client-secrets-manager": "3.864.0",
|
|
131
|
+
"@aws-sdk/client-ssm": "3.864.0",
|
|
132
|
+
"@aws-sdk/client-sts": "3.864.0",
|
|
133
|
+
"@aws-sdk/credential-providers": "3.864.0",
|
|
134
134
|
"@smithy/middleware-retry": "2.3.1",
|
|
135
135
|
"@smithy/node-http-handler": "2.5.0",
|
|
136
|
-
"@aws-sdk/types": "3.
|
|
137
|
-
"chalk": "5.
|
|
136
|
+
"@aws-sdk/types": "3.862.0",
|
|
137
|
+
"chalk": "5.6.0",
|
|
138
138
|
"cockatiel": "3.2.1",
|
|
139
|
-
"date-and-time": "4.0.
|
|
139
|
+
"date-and-time": "4.0.2",
|
|
140
140
|
"diff": "8.0.2",
|
|
141
141
|
"dotenv": "17.2.1",
|
|
142
142
|
"dotenv-expand": "12.0.2",
|
|
143
143
|
"easy-table": "1.2.0",
|
|
144
144
|
"folder-hash": "4.1.1",
|
|
145
145
|
"handlebars": "4.7.8",
|
|
146
|
-
"@inquirer/prompts": "7.8.
|
|
146
|
+
"@inquirer/prompts": "7.8.3",
|
|
147
147
|
"jmespath": "0.16.0",
|
|
148
148
|
"joi": "18.0.0",
|
|
149
149
|
"js-yaml": "4.1.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"ts-dedent": "2.2.0",
|
|
159
159
|
"uuid": "11.1.0",
|
|
160
160
|
"yargs": "18.0.0",
|
|
161
|
-
"esbuild": "0.25.
|
|
161
|
+
"esbuild": "0.25.9",
|
|
162
162
|
"ejs": "3.1.10",
|
|
163
163
|
"lodash": "4.17.21"
|
|
164
164
|
}
|