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 Mar 4, 2024
1 parent c326a84 commit a0c111e
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 @@ -54,12 +54,12 @@
<dependency>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.2</version>
<version>1.5.3</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.1.0",
"@typescript-eslint/parser": "^7.1.0",
"aws-cdk": "^2.131.0",
"cdk-nag": "^2.28.52",
"cdk-nag": "^2.28.53",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
Expand All @@ -26,7 +26,7 @@
"json-schema": "^0.4.0",
"license-checker": "^25.0.1",
"npm-check-updates": "^16.14.15",
"projen": "^0.80.5",
"projen": "^0.80.6",
"ts-jest": "^29.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
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 @@ -54,12 +54,12 @@
<dependency>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down

0 comments on commit a0c111e

Please sign in to comment.