diff --git a/package.json b/package.json index 8040158..b46f299 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ ] }, "devDependencies": { - "@babel/eslint-parser": "^7.21.3", + "@babel/eslint-parser": "^7.22.5", "@capacitor/assets": "^2.0.4", "@capacitor/cli": "4.7.3", "@playwright/test": "^1.33.0", diff --git a/yarn.lock b/yarn.lock index cfe592a..d7d7884 100644 --- a/yarn.lock +++ b/yarn.lock @@ -95,10 +95,10 @@ json5 "^2.2.2" semver "^6.3.0" -"@babel/eslint-parser@^7.21.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7" - integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg== +"@babel/eslint-parser@^7.22.5": + version "7.22.5" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz#fa032503b9e2d188e25b1b95d29e8b8431042d78" + integrity sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"