diff --git a/app/package.json b/app/package.json index 5589f1e7..ea0b3b5f 100644 --- a/app/package.json +++ b/app/package.json @@ -13,7 +13,7 @@ "postinstall": "npx patch-package" }, "dependencies": { - "@babel/parser": "7.22.5", + "@babel/parser": "7.22.7", "@electron/remote": "2.0.10", "async-retry": "1.3.3", "chokidar": "^3.5.3", diff --git a/app/yarn.lock b/app/yarn.lock index 86df9a5e..c36909d9 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@babel/parser@7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" - integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== +"@babel/parser@7.22.7": + version "7.22.7" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" + integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== "@electron/remote@2.0.10": version "2.0.10"