diff --git a/package.json b/package.json index d3dc9c083..793abb9fc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "GPL-2.0-or-later", "devDependencies": { "@babel/core": "^7.12.10", - "@babel/eslint-parser": "^7.12.1", + "@babel/eslint-parser": "^7.12.13", "@babel/eslint-plugin": "^7.12.13", "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-private-methods": "^7.12.13", diff --git a/yarn.lock b/yarn.lock index c424f5f2d..b27480b48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42,10 +42,10 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/eslint-parser@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.12.1.tgz#b3ae38e6174d2d0d2d00d2dcd919b4086b6bb8f0" - integrity sha512-cc7WQHnHQY3++/bghgbDtPx+5bf6xTsokyGzV6Qzh65NLz/unv+mPQuACkQ9GFhIhcTFv6yqwNaEcfX7EkOEsg== +"@babel/eslint-parser@^7.12.13": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.12.13.tgz#f3158c28ed9eecd95fb75ee3015033b8b3b869b2" + integrity sha512-+VF2M8ZWXc2KVf6L0tFcv6w8IZkCc1rvN65oj6hXxhYtOanlCA6ONpgEdy/HVGmcogu4El4ohdzuyfWYxSsKow== dependencies: eslint-scope "5.1.0" eslint-visitor-keys "^1.3.0"