diff --git a/package.json b/package.json index 3208eed..6407c74 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lint": "eslint . && tsc --noEmit" }, "dependencies": { - "@babel/runtime": "^7.26.0", + "@babel/runtime": "^7.26.10", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-markdown": "^6.3.1", "@codemirror/language-data": "^6.5.1", diff --git a/yarn.lock b/yarn.lock index de395ff..56257d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -185,6 +185,15 @@ __metadata: languageName: node linkType: hard +"@babel/runtime@npm:^7.26.10": + version: 7.27.0 + resolution: "@babel/runtime@npm:7.27.0" + dependencies: + regenerator-runtime: "npm:^0.14.0" + checksum: 10c0/35091ea9de48bd7fd26fb177693d64f4d195eb58ab2b142b893b7f3fa0f1d7c677604d36499ae0621a3703f35ba0c6a8f6c572cc8f7dc0317213841e493cf663 + languageName: node + linkType: hard + "@babel/template@npm:^7.25.9": version: 7.25.9 resolution: "@babel/template@npm:7.25.9" @@ -3455,7 +3464,7 @@ __metadata: resolution: "ecthelion@workspace:." dependencies: "@babel/core": "npm:^7.26.0" - "@babel/runtime": "npm:^7.26.0" + "@babel/runtime": "npm:^7.26.10" "@codemirror/lang-javascript": "npm:^6.2.2" "@codemirror/lang-markdown": "npm:^6.3.1" "@codemirror/language-data": "npm:^6.5.1"