@aws-solutions-constructs/core 2.84.0 → 2.85.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/.jsii +4 -4
  2. package/package.json +3 -3
package/.jsii CHANGED
@@ -13,7 +13,7 @@
13
13
  "npmlog": "^7.0.0"
14
14
  },
15
15
  "dependencies": {
16
- "aws-cdk-lib": "^2.190.0",
16
+ "aws-cdk-lib": "^2.192.0",
17
17
  "constructs": "^10.0.0"
18
18
  },
19
19
  "dependencyClosure": {
@@ -3954,7 +3954,7 @@
3954
3954
  },
3955
3955
  "description": "Core CDK Construct for patterns library",
3956
3956
  "homepage": "https://github.com/awslabs/aws-solutions-constructs.git",
3957
- "jsiiVersion": "5.7.9 (build fc02aa4)",
3957
+ "jsiiVersion": "5.7.14 (build 92d9a33)",
3958
3958
  "license": "Apache-2.0",
3959
3959
  "metadata": {
3960
3960
  "jsii": {
@@ -9705,6 +9705,6 @@
9705
9705
  "symbolId": "lib/waf-helper:WafWebAclProps"
9706
9706
  }
9707
9707
  },
9708
- "version": "2.84.0",
9709
- "fingerprint": "fTeIm+Nao9Zn1McBlMDbvIpIrElAygg497jmLl4zhYM="
9708
+ "version": "2.85.0",
9709
+ "fingerprint": "GxbaB4X7Ibh/3G8+vcuIu8UGeN2kX+O5EIyNZcVQfgQ="
9710
9710
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-solutions-constructs/core",
3
- "version": "2.84.0",
3
+ "version": "2.85.0",
4
4
  "description": "Core CDK Construct for patterns library",
5
5
  "main": "index.js",
6
6
  "types": "index.ts",
@@ -66,7 +66,7 @@
66
66
  "@types/jest": "^27.4.0",
67
67
  "@types/node": "^10.3.0",
68
68
  "constructs": "^10.0.0",
69
- "aws-cdk-lib": "2.190.0"
69
+ "aws-cdk-lib": "2.192.0"
70
70
  },
71
71
  "jest": {
72
72
  "moduleFileExtensions": [
@@ -89,6 +89,6 @@
89
89
  ],
90
90
  "peerDependencies": {
91
91
  "constructs": "^10.0.0",
92
- "aws-cdk-lib": "^2.190.0"
92
+ "aws-cdk-lib": "^2.192.0"
93
93
  }
94
94
  }