@ndlib/ndlib-cdk2 1.0.16 → 1.0.17

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.
@@ -104,7 +104,7 @@ class StaticHost extends constructs_1.Construct {
104
104
  ],
105
105
  viewerCertificate: aws_cdk_lib_1.aws_cloudfront.ViewerCertificate.fromAcmCertificate(props.websiteCertificate, {
106
106
  aliases: [this.hostname],
107
- securityPolicy: aws_cdk_lib_1.aws_cloudfront.SecurityPolicyProtocol.TLS_V1_1_2016,
107
+ securityPolicy: aws_cdk_lib_1.aws_cloudfront.SecurityPolicyProtocol.TLS_V1_2_2021,
108
108
  sslMethod: aws_cdk_lib_1.aws_cloudfront.SSLMethod.SNI,
109
109
  }),
110
110
  viewerProtocolPolicy: aws_cdk_lib_1.aws_cloudfront.ViewerProtocolPolicy.REDIRECT_TO_HTTPS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndlib/ndlib-cdk2",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Reusable CDK2 modules used within Hesburgh Libraries of Notre Dame",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -40,34 +40,34 @@
40
40
  "aws-cdk-lib": "^2.88.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@types/jest": "^29.5.3",
43
+ "@types/jest": "^29.5.4",
44
44
  "@types/node": "^18.17.0",
45
- "@typescript-eslint/eslint-plugin": "^6.4.1",
46
- "@typescript-eslint/parser": "^6.4.1",
45
+ "@typescript-eslint/eslint-plugin": "^6.6.0",
46
+ "@typescript-eslint/parser": "^6.6.0",
47
47
  "aws-sdk-client-mock": "^3.0.0",
48
- "eslint": "^8.47.0",
48
+ "eslint": "^8.48.0",
49
49
  "eslint-config-standard": "^17.1.0",
50
50
  "eslint-plugin-import": "^2.28.1",
51
51
  "eslint-plugin-jest": "^27.2.3",
52
- "eslint-plugin-n": "^16.0.1",
52
+ "eslint-plugin-n": "^16.0.2",
53
53
  "eslint-plugin-node": "^11.1.0",
54
54
  "eslint-plugin-promise": "^6.1.1",
55
55
  "eslint-plugin-standard": "^5.0.0",
56
56
  "github-changes": "^2.0.3",
57
- "jest": "^29.6.3",
57
+ "jest": "^29.6.4",
58
58
  "jest-mock": "^29.6.3",
59
- "prettier": "^3.0.2",
59
+ "prettier": "^3.0.3",
60
60
  "subpackage": "^1.1.0",
61
61
  "ts-jest": "^29.1.1",
62
62
  "tsc-watch": "^6.0.4",
63
- "typescript": "^5.1.6"
63
+ "typescript": "^5.2.2"
64
64
  },
65
65
  "files": [
66
66
  "lib/**/*"
67
67
  ],
68
68
  "dependencies": {
69
- "aws-cdk-lib": "^2.92.0",
70
- "constructs": "^10.2.69",
69
+ "aws-cdk-lib": "^2.94.0",
70
+ "constructs": "^10.2.70",
71
71
  "node-fetch": "^3.3.2"
72
72
  },
73
73
  "subPackages": [