Skip to content

Commit

Permalink
fix(deps): Dependency updates (#1957)
Browse files Browse the repository at this point in the history
* chore(deps): bump @types/node in /tools/integration-test

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

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

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

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

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

* chore(deps): bump ts-jest from 29.1.0 to 29.1.1

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.0 to 29.1.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.0...v29.1.1)

---
updated-dependencies:
- dependency-name: ts-jest
  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 Jul 27, 2023
1 parent f5d38f9 commit 85996a3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.kebabcase": "^4.1.7",
"@types/lodash.upperfirst": "^4.3.7",
"@types/node": "20.4.2",
"@types/node": "20.4.5",
"@types/yargs": "^17.0.19",
"aws-cdk": "2.87.0",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -47,13 +47,13 @@
"prettier": "^2.8.8",
"semantic-release": "^21.0.7",
"serve": "^14.2.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "~4.9.5"
},
"dependencies": {
"@oclif/core": "2.9.3",
"@oclif/core": "2.10.0",
"aws-cdk-lib": "2.87.0",
"aws-sdk": "^2.1415.0",
"chalk": "^4.1.2",
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.2",
"@types/node": "20.4.5",
"aws-cdk": "2.87.0",
"aws-cdk-lib": "2.87.0",
"constructs": "10.2.69",
Expand Down

0 comments on commit 85996a3

Please sign in to comment.