Bump @typescript-eslint/parser from 5.3.1 to 5.6.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.3.1 to 5.6.0.
- [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.6.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-06 22:14:14 +00:00 committed by GitHub
parent 0d666d1b1b
commit 589e7c3905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 48 additions and 49 deletions

95
package-lock.json generated
View File

@ -23,7 +23,7 @@
"@types/leaflet": "1.7.5",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3",
"@typescript-eslint/parser": "^5.3",
"@typescript-eslint/parser": "^5.6",
"@vitejs/plugin-vue": "^1.9",
"@vue/compiler-sfc": "^3.2.21",
"@vue/eslint-config-typescript": "^9.0",
@ -2115,14 +2115,14 @@
}
},
"node_modules/@typescript-eslint/parser": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.3.1.tgz",
"integrity": "sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.6.0.tgz",
"integrity": "sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==",
"dev": true,
"dependencies": {
"@typescript-eslint/scope-manager": "5.3.1",
"@typescript-eslint/types": "5.3.1",
"@typescript-eslint/typescript-estree": "5.3.1",
"@typescript-eslint/scope-manager": "5.6.0",
"@typescript-eslint/types": "5.6.0",
"@typescript-eslint/typescript-estree": "5.6.0",
"debug": "^4.3.2"
},
"engines": {
@ -2142,13 +2142,13 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz",
"integrity": "sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.6.0.tgz",
"integrity": "sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==",
"dev": true,
"dependencies": {
"@typescript-eslint/types": "5.3.1",
"@typescript-eslint/visitor-keys": "5.3.1"
"@typescript-eslint/types": "5.6.0",
"@typescript-eslint/visitor-keys": "5.6.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@ -2159,9 +2159,9 @@
}
},
"node_modules/@typescript-eslint/types": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.3.1.tgz",
"integrity": "sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.6.0.tgz",
"integrity": "sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==",
"dev": true,
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@ -2172,13 +2172,13 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz",
"integrity": "sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.6.0.tgz",
"integrity": "sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==",
"dev": true,
"dependencies": {
"@typescript-eslint/types": "5.3.1",
"@typescript-eslint/visitor-keys": "5.3.1",
"@typescript-eslint/types": "5.6.0",
"@typescript-eslint/visitor-keys": "5.6.0",
"debug": "^4.3.2",
"globby": "^11.0.4",
"is-glob": "^4.0.3",
@ -2199,12 +2199,12 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz",
"integrity": "sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.6.0.tgz",
"integrity": "sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==",
"dev": true,
"dependencies": {
"@typescript-eslint/types": "5.3.1",
"@typescript-eslint/types": "5.6.0",
"eslint-visitor-keys": "^3.0.0"
},
"engines": {
@ -11206,41 +11206,41 @@
}
},
"@typescript-eslint/parser": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.3.1.tgz",
"integrity": "sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.6.0.tgz",
"integrity": "sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==",
"dev": true,
"requires": {
"@typescript-eslint/scope-manager": "5.3.1",
"@typescript-eslint/types": "5.3.1",
"@typescript-eslint/typescript-estree": "5.3.1",
"@typescript-eslint/scope-manager": "5.6.0",
"@typescript-eslint/types": "5.6.0",
"@typescript-eslint/typescript-estree": "5.6.0",
"debug": "^4.3.2"
}
},
"@typescript-eslint/scope-manager": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz",
"integrity": "sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.6.0.tgz",
"integrity": "sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.3.1",
"@typescript-eslint/visitor-keys": "5.3.1"
"@typescript-eslint/types": "5.6.0",
"@typescript-eslint/visitor-keys": "5.6.0"
}
},
"@typescript-eslint/types": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.3.1.tgz",
"integrity": "sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.6.0.tgz",
"integrity": "sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==",
"dev": true
},
"@typescript-eslint/typescript-estree": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz",
"integrity": "sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.6.0.tgz",
"integrity": "sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.3.1",
"@typescript-eslint/visitor-keys": "5.3.1",
"@typescript-eslint/types": "5.6.0",
"@typescript-eslint/visitor-keys": "5.6.0",
"debug": "^4.3.2",
"globby": "^11.0.4",
"is-glob": "^4.0.3",
@ -11249,12 +11249,12 @@
}
},
"@typescript-eslint/visitor-keys": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz",
"integrity": "sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.6.0.tgz",
"integrity": "sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==",
"dev": true,
"requires": {
"@typescript-eslint/types": "5.3.1",
"@typescript-eslint/types": "5.6.0",
"eslint-visitor-keys": "^3.0.0"
},
"dependencies": {
@ -15028,7 +15028,6 @@
},
"leaflet": {
"version": "git+ssh://git@github.com/JLyne/leaflet.git#baca9236e871329b08c515c3053028bad016ca5e",
"integrity": "sha512-OYcRxnlpE2Q4soSk+CJFUS1W3I6u90KAIdTf7eWW2vIhCbiliRAVi27+2F9WiZjkTXsgQRaLH7NcyUirWKie5A==",
"from": "leaflet@git+https://github.com/JLyne/leaflet.git"
},
"leven": {

View File

@ -26,7 +26,7 @@
"@types/leaflet": "1.7.5",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3",
"@typescript-eslint/parser": "^5.3",
"@typescript-eslint/parser": "^5.6",
"@vitejs/plugin-vue": "^1.9",
"@vue/compiler-sfc": "^3.2.21",
"@vue/eslint-config-typescript": "^9.0",