Skip to content

Commit

Permalink
fix(deps): Dependency updates (#2009)
Browse files Browse the repository at this point in the history
* chore(deps): bump codemaker from 1.87.0 to 1.88.0

Bumps [codemaker](https://github.com/aws/jsii/tree/HEAD/packages/codemaker) from 1.87.0 to 1.88.0.
- [Release notes](https://github.com/aws/jsii/releases)
- [Changelog](https://github.com/aws/jsii/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/jsii/commits/v1.88.0/packages/codemaker)

---
updated-dependencies:
- dependency-name: codemaker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump semantic-release from 21.0.9 to 21.1.1

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.0.9 to 21.1.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v21.0.9...v21.1.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump typedoc from 0.25.0 to 0.25.1

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.0...v0.25.1)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump aws-sdk from 2.1448.0 to 2.1451.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1448.0 to 2.1451.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1448.0...v2.1451.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump @types/node in /tools/integration-test

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.7 to 20.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gu-combine-prs[bot] <137456763+gu-combine-prs[bot]@users.noreply.github.com>
  • Loading branch information
gu-combine-prs[bot] and dependabot[bot] authored Sep 7, 2023
1 parent b7783fe commit a05b184
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"gh-pages": "^6.0.0",
"jest": "^29.6.4",
"prettier": "^3.0.2",
"semantic-release": "^21.0.9",
"semantic-release": "^21.1.1",
"serve": "^14.2.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typedoc": "^0.25.1",
"typescript": "5.1.6"
},
"dependencies": {
"@oclif/core": "2.13.0",
"aws-cdk-lib": "2.90.0",
"aws-sdk": "^2.1448.0",
"aws-sdk": "^2.1451.0",
"chalk": "^4.1.2",
"codemaker": "^1.87.0",
"codemaker": "^1.88.0",
"constructs": "10.2.69",
"git-url-parse": "^13.1.0",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@guardian/eslint-config-typescript": "7.0.0",
"@types/jest": "^29.1.2",
"@types/node": "20.5.7",
"@types/node": "20.5.9",
"aws-cdk": "2.90.0",
"aws-cdk-lib": "2.90.0",
"constructs": "10.2.69",
Expand Down

0 comments on commit a05b184

Please sign in to comment.