Skip to content

Commit 55f554e

Browse files
authored
Merge pull request #13 from lohitkolluri/snyk-upgrade-ee86a1bd05ef6044267060af939e9c98
2 parents e85ce93 + 37b45dd commit 55f554e

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"dependencies": {
44
"@babel/core": "^7.23.2",
5-
"@babel/plugin-syntax-flow": "^7.14.5",
5+
"@babel/plugin-syntax-flow": "^7.26.0",
66
"@babel/plugin-transform-react-jsx": "^7.14.9",
77
"@monaco-editor/react": "^4.4.4",
88
"@testing-library/dom": "^7.21.4",

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,11 @@
305305
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
306306
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
307307

308+
"@babel/helper-plugin-utils@^7.25.9":
309+
version "7.26.5"
310+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
311+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
312+
308313
"@babel/helper-remap-async-to-generator@^7.16.8":
309314
version "7.16.8"
310315
resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz"
@@ -634,20 +639,20 @@
634639
dependencies:
635640
"@babel/helper-plugin-utils" "^7.8.3"
636641

637-
"@babel/plugin-syntax-flow@^7.14.5":
638-
version "7.22.5"
639-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#163b820b9e7696ce134df3ee716d9c0c98035859"
640-
integrity sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==
641-
dependencies:
642-
"@babel/helper-plugin-utils" "^7.22.5"
643-
644642
"@babel/plugin-syntax-flow@^7.16.7":
645643
version "7.16.7"
646644
resolved "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz"
647645
integrity sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==
648646
dependencies:
649647
"@babel/helper-plugin-utils" "^7.16.7"
650648

649+
"@babel/plugin-syntax-flow@^7.26.0":
650+
version "7.26.0"
651+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.26.0.tgz#96507595c21b45fccfc2bc758d5c45452e6164fa"
652+
integrity sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==
653+
dependencies:
654+
"@babel/helper-plugin-utils" "^7.25.9"
655+
651656
"@babel/plugin-syntax-import-meta@^7.8.3":
652657
version "7.10.4"
653658
resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz"

0 commit comments

Comments
 (0)