Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 0de7f32

Browse files
chore: Bump tslog in /modules/webhook/lambdas/webhook (#1582)
Bumps [tslog](https://github.com/fullstack-build/tslog) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/fullstack-build/tslog/releases) - [Changelog](https://github.com/fullstack-build/tslog/blob/master/CHANGELOG.md) - [Commits](fullstack-build/tslog@v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: tslog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79493e8 commit 0de7f32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"@octokit/rest": "^18.12.0",
4242
"@octokit/webhooks": "^9.21.0",
4343
"aws-lambda": "^1.0.7",
44-
"tslog": "^3.3.0"
44+
"tslog": "^3.3.1"
4545
}
4646
}

modules/webhook/lambdas/webhook/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4439,10 +4439,10 @@ tslib@^2.3.0:
44394439
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
44404440
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
44414441

4442-
tslog@^3.3.0:
4443-
version "3.3.0"
4444-
resolved "https://registry.yarnpkg.com/tslog/-/tslog-3.3.0.tgz#868d90a80b915087de18d810d942a6f763bd6cd1"
4445-
integrity sha512-NP/9xDON5rv8zCS/jDpvi1V+Oplpwd86BBscdEbK6STWRxsSuott33tqly+RCSkFrLVrCuF9qAJKZTPDaR+HbQ==
4442+
tslog@^3.3.1:
4443+
version "3.3.1"
4444+
resolved "https://registry.yarnpkg.com/tslog/-/tslog-3.3.1.tgz#cf5b236772c05c59e183dc1d088e4dbf5bcd8f85"
4445+
integrity sha512-An3uyXX95uU/X7v5H6G9OKW6ip/gVOpvsERGJ/nR4Or5TP5GwoI9nUjhNWEc8mJOWC7uhPMg2UzkrVDUtadELg==
44464446
dependencies:
44474447
source-map-support "^0.5.21"
44484448

0 commit comments

Comments
 (0)