Skip to content

Commit d35b74b

Browse files
authored
Merge pull request #91 from garageScript/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.9
build(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.59.9
2 parents c87bbc7 + 205e5fa commit d35b74b

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@types/express": "^4.17.17",
4040
"@typescript-eslint/eslint-plugin": "^5.59.9",
41-
"@typescript-eslint/parser": "^5.59.7",
41+
"@typescript-eslint/parser": "^5.59.9",
4242
"eslint": "^8.42.0",
4343
"eslint-config-prettier": "^8.8.0",
4444
"husky": "^8.0.3",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -256,23 +256,15 @@
256256
semver "^7.3.7"
257257
tsutils "^3.21.0"
258258

259-
"@typescript-eslint/parser@^5.59.7":
260-
version "5.59.7"
261-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
262-
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
263-
dependencies:
264-
"@typescript-eslint/scope-manager" "5.59.7"
265-
"@typescript-eslint/types" "5.59.7"
266-
"@typescript-eslint/typescript-estree" "5.59.7"
267-
debug "^4.3.4"
268-
269-
"@typescript-eslint/[email protected]":
270-
version "5.59.7"
271-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
272-
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
259+
"@typescript-eslint/parser@^5.59.9":
260+
version "5.59.9"
261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.9.tgz#a85c47ccdd7e285697463da15200f9a8561dd5fa"
262+
integrity sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==
273263
dependencies:
274-
"@typescript-eslint/types" "5.59.7"
275-
"@typescript-eslint/visitor-keys" "5.59.7"
264+
"@typescript-eslint/scope-manager" "5.59.9"
265+
"@typescript-eslint/types" "5.59.9"
266+
"@typescript-eslint/typescript-estree" "5.59.9"
267+
debug "^4.3.4"
276268

277269
"@typescript-eslint/[email protected]":
278270
version "5.59.9"
@@ -292,29 +284,11 @@
292284
debug "^4.3.4"
293285
tsutils "^3.21.0"
294286

295-
"@typescript-eslint/[email protected]":
296-
version "5.59.7"
297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
298-
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
299-
300287
"@typescript-eslint/[email protected]":
301288
version "5.59.9"
302289
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.9.tgz#3b4e7ae63718ce1b966e0ae620adc4099a6dcc52"
303290
integrity sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==
304291

305-
"@typescript-eslint/[email protected]":
306-
version "5.59.7"
307-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
308-
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
309-
dependencies:
310-
"@typescript-eslint/types" "5.59.7"
311-
"@typescript-eslint/visitor-keys" "5.59.7"
312-
debug "^4.3.4"
313-
globby "^11.1.0"
314-
is-glob "^4.0.3"
315-
semver "^7.3.7"
316-
tsutils "^3.21.0"
317-
318292
"@typescript-eslint/[email protected]":
319293
version "5.59.9"
320294
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz#6bfea844e468427b5e72034d33c9fffc9557392b"
@@ -342,14 +316,6 @@
342316
eslint-scope "^5.1.1"
343317
semver "^7.3.7"
344318

345-
"@typescript-eslint/[email protected]":
346-
version "5.59.7"
347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
348-
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
349-
dependencies:
350-
"@typescript-eslint/types" "5.59.7"
351-
eslint-visitor-keys "^3.3.0"
352-
353319
"@typescript-eslint/[email protected]":
354320
version "5.59.9"
355321
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz#9f86ef8e95aca30fb5a705bb7430f95fc58b146d"

0 commit comments

Comments
 (0)