From 73ad2c04d4351952919f6b864f4c0a3bf9221dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:15:09 +0000 Subject: [PATCH] Bump @xmldom/xmldom and codeceptjs Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) to 0.9.9 and updates ancestor dependency [codeceptjs](https://github.com/Codeception/codeceptjs). These dependencies need to be updated together. Updates `@xmldom/xmldom` from 0.9.8 to 0.9.9 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.9.8...0.9.9) Updates `codeceptjs` from 3.7.7 to 3.7.8 - [Release notes](https://github.com/Codeception/codeceptjs/releases) - [Changelog](https://github.com/codeceptjs/CodeceptJS/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/Codeception/codeceptjs/compare/3.7.7...3.7.8) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.9 dependency-type: indirect - dependency-name: codeceptjs dependency-version: 3.7.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 90 +++++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 53 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8182c1e..b262875 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@codeceptjs/helper": "^1.0.2", "allure-commandline": "^2.13.8", - "codeceptjs": "^3.7.7", + "codeceptjs": "^3.7.8", "codeceptjs-chai": "^2.2.0", "eslint": "^9.31.0", "eslint-plugin-codeceptjs": "^1.2.0", @@ -1678,9 +1678,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.8", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", - "integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==", + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz", + "integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==", "license": "MIT", "engines": { "node": ">=14.6" @@ -1943,14 +1943,23 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.6", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz", - "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", + "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" + } + }, + "node_modules/axios/node_modules/proxy-from-env": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" } }, "node_modules/babel-jest": { @@ -2485,9 +2494,9 @@ } }, "node_modules/cheerio": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.1.2.tgz", - "integrity": "sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.2.0.tgz", + "integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==", "license": "MIT", "dependencies": { "cheerio-select": "^2.1.0", @@ -2495,11 +2504,11 @@ "domhandler": "^5.0.3", "domutils": "^3.2.2", "encoding-sniffer": "^0.2.1", - "htmlparser2": "^10.0.0", + "htmlparser2": "^10.1.0", "parse5": "^7.3.0", "parse5-htmlparser2-tree-adapter": "^7.1.0", "parse5-parser-stream": "^7.1.2", - "undici": "^7.12.0", + "undici": "^7.19.0", "whatwg-mimetype": "^4.0.0" }, "engines": { @@ -2750,22 +2759,22 @@ } }, "node_modules/codeceptjs": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/codeceptjs/-/codeceptjs-3.7.7.tgz", - "integrity": "sha512-S9tOm2akaxEsKfwT2xHA0wawRBt4LP+anUc94xofBr3IvbcjM3Jg1a4N6zB+0fZ6yN780t4HMRblR211Tc10JQ==", + "version": "3.7.8", + "resolved": "https://registry.npmjs.org/codeceptjs/-/codeceptjs-3.7.8.tgz", + "integrity": "sha512-V0wdrhzssnRK6jyOQLFwaO16kXehRbc49LSj/hjD7lhdU1Jely9TXuBznDIfb2EbAR8qZJ/wZcu4N5BVmSk22g==", "license": "MIT", "dependencies": { "@codeceptjs/configure": "1.0.6", "@codeceptjs/helper": "2.0.4", - "@cucumber/cucumber-expressions": "19", + "@cucumber/cucumber-expressions": "^19.0.0", "@cucumber/gherkin": "39.0.0", "@cucumber/messages": "32.2.0", - "@xmldom/xmldom": "0.9.8", + "@xmldom/xmldom": "0.9.9", "acorn": "8.16.0", "arrify": "3.0.0", - "axios": "1.13.6", + "axios": "1.14.0", "chalk": "4.1.2", - "cheerio": "^1.0.0", + "cheerio": "^1.2.0", "chokidar": "^4.0.3", "commander": "11.1.0", "cross-spawn": "7.0.6", @@ -2776,11 +2785,11 @@ "figures": "3.2.0", "fn-args": "4.0.0", "fs-extra": "11.3.4", - "fuse.js": "^7.0.0", - "glob": ">=9.0.0 <12", + "fuse.js": "^7.3.0", + "glob": "^11.1.0", "html-minifier-terser": "7.2.0", "inquirer": "^8.2.7", - "invisi-data": "^1.0.0", + "invisi-data": "^1.2.0", "joi": "18.0.2", "js-beautify": "1.15.4", "lodash.clonedeep": "4.5.0", @@ -2789,7 +2798,7 @@ "mocha": "11.7.5", "monocart-coverage-reports": "2.12.9", "ms": "2.1.3", - "multer": "^2.0.2", + "multer": "^2.1.1", "ora-classic": "5.4.2", "parse-function": "5.6.10", "parse5": "7.3.0", @@ -4423,12 +4432,16 @@ } }, "node_modules/fuse.js": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz", - "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz", + "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==", "license": "Apache-2.0", "engines": { "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/krisk" } }, "node_modules/gensync": { @@ -4717,9 +4730,9 @@ } }, "node_modules/htmlparser2": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz", - "integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz", + "integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==", "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", { @@ -4731,14 +4744,14 @@ "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", - "domutils": "^3.2.1", - "entities": "^6.0.0" + "domutils": "^3.2.2", + "entities": "^7.0.1" } }, "node_modules/htmlparser2/node_modules/entities": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz", - "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", + "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", "license": "BSD-2-Clause", "engines": { "node": ">=0.12" @@ -8672,9 +8685,9 @@ } }, "node_modules/undici": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.1.tgz", - "integrity": "sha512-5xoBibbmnjlcR3jdqtY2Lnx7WbrD/tHlT01TmvqZUFVc9Q1w4+j5hbnapTqbcXITMH1ovjq/W7BkqBilHiVAaA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz", + "integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==", "license": "MIT", "engines": { "node": ">=20.18.1" @@ -8810,6 +8823,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", + "deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation", "license": "MIT", "dependencies": { "iconv-lite": "0.6.3" diff --git a/package.json b/package.json index ceb563f..1ae6fe7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@codeceptjs/helper": "^1.0.2", "allure-commandline": "^2.13.8", - "codeceptjs": "^3.7.7", + "codeceptjs": "^3.7.8", "codeceptjs-chai": "^2.2.0", "eslint": "^9.31.0", "eslint-plugin-codeceptjs": "^1.2.0",