Skip to content

Commit

Permalink
chore: sync from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dpra-bot committed Apr 13, 2024
1 parent 248bcf4 commit 3886c9f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
22 changes: 11 additions & 11 deletions examples/cdk-application-pipeline/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/cdk-application-pipeline/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/cdk-application-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<dependency>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down
22 changes: 11 additions & 11 deletions examples/codecatalyst-application-pipeline/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/codecatalyst-application-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"aws-cdk": "^2.137.0",
"cdk-nag": "^2.28.88",
"cdk-nag": "^2.28.89",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
Expand All @@ -32,7 +32,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.554.0",
"@aws-sdk/client-cloudformation": "^3.555.0",
"@aws-sdk/client-codedeploy": "^3.554.0",
"@aws-sdk/client-codeguru-reviewer": "^3.554.0",
"@aws-sdk/client-codepipeline": "^3.554.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/codecatalyst-application-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<dependency>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down

0 comments on commit 3886c9f

Please sign in to comment.