Skip to content

Commit 76ca7e4

Browse files
authored
Merge pull request #2239 from TechnologyEnhancedLearning/dependabot/npm_and_yarn/DigitalLearningSolutions.Web/Automatic_version_update_dependabot/typescript-eslint/parser-5.62.0
Bump @typescript-eslint/parser from 5.25.0 to 5.62.0 in /DigitalLearningSolutions.Web
2 parents 9aa362d + 5d815b4 commit 76ca7e4

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

DigitalLearningSolutions.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/jsdom": "^16.2.15",
4646
"@types/lodash": "^4.14.199",
4747
"@typescript-eslint/eslint-plugin": "^5.25.0",
48-
"@typescript-eslint/parser": "^5.25.0",
48+
"@typescript-eslint/parser": "^5.62.0",
4949
"babel-jest": "^28.1.3",
5050
"babel-loader": "^9.1.3",
5151
"eslint": "^8.50.0",

DigitalLearningSolutions.Web/yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,14 +1885,14 @@
18851885
semver "^7.3.7"
18861886
tsutils "^3.21.0"
18871887

1888-
"@typescript-eslint/parser@^5.25.0":
1889-
version "5.25.0"
1890-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.25.0.tgz#fb533487147b4b9efd999a4d2da0b6c263b64f7f"
1891-
integrity sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==
1892-
dependencies:
1893-
"@typescript-eslint/scope-manager" "5.25.0"
1894-
"@typescript-eslint/types" "5.25.0"
1895-
"@typescript-eslint/typescript-estree" "5.25.0"
1888+
"@typescript-eslint/parser@^5.62.0":
1889+
version "5.62.0"
1890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1891+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1892+
dependencies:
1893+
"@typescript-eslint/scope-manager" "5.62.0"
1894+
"@typescript-eslint/types" "5.62.0"
1895+
"@typescript-eslint/typescript-estree" "5.62.0"
18961896
debug "^4.3.4"
18971897

18981898
"@typescript-eslint/[email protected]":
@@ -1903,6 +1903,14 @@
19031903
"@typescript-eslint/types" "5.25.0"
19041904
"@typescript-eslint/visitor-keys" "5.25.0"
19051905

1906+
"@typescript-eslint/[email protected]":
1907+
version "5.62.0"
1908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1909+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1910+
dependencies:
1911+
"@typescript-eslint/types" "5.62.0"
1912+
"@typescript-eslint/visitor-keys" "5.62.0"
1913+
19061914
"@typescript-eslint/[email protected]":
19071915
version "5.25.0"
19081916
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.25.0.tgz#5750d26a5db4c4d68d511611e0ada04e56f613bc"
@@ -1917,6 +1925,11 @@
19171925
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
19181926
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
19191927

1928+
"@typescript-eslint/[email protected]":
1929+
version "5.62.0"
1930+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1931+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1932+
19201933
"@typescript-eslint/[email protected]":
19211934
version "5.25.0"
19221935
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.25.0.tgz#a7ab40d32eb944e3fb5b4e3646e81b1bcdd63e00"
@@ -1930,6 +1943,19 @@
19301943
semver "^7.3.7"
19311944
tsutils "^3.21.0"
19321945

1946+
"@typescript-eslint/[email protected]":
1947+
version "5.62.0"
1948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1949+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1950+
dependencies:
1951+
"@typescript-eslint/types" "5.62.0"
1952+
"@typescript-eslint/visitor-keys" "5.62.0"
1953+
debug "^4.3.4"
1954+
globby "^11.1.0"
1955+
is-glob "^4.0.3"
1956+
semver "^7.3.7"
1957+
tsutils "^3.21.0"
1958+
19331959
"@typescript-eslint/[email protected]":
19341960
version "5.25.0"
19351961
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.25.0.tgz#272751fd737733294b4ab95e16c7f2d4a75c2049"
@@ -1950,6 +1976,14 @@
19501976
"@typescript-eslint/types" "5.25.0"
19511977
eslint-visitor-keys "^3.3.0"
19521978

1979+
"@typescript-eslint/[email protected]":
1980+
version "5.62.0"
1981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1982+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1983+
dependencies:
1984+
"@typescript-eslint/types" "5.62.0"
1985+
eslint-visitor-keys "^3.3.0"
1986+
19531987
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5":
19541988
version "1.11.6"
19551989
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24"

0 commit comments

Comments
 (0)