takomo 7.1.2 → 7.1.4
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 +33 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.4",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -78,67 +78,67 @@
|
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"ts-jest": "29.2.
|
|
81
|
+
"ts-jest": "29.2.5",
|
|
82
82
|
"@jest/globals": "29.7.0",
|
|
83
|
-
"@aws-sdk/client-ec2": "3.
|
|
84
|
-
"@commitlint/cli": "19.
|
|
85
|
-
"@commitlint/config-conventional": "19.
|
|
83
|
+
"@aws-sdk/client-ec2": "3.670.0",
|
|
84
|
+
"@commitlint/cli": "19.5.0",
|
|
85
|
+
"@commitlint/config-conventional": "19.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",
|
|
89
89
|
"@takomo/test-custom-resolver-code": "0.0.1",
|
|
90
90
|
"@takomo/test-custom-resolver-name": "0.0.1",
|
|
91
91
|
"@types/date-and-time": "0.13.0",
|
|
92
|
-
"@types/diff": "5.2.
|
|
92
|
+
"@types/diff": "5.2.3",
|
|
93
93
|
"@types/folder-hash": "4.0.4",
|
|
94
94
|
"@types/inquirer": "9.0.7",
|
|
95
|
-
"@types/jest": "29.5.
|
|
95
|
+
"@types/jest": "29.5.13",
|
|
96
96
|
"@types/jmespath": "0.15.2",
|
|
97
97
|
"@types/js-yaml": "4.0.9",
|
|
98
98
|
"@types/json-stable-stringify": "1.0.36",
|
|
99
99
|
"@types/node": "20.14.9",
|
|
100
100
|
"@types/ramda": "0.29.11",
|
|
101
101
|
"@types/semver": "7.5.8",
|
|
102
|
-
"@types/uuid": "
|
|
103
|
-
"@types/yargs": "17.0.
|
|
102
|
+
"@types/uuid": "10.0.0",
|
|
103
|
+
"@types/yargs": "17.0.33",
|
|
104
104
|
"@types/ejs": "3.1.5",
|
|
105
|
-
"@types/lodash": "4.17.
|
|
106
|
-
"@typescript-eslint/eslint-plugin": "
|
|
107
|
-
"@typescript-eslint/parser": "
|
|
105
|
+
"@types/lodash": "4.17.10",
|
|
106
|
+
"@typescript-eslint/eslint-plugin": "8.9.0",
|
|
107
|
+
"@typescript-eslint/parser": "8.9.0",
|
|
108
108
|
"@types/inquirer-autocomplete-prompt": "3.0.3",
|
|
109
109
|
"depcheck": "1.4.7",
|
|
110
|
-
"eslint": "
|
|
110
|
+
"eslint": "9.12.0",
|
|
111
111
|
"eslint-config-prettier": "9.1.0",
|
|
112
112
|
"eslint-plugin-prettier": "5.2.1",
|
|
113
|
-
"husky": "9.1.
|
|
113
|
+
"husky": "9.1.6",
|
|
114
114
|
"jest": "29.7.0",
|
|
115
115
|
"jest-environment-testenv-recycler": "0.0.21",
|
|
116
116
|
"jest-mock-extended": "3.0.7",
|
|
117
117
|
"prettier": "3.3.3",
|
|
118
|
-
"prettier-plugin-organize-imports": "
|
|
119
|
-
"lint-staged": "15.2.
|
|
118
|
+
"prettier-plugin-organize-imports": "4.1.0",
|
|
119
|
+
"lint-staged": "15.2.10",
|
|
120
120
|
"ts-node": "10.9.2",
|
|
121
|
-
"typedoc": "0.26.
|
|
122
|
-
"typescript": "5.
|
|
123
|
-
"semantic-release": "24.
|
|
124
|
-
"npm-check-updates": "
|
|
121
|
+
"typedoc": "0.26.10",
|
|
122
|
+
"typescript": "5.6.3",
|
|
123
|
+
"semantic-release": "24.1.2",
|
|
124
|
+
"npm-check-updates": "17.1.4"
|
|
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.672.0",
|
|
128
|
+
"@aws-sdk/client-cloudtrail": "3.670.0",
|
|
129
|
+
"@aws-sdk/client-organizations": "3.670.0",
|
|
130
|
+
"@aws-sdk/client-s3": "3.673.0",
|
|
131
|
+
"@aws-sdk/client-secrets-manager": "3.670.0",
|
|
132
|
+
"@aws-sdk/client-ssm": "3.670.0",
|
|
133
|
+
"@aws-sdk/client-sts": "3.670.0",
|
|
134
|
+
"@aws-sdk/credential-providers": "3.670.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.664.0",
|
|
138
138
|
"chalk": "5.3.0",
|
|
139
139
|
"cockatiel": "3.2.1",
|
|
140
|
-
"date-and-time": "3.
|
|
141
|
-
"diff": "
|
|
140
|
+
"date-and-time": "3.6.0",
|
|
141
|
+
"diff": "7.0.0",
|
|
142
142
|
"dotenv": "16.4.5",
|
|
143
143
|
"dotenv-expand": "11.0.6",
|
|
144
144
|
"easy-table": "1.2.0",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"joi": "17.13.3",
|
|
151
151
|
"js-yaml": "4.1.0",
|
|
152
152
|
"json-stable-stringify": "1.1.1",
|
|
153
|
-
"neverthrow": "
|
|
153
|
+
"neverthrow": "8.0.0",
|
|
154
154
|
"p-queue": "8.0.1",
|
|
155
155
|
"pretty-ms": "9.1.0",
|
|
156
156
|
"ramda": "0.30.1",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"ts-dedent": "2.2.0",
|
|
161
161
|
"uuid": "10.0.0",
|
|
162
162
|
"yargs": "17.7.2",
|
|
163
|
-
"esbuild": "0.
|
|
163
|
+
"esbuild": "0.24.0",
|
|
164
164
|
"ejs": "3.1.10",
|
|
165
165
|
"lodash": "4.17.21"
|
|
166
166
|
}
|