takomo 7.4.0 → 7.4.1

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 +21 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "takomo",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
4
4
  "description": "Organize, configure and deploy CloudFormation stacks.",
5
5
  "keywords": [
6
6
  "aws",
@@ -79,9 +79,9 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "ts-jest": "29.2.5",
82
+ "ts-jest": "29.2.6",
83
83
  "@jest/globals": "29.7.0",
84
- "@aws-sdk/client-ec2": "3.750.0",
84
+ "@aws-sdk/client-ec2": "3.758.0",
85
85
  "@commitlint/cli": "19.7.1",
86
86
  "@commitlint/config-conventional": "19.7.1",
87
87
  "@jest/console": "29.7.0",
@@ -101,37 +101,37 @@
101
101
  "@types/uuid": "10.0.0",
102
102
  "@types/yargs": "17.0.33",
103
103
  "@types/ejs": "3.1.5",
104
- "@types/lodash": "4.17.15",
105
- "@typescript-eslint/eslint-plugin": "8.24.1",
106
- "@typescript-eslint/parser": "8.24.1",
104
+ "@types/lodash": "4.17.16",
105
+ "@typescript-eslint/eslint-plugin": "8.25.0",
106
+ "@typescript-eslint/parser": "8.25.0",
107
107
  "depcheck": "1.4.7",
108
- "eslint": "9.20.1",
108
+ "eslint": "9.21.0",
109
109
  "eslint-config-prettier": "9.1.0",
110
110
  "eslint-plugin-prettier": "5.2.3",
111
- "@eslint/js": "9.20.0",
112
- "@eslint/eslintrc": "3.2.0",
111
+ "@eslint/js": "9.21.0",
112
+ "@eslint/eslintrc": "3.3.0",
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
- "prettier": "3.5.1",
117
+ "prettier": "3.5.3",
118
118
  "prettier-plugin-organize-imports": "4.1.0",
119
119
  "lint-staged": "15.4.3",
120
120
  "ts-node": "10.9.2",
121
121
  "typedoc": "0.27.7",
122
122
  "typescript": "5.7.3",
123
123
  "semantic-release": "24.2.3",
124
- "npm-check-updates": "17.1.14"
124
+ "npm-check-updates": "17.1.15"
125
125
  },
126
126
  "dependencies": {
127
- "@aws-sdk/client-cloudformation": "3.750.0",
128
- "@aws-sdk/client-cloudtrail": "3.750.0",
129
- "@aws-sdk/client-organizations": "3.750.0",
130
- "@aws-sdk/client-s3": "3.750.0",
131
- "@aws-sdk/client-secrets-manager": "3.750.0",
132
- "@aws-sdk/client-ssm": "3.750.0",
133
- "@aws-sdk/client-sts": "3.750.0",
134
- "@aws-sdk/credential-providers": "3.750.0",
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",
135
135
  "@smithy/middleware-retry": "2.3.1",
136
136
  "@smithy/node-http-handler": "2.5.0",
137
137
  "@aws-sdk/types": "3.734.0",
@@ -149,7 +149,7 @@
149
149
  "joi": "17.13.3",
150
150
  "js-yaml": "4.1.0",
151
151
  "json-stable-stringify": "1.1.1",
152
- "neverthrow": "8.1.1",
152
+ "neverthrow": "8.2.0",
153
153
  "p-queue": "8.1.0",
154
154
  "pretty-ms": "9.2.0",
155
155
  "ramda": "0.30.1",
@@ -157,7 +157,7 @@
157
157
  "semver": "7.7.1",
158
158
  "source-map-support": "0.5.21",
159
159
  "ts-dedent": "2.2.0",
160
- "uuid": "11.0.5",
160
+ "uuid": "11.1.0",
161
161
  "yargs": "17.7.2",
162
162
  "esbuild": "0.25.0",
163
163
  "ejs": "3.1.10",