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

Commit 06e2143

Browse files
chore(runners): Bump @typescript-eslint/parser from 5.48.0 to 5.48.1 in /modules/runners/lambdas/runners (#2869)
chore(runners): Bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.0 to 5.48.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" 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>
1 parent eb1fd28 commit 06e2143

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/jest": "^29.2.5",
2424
"@types/node": "^18.11.18",
2525
"@typescript-eslint/eslint-plugin": "^5.47.1",
26-
"@typescript-eslint/parser": "^5.48.0",
26+
"@typescript-eslint/parser": "^5.48.1",
2727
"@vercel/ncc": "^0.36.0",
2828
"eslint": "^8.30.0",
2929
"eslint-plugin-prettier": "4.2.1",

Diff for: modules/runners/lambdas/runners/yarn.lock

+29-29
Original file line numberDiff line numberDiff line change
@@ -1870,14 +1870,14 @@
18701870
semver "^7.3.7"
18711871
tsutils "^3.21.0"
18721872

1873-
"@typescript-eslint/parser@^5.48.0":
1874-
version "5.48.0"
1875-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.0.tgz#02803355b23884a83e543755349809a50b7ed9ba"
1876-
integrity sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==
1877-
dependencies:
1878-
"@typescript-eslint/scope-manager" "5.48.0"
1879-
"@typescript-eslint/types" "5.48.0"
1880-
"@typescript-eslint/typescript-estree" "5.48.0"
1873+
"@typescript-eslint/parser@^5.48.1":
1874+
version "5.48.1"
1875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.1.tgz#d0125792dab7e232035434ab8ef0658154db2f10"
1876+
integrity sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==
1877+
dependencies:
1878+
"@typescript-eslint/scope-manager" "5.48.1"
1879+
"@typescript-eslint/types" "5.48.1"
1880+
"@typescript-eslint/typescript-estree" "5.48.1"
18811881
debug "^4.3.4"
18821882

18831883
"@typescript-eslint/[email protected]":
@@ -1888,13 +1888,13 @@
18881888
"@typescript-eslint/types" "5.47.1"
18891889
"@typescript-eslint/visitor-keys" "5.47.1"
18901890

1891-
"@typescript-eslint/[email protected].0":
1892-
version "5.48.0"
1893-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.0.tgz#607731cb0957fbc52fd754fd79507d1b6659cecf"
1894-
integrity sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==
1891+
"@typescript-eslint/[email protected].1":
1892+
version "5.48.1"
1893+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz#39c71e4de639f5fe08b988005beaaf6d79f9d64d"
1894+
integrity sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==
18951895
dependencies:
1896-
"@typescript-eslint/types" "5.48.0"
1897-
"@typescript-eslint/visitor-keys" "5.48.0"
1896+
"@typescript-eslint/types" "5.48.1"
1897+
"@typescript-eslint/visitor-keys" "5.48.1"
18981898

18991899
"@typescript-eslint/[email protected]":
19001900
version "5.47.1"
@@ -1911,10 +1911,10 @@
19111911
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.1.tgz#459f07428aec5a8c4113706293c2ae876741ac8e"
19121912
integrity sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==
19131913

1914-
"@typescript-eslint/[email protected].0":
1915-
version "5.48.0"
1916-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.0.tgz#d725da8dfcff320aab2ac6f65c97b0df30058449"
1917-
integrity sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==
1914+
"@typescript-eslint/[email protected].1":
1915+
version "5.48.1"
1916+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.1.tgz#efd1913a9aaf67caf8a6e6779fd53e14e8587e14"
1917+
integrity sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==
19181918

19191919
"@typescript-eslint/[email protected]":
19201920
version "5.47.1"
@@ -1929,13 +1929,13 @@
19291929
semver "^7.3.7"
19301930
tsutils "^3.21.0"
19311931

1932-
"@typescript-eslint/[email protected].0":
1933-
version "5.48.0"
1934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz#a7f04bccb001003405bb5452d43953a382c2fac2"
1935-
integrity sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==
1932+
"@typescript-eslint/[email protected].1":
1933+
version "5.48.1"
1934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz#9efa8ee2aa471c6ab62e649f6e64d8d121bc2056"
1935+
integrity sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==
19361936
dependencies:
1937-
"@typescript-eslint/types" "5.48.0"
1938-
"@typescript-eslint/visitor-keys" "5.48.0"
1937+
"@typescript-eslint/types" "5.48.1"
1938+
"@typescript-eslint/visitor-keys" "5.48.1"
19391939
debug "^4.3.4"
19401940
globby "^11.1.0"
19411941
is-glob "^4.0.3"
@@ -1964,12 +1964,12 @@
19641964
"@typescript-eslint/types" "5.47.1"
19651965
eslint-visitor-keys "^3.3.0"
19661966

1967-
"@typescript-eslint/[email protected].0":
1968-
version "5.48.0"
1969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.0.tgz#4446d5e7f6cadde7140390c0e284c8702d944904"
1970-
integrity sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==
1967+
"@typescript-eslint/[email protected].1":
1968+
version "5.48.1"
1969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz#79fd4fb9996023ef86849bf6f904f33eb6c8fccb"
1970+
integrity sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==
19711971
dependencies:
1972-
"@typescript-eslint/types" "5.48.0"
1972+
"@typescript-eslint/types" "5.48.1"
19731973
eslint-visitor-keys "^3.3.0"
19741974

19751975
"@vercel/ncc@^0.36.0":

0 commit comments

Comments
 (0)