takomo 7.4.1 → 7.4.3

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.
Files changed (1) hide show
  1. package/package.json +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "takomo",
3
- "version": "7.4.1",
3
+ "version": "7.4.3",
4
4
  "description": "Organize, configure and deploy CloudFormation stacks.",
5
5
  "keywords": [
6
6
  "aws",
@@ -79,11 +79,11 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "ts-jest": "29.2.6",
82
+ "ts-jest": "29.3.0",
83
83
  "@jest/globals": "29.7.0",
84
- "@aws-sdk/client-ec2": "3.758.0",
85
- "@commitlint/cli": "19.7.1",
86
- "@commitlint/config-conventional": "19.7.1",
84
+ "@aws-sdk/client-ec2": "3.777.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",
@@ -97,44 +97,44 @@
97
97
  "@types/json-stable-stringify": "1.1.0",
98
98
  "@types/node": "20.14.9",
99
99
  "@types/ramda": "0.29.11",
100
- "@types/semver": "7.5.8",
100
+ "@types/semver": "7.7.0",
101
101
  "@types/uuid": "10.0.0",
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.25.0",
106
- "@typescript-eslint/parser": "8.25.0",
105
+ "@typescript-eslint/eslint-plugin": "8.28.0",
106
+ "@typescript-eslint/parser": "8.28.0",
107
107
  "depcheck": "1.4.7",
108
- "eslint": "9.21.0",
108
+ "eslint": "9.23.0",
109
109
  "eslint-config-prettier": "9.1.0",
110
- "eslint-plugin-prettier": "5.2.3",
111
- "@eslint/js": "9.21.0",
112
- "@eslint/eslintrc": "3.3.0",
110
+ "eslint-plugin-prettier": "5.2.5",
111
+ "@eslint/js": "9.23.0",
112
+ "@eslint/eslintrc": "3.3.1",
113
113
  "husky": "9.1.7",
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.5.3",
118
118
  "prettier-plugin-organize-imports": "4.1.0",
119
- "lint-staged": "15.4.3",
119
+ "lint-staged": "15.5.0",
120
120
  "ts-node": "10.9.2",
121
- "typedoc": "0.27.7",
122
- "typescript": "5.7.3",
121
+ "typedoc": "0.28.1",
122
+ "typescript": "5.8.2",
123
123
  "semantic-release": "24.2.3",
124
- "npm-check-updates": "17.1.15"
124
+ "npm-check-updates": "17.1.16"
125
125
  },
126
126
  "dependencies": {
127
- "@aws-sdk/client-cloudformation": "3.758.0",
128
- "@aws-sdk/client-cloudtrail": "3.758.0",
129
- "@aws-sdk/client-organizations": "3.758.0",
130
- "@aws-sdk/client-s3": "3.758.0",
131
- "@aws-sdk/client-secrets-manager": "3.758.0",
132
- "@aws-sdk/client-ssm": "3.759.0",
133
- "@aws-sdk/client-sts": "3.758.0",
134
- "@aws-sdk/credential-providers": "3.758.0",
127
+ "@aws-sdk/client-cloudformation": "3.777.0",
128
+ "@aws-sdk/client-cloudtrail": "3.777.0",
129
+ "@aws-sdk/client-organizations": "3.777.0",
130
+ "@aws-sdk/client-s3": "3.777.0",
131
+ "@aws-sdk/client-secrets-manager": "3.777.0",
132
+ "@aws-sdk/client-ssm": "3.777.0",
133
+ "@aws-sdk/client-sts": "3.777.0",
134
+ "@aws-sdk/credential-providers": "3.778.0",
135
135
  "@smithy/middleware-retry": "2.3.1",
136
136
  "@smithy/node-http-handler": "2.5.0",
137
- "@aws-sdk/types": "3.734.0",
137
+ "@aws-sdk/types": "3.775.0",
138
138
  "chalk": "5.4.1",
139
139
  "cockatiel": "3.2.1",
140
140
  "date-and-time": "3.6.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.2",
147
+ "@inquirer/prompts": "7.4.0",
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.0",
162
+ "esbuild": "0.25.2",
163
163
  "ejs": "3.1.10",
164
164
  "lodash": "4.17.21"
165
165
  }