diff --git a/Build/package-lock.json b/Build/package-lock.json index f632046..9712946 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -1,17 +1,17 @@ { "name": "htmlrunner", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmlrunner", - "version": "1.0.0", + "version": "1.1.0", "license": "ISC", "dependencies": { "@babel/core": "^7.27.4", "@babel/parser": "^7.27.3", - "@babel/runtime": "^7.27.4", + "@babel/runtime": "^7.27.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9", @@ -271,9 +271,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.4.tgz", - "integrity": "sha512-t3yaEOuGu9NlIZ+hIeGbBjFtZT7j2cb2tg0fuaJKeGotchRjjLfrBA9Kwf8quhpP1EUuxModQg04q/mBwyg8uA==", + "version": "7.27.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", + "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", "license": "MIT", "engines": { "node": ">=6.9.0" diff --git a/Build/package.json b/Build/package.json index 54e150c..c1d0f7b 100644 --- a/Build/package.json +++ b/Build/package.json @@ -15,7 +15,7 @@ "dependencies": { "@babel/core": "^7.27.4", "@babel/parser": "^7.27.3", - "@babel/runtime": "^7.27.4", + "@babel/runtime": "^7.27.6", "@codemirror/commands": "^6.8.1", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.9",