Skip to content

Commit f60fc6b

Browse files
authored
Merge pull request #494 from aws-solutions/staging/v1.5.3
v1.5.3
2 parents 207b279 + ef90903 commit f60fc6b

File tree

11 files changed

+2074
-1687
lines changed

11 files changed

+2074
-1687
lines changed

.projen/deps.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { readFileSync } from "node:fs";
55
import { awscdk } from "projen";
66
import { JestReporter, NodePackageManager, Transform, UpdateSnapshot } from "projen/lib/javascript";
77

8-
const cdkVersion = "2.99.0";
8+
const cdkVersion = "2.102.0";
99
const solutionId = "SO0030";
1010
const solutionName = "instance-scheduler-on-aws";
1111

@@ -229,6 +229,6 @@ project.jest?.addTestMatch("**/*.test.ts");
229229
// use default snapshot resolution
230230
project.tryFindObjectFile("jest.config.json")?.addOverride("snapshotResolver", undefined);
231231

232-
project.tryFindObjectFile("package.json")?.addOverride("version", "1.5.2");
232+
project.tryFindObjectFile("package.json")?.addOverride("version", "1.5.3");
233233

234234
project.synth();

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [1.5.3] - 2023-10-22
8+
9+
### Security
10+
11+
- Upgrade @babel/traverse to mitigate CVE-2023-45133
12+
- Upgrade urllib3 to mitigate CVE-2023-45803
13+
714
## [1.5.2] - 2023-10-9
815

916
### Security
10-
- Upgrade cryptography to mitigate GHSA-v8gr-m533-ghj9 and GHSA-jm77-qphf-c4w8
11-
- Upgrade urllib3 to mitigate CVE-2023-43804
12-
- Upgrade certifi to mitigate CVE-2023-37920
17+
18+
- Upgrade cryptography to mitigate GHSA-v8gr-m533-ghj9 and GHSA-jm77-qphf-c4w8
19+
- Upgrade urllib3 to mitigate CVE-2023-43804
20+
- Upgrade certifi to mitigate CVE-2023-37920
1321

1422
## [1.5.1] - 2023-07-24
1523

0 commit comments

Comments
 (0)