Skip to content

Commit 391ae38

Browse files
chore: Bump tslog in /modules/webhook/lambdas/webhook (#1464)
Bumps [tslog](https://github.com/fullstack-build/tslog) from 3.2.2 to 3.3.0. - [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.2.2...v3.3.0) --- updated-dependencies: - dependency-name: tslog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74b48cb commit 391ae38

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"@octokit/rest": "^18.12.0",
4242
"@octokit/webhooks": "^9.20.0",
4343
"aws-lambda": "^1.0.7",
44-
"tslog": "^3.2.2"
44+
"tslog": "^3.3.0"
4545
}
4646
}

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4156,18 +4156,10 @@ slice-ansi@^4.0.0:
41564156
astral-regex "^2.0.0"
41574157
is-fullwidth-code-point "^3.0.0"
41584158

4159-
source-map-support@^0.5.12, source-map-support@^0.5.17:
4160-
version "0.5.19"
4161-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
4162-
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
4163-
dependencies:
4164-
buffer-from "^1.0.0"
4165-
source-map "^0.6.0"
4166-
4167-
source-map-support@^0.5.19, source-map-support@^0.5.6:
4168-
version "0.5.20"
4169-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9"
4170-
integrity sha1-EhZgifj15ejFaSazd2Mzkt0stsk=
4159+
source-map-support@^0.5.12, source-map-support@^0.5.17, source-map-support@^0.5.21, source-map-support@^0.5.6:
4160+
version "0.5.21"
4161+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
4162+
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
41714163
dependencies:
41724164
buffer-from "^1.0.0"
41734165
source-map "^0.6.0"
@@ -4452,12 +4444,12 @@ tslib@^2.3.0:
44524444
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
44534445
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
44544446

4455-
tslog@^3.2.2:
4456-
version "3.2.2"
4457-
resolved "https://registry.yarnpkg.com/tslog/-/tslog-3.2.2.tgz#5bbaa1fab685c4273e59b38064227321a69a0694"
4458-
integrity sha1-W7qh+raFxCc+WbOAZCJzIaaaBpQ=
4447+
tslog@^3.3.0:
4448+
version "3.3.0"
4449+
resolved "https://registry.yarnpkg.com/tslog/-/tslog-3.3.0.tgz#868d90a80b915087de18d810d942a6f763bd6cd1"
4450+
integrity sha512-NP/9xDON5rv8zCS/jDpvi1V+Oplpwd86BBscdEbK6STWRxsSuott33tqly+RCSkFrLVrCuF9qAJKZTPDaR+HbQ==
44594451
dependencies:
4460-
source-map-support "^0.5.19"
4452+
source-map-support "^0.5.21"
44614453

44624454
tsutils@^3.21.0:
44634455
version "3.21.0"

0 commit comments

Comments
 (0)