diff --git a/Build/package-lock.json b/Build/package-lock.json index 9712946..e20194f 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.27.4", - "@babel/parser": "^7.27.3", + "@babel/parser": "^7.27.5", "@babel/runtime": "^7.27.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", @@ -256,9 +256,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.27.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.4.tgz", - "integrity": "sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==", + "version": "7.27.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz", + "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==", "license": "MIT", "dependencies": { "@babel/types": "^7.27.3" diff --git a/Build/package.json b/Build/package.json index c1d0f7b..2764f68 100644 --- a/Build/package.json +++ b/Build/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@babel/core": "^7.27.4", - "@babel/parser": "^7.27.3", + "@babel/parser": "^7.27.5", "@babel/runtime": "^7.27.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1",