Skip to content

Commit 42f5d82

Browse files
chore(syncer): bump @types/node from 18.15.3 to 18.15.5 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#3096)
chore(syncer): bump @types/node Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.3 to 18.15.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac158f6 commit 42f5d82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
2222
"@types/aws-lambda": "^8.10.114",
2323
"@types/jest": "^29.5.0",
24-
"@types/node": "^18.14.6",
24+
"@types/node": "^18.15.5",
2525
"@types/request": "^2.48.8",
2626
"@typescript-eslint/eslint-plugin": "^5.54.1",
2727
"@typescript-eslint/parser": "^5.54.1",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,10 +1958,10 @@
19581958
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz"
19591959
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
19601960

1961-
"@types/node@*", "@types/node@^18.14.6":
1962-
version "18.15.3"
1963-
resolved "https://registry.npmjs.org/@types/node/-/node-18.15.3.tgz"
1964-
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
1961+
"@types/node@*", "@types/node@^18.15.5":
1962+
version "18.15.5"
1963+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.5.tgz#3af577099a99c61479149b716183e70b5239324a"
1964+
integrity sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew==
19651965

19661966
"@types/prettier@^2.1.5":
19671967
version "2.7.2"

0 commit comments

Comments
 (0)