takomo 7.4.1 → 7.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.
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.2",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"ts-jest": "29.2.6",
|
|
83
83
|
"@jest/globals": "29.7.0",
|
|
84
|
-
"@aws-sdk/client-ec2": "3.
|
|
85
|
-
"@commitlint/cli": "19.
|
|
86
|
-
"@commitlint/config-conventional": "19.
|
|
84
|
+
"@aws-sdk/client-ec2": "3.764.0",
|
|
85
|
+
"@commitlint/cli": "19.8.0",
|
|
86
|
+
"@commitlint/config-conventional": "19.8.0",
|
|
87
87
|
"@jest/console": "29.7.0",
|
|
88
88
|
"@takomo/test-custom-helper-lowercase": "0.0.1",
|
|
89
89
|
"@takomo/test-custom-helper-uppercase": "0.0.1",
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
"@types/yargs": "17.0.33",
|
|
103
103
|
"@types/ejs": "3.1.5",
|
|
104
104
|
"@types/lodash": "4.17.16",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
106
|
-
"@typescript-eslint/parser": "8.
|
|
105
|
+
"@typescript-eslint/eslint-plugin": "8.26.1",
|
|
106
|
+
"@typescript-eslint/parser": "8.26.1",
|
|
107
107
|
"depcheck": "1.4.7",
|
|
108
|
-
"eslint": "9.
|
|
108
|
+
"eslint": "9.22.0",
|
|
109
109
|
"eslint-config-prettier": "9.1.0",
|
|
110
110
|
"eslint-plugin-prettier": "5.2.3",
|
|
111
|
-
"@eslint/js": "9.
|
|
111
|
+
"@eslint/js": "9.22.0",
|
|
112
112
|
"@eslint/eslintrc": "3.3.0",
|
|
113
113
|
"husky": "9.1.7",
|
|
114
114
|
"jest": "29.7.0",
|
|
@@ -118,14 +118,14 @@
|
|
|
118
118
|
"prettier-plugin-organize-imports": "4.1.0",
|
|
119
119
|
"lint-staged": "15.4.3",
|
|
120
120
|
"ts-node": "10.9.2",
|
|
121
|
-
"typedoc": "0.27.
|
|
122
|
-
"typescript": "5.
|
|
121
|
+
"typedoc": "0.27.9",
|
|
122
|
+
"typescript": "5.8.2",
|
|
123
123
|
"semantic-release": "24.2.3",
|
|
124
124
|
"npm-check-updates": "17.1.15"
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
127
|
"@aws-sdk/client-cloudformation": "3.758.0",
|
|
128
|
-
"@aws-sdk/client-cloudtrail": "3.
|
|
128
|
+
"@aws-sdk/client-cloudtrail": "3.763.0",
|
|
129
129
|
"@aws-sdk/client-organizations": "3.758.0",
|
|
130
130
|
"@aws-sdk/client-s3": "3.758.0",
|
|
131
131
|
"@aws-sdk/client-secrets-manager": "3.758.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"easy-table": "1.2.0",
|
|
145
145
|
"folder-hash": "4.1.1",
|
|
146
146
|
"handlebars": "4.7.8",
|
|
147
|
-
"@inquirer/prompts": "7.3.
|
|
147
|
+
"@inquirer/prompts": "7.3.3",
|
|
148
148
|
"jmespath": "0.16.0",
|
|
149
149
|
"joi": "17.13.3",
|
|
150
150
|
"js-yaml": "4.1.0",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"ts-dedent": "2.2.0",
|
|
160
160
|
"uuid": "11.1.0",
|
|
161
161
|
"yargs": "17.7.2",
|
|
162
|
-
"esbuild": "0.25.
|
|
162
|
+
"esbuild": "0.25.1",
|
|
163
163
|
"ejs": "3.1.10",
|
|
164
164
|
"lodash": "4.17.21"
|
|
165
165
|
}
|