Skip to content

Commit bba9a6a

Browse files
committed
fix: address CVE-2023-20873
1 parent 485d5b7 commit bba9a6a

File tree

3 files changed

+35
-17
lines changed

3 files changed

+35
-17
lines changed

examples/codecatalyst-application-pipeline/package-lock.json

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

examples/codecatalyst-application-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"aws-cdk-lib": "^2.69.0",
4646
"constructs": "^10.1.283",
4747
"prompts": "^2.4.2",
48-
"yaml": "^2.1.1"
48+
"yaml": "^2.2.2"
4949
},
5050
"license": "Apache-2.0",
5151
"version": "0.0.0",

examples/codecatalyst-application-pipeline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.0.5</version>
8+
<version>3.0.6</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.amazonaws.dpri</groupId>

0 commit comments

Comments
 (0)