diff --git a/Build/package-lock.json b/Build/package-lock.json index 67302f3..cd9301c 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.29.0", - "@babel/parser": "^7.28.5", + "@babel/parser": "^7.29.2", "@babel/runtime": "^7.28.6", "@codemirror/commands": "^6.10.3", "@codemirror/lang-css": "^6.3.1", @@ -253,9 +253,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz", - "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==", + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz", + "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==", "license": "MIT", "dependencies": { "@babel/types": "^7.29.0" diff --git a/Build/package.json b/Build/package.json index f6efb2c..10db7db 100644 --- a/Build/package.json +++ b/Build/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.29.0", - "@babel/parser": "^7.28.5", + "@babel/parser": "^7.29.2", "@babel/runtime": "^7.28.6", "@codemirror/commands": "^6.10.3", "@codemirror/lang-css": "^6.3.1",