takomo 9.0.2 → 9.0.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 +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "takomo",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
4
4
  "description": "Organize, configure and deploy CloudFormation stacks.",
5
5
  "keywords": [
6
6
  "aws",
@@ -83,9 +83,9 @@
83
83
  "devDependencies": {
84
84
  "ts-jest": "29.4.6",
85
85
  "@jest/globals": "30.2.0",
86
- "@aws-sdk/client-ec2": "3.965.0",
87
- "@commitlint/cli": "20.3.0",
88
- "@commitlint/config-conventional": "20.3.0",
86
+ "@aws-sdk/client-ec2": "3.987.0",
87
+ "@commitlint/cli": "20.4.1",
88
+ "@commitlint/config-conventional": "20.4.1",
89
89
  "@jest/console": "30.2.0",
90
90
  "@takomo/test-custom-helper-lowercase": "0.0.1",
91
91
  "@takomo/test-custom-helper-uppercase": "0.0.1",
@@ -100,50 +100,50 @@
100
100
  "@types/semver": "7.7.1",
101
101
  "@types/yargs": "17.0.35",
102
102
  "@types/ejs": "3.1.5",
103
- "@types/lodash": "4.17.21",
104
- "@typescript-eslint/eslint-plugin": "8.52.0",
105
- "@typescript-eslint/parser": "8.52.0",
103
+ "@types/lodash": "4.17.23",
104
+ "@typescript-eslint/eslint-plugin": "8.55.0",
105
+ "@typescript-eslint/parser": "8.55.0",
106
106
  "depcheck": "1.4.7",
107
107
  "eslint": "9.39.2",
108
108
  "eslint-config-prettier": "10.1.8",
109
- "eslint-plugin-prettier": "5.5.4",
109
+ "eslint-plugin-prettier": "5.5.5",
110
110
  "@eslint/js": "9.39.2",
111
111
  "@eslint/eslintrc": "3.3.3",
112
112
  "husky": "9.1.7",
113
113
  "jest": "30.2.0",
114
114
  "jest-environment-testenv-recycler": "0.0.21",
115
115
  "jest-mock-extended": "4.0.0",
116
- "prettier": "3.7.4",
116
+ "prettier": "3.8.1",
117
117
  "prettier-plugin-organize-imports": "4.3.0",
118
118
  "lint-staged": "16.2.7",
119
119
  "ts-node": "10.9.2",
120
- "typedoc": "0.28.15",
120
+ "typedoc": "0.28.16",
121
121
  "typescript": "5.9.3",
122
- "semantic-release": "25.0.2",
123
- "npm-check-updates": "19.3.1"
122
+ "semantic-release": "25.0.3",
123
+ "npm-check-updates": "19.3.2"
124
124
  },
125
125
  "dependencies": {
126
- "@aws-sdk/client-cloudformation": "3.965.0",
127
- "@aws-sdk/client-cloudtrail": "3.965.0",
128
- "@aws-sdk/client-organizations": "3.965.0",
129
- "@aws-sdk/client-s3": "3.965.0",
130
- "@aws-sdk/client-secrets-manager": "3.965.0",
131
- "@aws-sdk/client-ssm": "3.965.0",
132
- "@aws-sdk/client-sts": "3.965.0",
133
- "@aws-sdk/credential-providers": "3.965.0",
126
+ "@aws-sdk/client-cloudformation": "3.987.0",
127
+ "@aws-sdk/client-cloudtrail": "3.987.0",
128
+ "@aws-sdk/client-organizations": "3.987.0",
129
+ "@aws-sdk/client-s3": "3.987.0",
130
+ "@aws-sdk/client-secrets-manager": "3.987.0",
131
+ "@aws-sdk/client-ssm": "3.987.0",
132
+ "@aws-sdk/client-sts": "3.987.0",
133
+ "@aws-sdk/credential-providers": "3.987.0",
134
134
  "@smithy/middleware-retry": "2.3.1",
135
135
  "@smithy/node-http-handler": "2.5.0",
136
- "@aws-sdk/types": "3.965.0",
136
+ "@aws-sdk/types": "3.973.1",
137
137
  "chalk": "5.6.2",
138
138
  "cockatiel": "3.2.1",
139
- "date-and-time": "4.1.2",
140
- "diff": "8.0.2",
141
- "dotenv": "17.2.3",
139
+ "date-and-time": "4.2.0",
140
+ "diff": "8.0.3",
141
+ "dotenv": "17.2.4",
142
142
  "dotenv-expand": "12.0.3",
143
143
  "easy-table": "1.2.0",
144
144
  "folder-hash": "4.1.1",
145
145
  "handlebars": "4.7.8",
146
- "@inquirer/prompts": "8.1.0",
146
+ "@inquirer/prompts": "8.2.0",
147
147
  "jmespath": "0.16.0",
148
148
  "joi": "18.0.2",
149
149
  "js-yaml": "4.1.1",
@@ -153,13 +153,13 @@
153
153
  "pretty-ms": "9.3.0",
154
154
  "ramda": "0.31.3",
155
155
  "readdirp": "5.0.0",
156
- "semver": "7.7.3",
156
+ "semver": "7.7.4",
157
157
  "source-map-support": "0.5.21",
158
158
  "ts-dedent": "2.2.0",
159
159
  "uuid": "13.0.0",
160
160
  "yargs": "18.0.0",
161
- "esbuild": "0.27.2",
161
+ "esbuild": "0.27.3",
162
162
  "ejs": "3.1.10",
163
- "lodash": "4.17.21"
163
+ "lodash": "4.17.23"
164
164
  }
165
165
  }