Skip to content

Commit 2e9510f

Browse files
committed
feat(deps): bumping dependencies
1 parent 5778382 commit 2e9510f

File tree

3 files changed

+571
-536
lines changed

3 files changed

+571
-536
lines changed

app/api-destined-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@types/uuid": "^10.0.0",
20-
"uuid": "^11.0.3"
20+
"uuid": "^11.0.5"
2121
},
2222
"devDependencies": {
2323
"mkdirp": "^3.0.1",

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -50,44 +50,44 @@
5050
}
5151
},
5252
"dependencies": {
53-
"@aws-sdk/client-secrets-manager": "^3.709.0",
54-
"@aws-sdk/credential-providers": "^3.709.0",
55-
"@aws-sdk/types": "^3.709.0",
56-
"@cdktf/provider-aws": "^19.46.0",
57-
"@cdktf/provider-azurerm": "^13.13.0",
58-
"@cdktf/provider-cloudflare": "^11.26.0",
59-
"@types/lodash": "^4.17.13",
60-
"@types/node": "^22.10.2",
53+
"@aws-sdk/client-secrets-manager": "^3.738.0",
54+
"@aws-sdk/credential-providers": "^3.738.0",
55+
"@aws-sdk/types": "^3.734.0",
56+
"@cdktf/provider-aws": "^19.50.0",
57+
"@cdktf/provider-azurerm": "^13.17.0",
58+
"@cdktf/provider-cloudflare": "^11.29.0",
59+
"@types/lodash": "^4.17.15",
60+
"@types/node": "^22.13.0",
6161
"@types/uuid": "^10.0.0",
6262
"app-root-path": "^3.1.0",
63-
"aws-cdk-lib": "^2.173.0",
64-
"cdktf": "^0.20.10",
65-
"cdktf-local-exec": "^0.5.47",
63+
"aws-cdk-lib": "^2.177.0",
64+
"cdktf": "^0.20.11",
65+
"cdktf-local-exec": "^0.5.54",
6666
"constructs": "^10.4.2",
6767
"lodash": "^4.17.21",
6868
"moment": "^2.30.1",
6969
"nconf": "^0.12.1",
7070
"pluralize": "^8.0.0",
7171
"ts-node": "^10.9.2",
72-
"uuid": "^11.0.3"
72+
"uuid": "^11.0.5"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.26.0",
76-
"@babel/eslint-parser": "^7.25.9",
75+
"@babel/core": "^7.26.7",
76+
"@babel/eslint-parser": "^7.26.5",
7777
"@babel/plugin-proposal-class-properties": "^7.18.6",
7878
"@types/jest": "^29.5.14",
79-
"@typescript-eslint/eslint-plugin": "^8.18.0",
80-
"@typescript-eslint/parser": "^8.18.0",
81-
"aws-cdk": "^2.173.0",
79+
"@typescript-eslint/eslint-plugin": "^8.22.0",
80+
"@typescript-eslint/parser": "^8.22.0",
81+
"aws-cdk": "^2.177.0",
8282
"better-docs": "^2.7.3",
8383
"codecov": "^3.8.3",
8484
"commitizen": "^4.3.1",
8585
"docdash": "^2.0.2",
8686
"dotenv": "^16.4.7",
87-
"eslint": "^9.16.0",
88-
"eslint-config-prettier": "^9.1.0",
87+
"eslint": "^9.19.0",
88+
"eslint-config-prettier": "^10.0.1",
8989
"eslint-plugin-import": "^2.31.0",
90-
"eslint-plugin-jsdoc": "^50.6.1",
90+
"eslint-plugin-jsdoc": "^50.6.3",
9191
"husky": "^9.1.7",
9292
"jest": "^29.7.0",
9393
"jest-extended": "^4.0.2",
@@ -100,12 +100,12 @@
100100
"prettier": "^3.4.2",
101101
"prettier-plugin-organize-imports": "^4.1.0",
102102
"rimraf": "^6.0.1",
103-
"semantic-release": "^24.2.0",
103+
"semantic-release": "^24.2.1",
104104
"taffydb": "^2.7.3",
105105
"ts-jest": "^29.2.5",
106106
"ts-node": "^10.9.2",
107-
"typescript": "5.7.2",
108-
"yaml": "^2.6.1"
107+
"typescript": "5.7.3",
108+
"yaml": "^2.7.0"
109109
},
110110
"optionalDependencies": {
111111
"prop-types": "^15.8.1",

0 commit comments

Comments
 (0)