@gradientedge/cdk-utils 8.101.0 → 8.102.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -62,7 +62,7 @@ pnpm add @gradientedge/cdk-utils
62
62
  [aws-cdk]: https://docs.aws.amazon.com/cdk/latest/guide/home.html
63
63
  [aws-cli-badge]: https://img.shields.io/badge/aws--cli-2.3.4-777BB4?logo=amazon-aws
64
64
  [aws-cli-url]: https://aws.amazon.com/cli/
65
- [builds]: https://img.shields.io/github/workflow/status/gradientedge/cdk-utils/CI-Pipeline/main
65
+ [builds]: https://img.shields.io/github/actions/workflow/status/gradientedge/cdk-utils/ci.yml?branch=main
66
66
  [builds-url]: https://github.com/gradientedge/cdk-utils/actions
67
67
  [cdk-badge]: https://img.shields.io/github/package-json/dependency-version/gradientedge/cdk-utils/aws-cdk-lib
68
68
  [cdk-url]: https://aws.amazon.com/cdk/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "8.101.0",
3
+ "version": "8.102.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -46,15 +46,15 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/client-secrets-manager": "^3.357.0",
50
- "@aws-sdk/credential-providers": "^3.357.0",
49
+ "@aws-sdk/client-secrets-manager": "^3.360.0",
50
+ "@aws-sdk/credential-providers": "^3.360.0",
51
51
  "@aws-sdk/types": "^3.357.0",
52
52
  "@types/lodash": "^4.14.195",
53
- "@types/node": "^20.3.1",
53
+ "@types/node": "^20.3.2",
54
54
  "@types/uuid": "^9.0.2",
55
55
  "app-root-path": "^3.1.0",
56
56
  "aws-cdk-lib": "^2.85.0",
57
- "constructs": "^10.2.56",
57
+ "constructs": "^10.2.60",
58
58
  "lodash": "^4.17.21",
59
59
  "moment": "^2.29.4",
60
60
  "nconf": "^0.12.0",
@@ -67,8 +67,8 @@
67
67
  "@babel/eslint-parser": "^7.22.5",
68
68
  "@babel/plugin-proposal-class-properties": "^7.18.6",
69
69
  "@types/jest": "^29.5.2",
70
- "@typescript-eslint/eslint-plugin": "^5.60.0",
71
- "@typescript-eslint/parser": "^5.60.0",
70
+ "@typescript-eslint/eslint-plugin": "^5.60.1",
71
+ "@typescript-eslint/parser": "^5.60.1",
72
72
  "aws-cdk": "^2.85.0",
73
73
  "better-docs": "^2.7.2",
74
74
  "codecov": "^3.8.3",
@@ -78,7 +78,7 @@
78
78
  "eslint": "^8.43.0",
79
79
  "eslint-config-prettier": "^8.8.0",
80
80
  "eslint-plugin-import": "^2.27.5",
81
- "eslint-plugin-jsdoc": "^46.2.6",
81
+ "eslint-plugin-jsdoc": "^46.3.0",
82
82
  "husky": "^8.0.3",
83
83
  "jest": "^29.5.0",
84
84
  "jest-extended": "^4.0.0",