Skip to content

Commit

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

Bumps [codemaker](https://github.com/aws/jsii/tree/HEAD/packages/codemaker) from 1.86.0 to 1.86.1.
- [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.86.1/packages/codemaker)

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

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

* chore(deps): bump aws-sdk from 2.1427.0 to 2.1432.0

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1427.0 to 2.1432.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1427.0...v2.1432.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 @oclif/core from 2.11.5 to 2.11.8

Bumps [@oclif/core](https://github.com/oclif/core) from 2.11.5 to 2.11.8.
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@2.11.5...2.11.8)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* chore(deps): bump prettier from 3.0.0 to 3.0.1

Bumps [prettier](https://github.com/prettier/prettier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.0...3.0.1)

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

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

* chore(deps): bump @types/node from 20.4.5 to 20.4.9

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.5 to 20.4.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]>

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

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.5 to 20.4.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 Aug 10, 2023
1 parent 83f19f8 commit 7091cc6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.kebabcase": "^4.1.7",
"@types/lodash.upperfirst": "^4.3.7",
"@types/node": "20.4.5",
"@types/node": "20.4.9",
"@types/yargs": "^17.0.19",
"aws-cdk": "2.90.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.46.0",
"eslint-plugin-custom-rules": "file:tools/eslint",
"gh-pages": "^5.0.0",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"semantic-release": "^21.0.7",
"serve": "^14.2.0",
"ts-jest": "^29.1.1",
Expand All @@ -53,11 +53,11 @@
"typescript": "~4.9.5"
},
"dependencies": {
"@oclif/core": "2.11.5",
"@oclif/core": "2.11.8",
"aws-cdk-lib": "2.90.0",
"aws-sdk": "^2.1427.0",
"aws-sdk": "^2.1432.0",
"chalk": "^4.1.2",
"codemaker": "^1.86.0",
"codemaker": "^1.86.1",
"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": "5.0.0",
"@types/jest": "^29.1.2",
"@types/node": "20.4.5",
"@types/node": "20.4.9",
"aws-cdk": "2.90.0",
"aws-cdk-lib": "2.90.0",
"constructs": "10.2.69",
Expand Down

0 comments on commit 7091cc6

Please sign in to comment.