takomo 10.0.3 → 10.0.5
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 +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.5",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"ts-jest": "29.4.9",
|
|
86
86
|
"@jest/globals": "30.3.0",
|
|
87
|
-
"@aws-sdk/client-ec2": "3.
|
|
88
|
-
"@commitlint/cli": "
|
|
89
|
-
"@commitlint/config-conventional": "
|
|
87
|
+
"@aws-sdk/client-ec2": "3.1045.0",
|
|
88
|
+
"@commitlint/cli": "21.0.0",
|
|
89
|
+
"@commitlint/config-conventional": "21.0.0",
|
|
90
90
|
"@jest/console": "30.3.0",
|
|
91
91
|
"@takomo/test-custom-helper-lowercase": "0.0.1",
|
|
92
92
|
"@takomo/test-custom-helper-uppercase": "0.0.1",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"@types/yargs": "17.0.35",
|
|
103
103
|
"@types/ejs": "3.1.5",
|
|
104
104
|
"@types/lodash": "4.17.24",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
106
|
-
"@typescript-eslint/parser": "8.59.
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "8.59.2",
|
|
106
|
+
"@typescript-eslint/parser": "8.59.2",
|
|
107
107
|
"depcheck": "1.4.7",
|
|
108
108
|
"eslint": "10.3.0",
|
|
109
109
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -116,45 +116,45 @@
|
|
|
116
116
|
"jest-mock-extended": "4.0.1",
|
|
117
117
|
"prettier": "3.8.3",
|
|
118
118
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
119
|
-
"lint-staged": "
|
|
119
|
+
"lint-staged": "17.0.4",
|
|
120
120
|
"ts-node": "10.9.2",
|
|
121
121
|
"typedoc": "0.28.19",
|
|
122
122
|
"typescript": "5.9.3",
|
|
123
123
|
"semantic-release": "25.0.3",
|
|
124
|
-
"npm-check-updates": "22.1.
|
|
124
|
+
"npm-check-updates": "22.1.1"
|
|
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.
|
|
135
|
-
"@smithy/
|
|
136
|
-
"@smithy/node-http-handler": "
|
|
127
|
+
"@aws-sdk/client-cloudformation": "3.1045.0",
|
|
128
|
+
"@aws-sdk/client-cloudtrail": "3.1045.0",
|
|
129
|
+
"@aws-sdk/client-organizations": "3.1045.0",
|
|
130
|
+
"@aws-sdk/client-s3": "3.1045.0",
|
|
131
|
+
"@aws-sdk/client-secrets-manager": "3.1045.0",
|
|
132
|
+
"@aws-sdk/client-ssm": "3.1045.0",
|
|
133
|
+
"@aws-sdk/client-sts": "3.1045.0",
|
|
134
|
+
"@aws-sdk/credential-providers": "3.1045.0",
|
|
135
|
+
"@smithy/util-retry": "4.3.8",
|
|
136
|
+
"@smithy/node-http-handler": "4.6.1",
|
|
137
137
|
"@aws-sdk/types": "3.973.8",
|
|
138
138
|
"chalk": "5.6.2",
|
|
139
139
|
"cockatiel": "3.2.1",
|
|
140
|
-
"date-and-time": "4.
|
|
141
|
-
"diff": "
|
|
142
|
-
"dotenv": "17.4.
|
|
143
|
-
"dotenv-expand": "
|
|
140
|
+
"date-and-time": "4.5.0",
|
|
141
|
+
"diff": "9.0.0",
|
|
142
|
+
"dotenv": "17.4.2",
|
|
143
|
+
"dotenv-expand": "13.0.0",
|
|
144
144
|
"easy-table": "1.2.0",
|
|
145
145
|
"folder-hash": "4.1.2",
|
|
146
146
|
"handlebars": "4.7.9",
|
|
147
|
-
"@inquirer/prompts": "8.4.
|
|
147
|
+
"@inquirer/prompts": "8.4.3",
|
|
148
148
|
"jmespath": "0.16.0",
|
|
149
|
-
"joi": "18.1
|
|
149
|
+
"joi": "18.2.1",
|
|
150
150
|
"js-yaml": "4.1.1",
|
|
151
151
|
"json-stable-stringify": "1.3.0",
|
|
152
152
|
"neverthrow": "8.2.0",
|
|
153
|
-
"p-queue": "
|
|
153
|
+
"p-queue": "9.2.0",
|
|
154
154
|
"pretty-ms": "9.3.0",
|
|
155
155
|
"ramda": "0.32.0",
|
|
156
156
|
"readdirp": "5.0.0",
|
|
157
|
-
"semver": "7.
|
|
157
|
+
"semver": "7.8.0",
|
|
158
158
|
"source-map-support": "0.5.21",
|
|
159
159
|
"ts-dedent": "2.2.0",
|
|
160
160
|
"uuid": "14.0.0",
|