diff --git a/package-lock.json b/package-lock.json index 954e6d91f..764d5c431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cypress": "13.14.2", "cypress-book": "1.5.0", "cypress-map": "^1.40.0", - "cypress-markdown-preprocessor": "1.10.13", + "cypress-markdown-preprocessor": "1.10.14", "cypress-recurse": "^1.31.2", "dependency-version-badge": "1.2.0", "globby": "11.0.1", @@ -6349,15 +6349,15 @@ } }, "node_modules/cypress-markdown-preprocessor": { - "version": "1.10.13", - "resolved": "https://registry.npmjs.org/cypress-markdown-preprocessor/-/cypress-markdown-preprocessor-1.10.13.tgz", - "integrity": "sha512-XB3X0esNdLwVH1L5rJgGY+RK3GK3Vu79MI3fqXMcFtaFjP2a96x1njv5Te8QoJN/XRyGDx9duGYszLxc6oZHAQ==", + "version": "1.10.14", + "resolved": "https://registry.npmjs.org/cypress-markdown-preprocessor/-/cypress-markdown-preprocessor-1.10.14.tgz", + "integrity": "sha512-EmmUUvoL0nSZxx5ho01mY/Nk5+EtGCFE+0F+2J2pPdreWwYm9++8xbRBf8WyG5FmH5wdzKPYrT9GbyRUIAyWlQ==", "dev": true, "dependencies": { "@bahmutov/cypress-fiddle": "2.6.1", "@cypress/browserify-preprocessor": "3.0.2", "@textlint/markdown-to-ast": "14.2.0", - "chokidar": "3.6.0", + "chokidar": "4.0.0", "common-tags": "1.8.0", "debug": "4.3.4", "execa": "^5.1.1", @@ -6369,6 +6369,21 @@ "export-fiddles": "bin/export-fiddles.js" } }, + "node_modules/cypress-markdown-preprocessor/node_modules/chokidar": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.0.tgz", + "integrity": "sha512-mxIojEAQcuEvT/lyXq+jf/3cO/KoA6z4CeNDGGevTybECPOMFCnQy3OPahluUkbqgPNGw5Bi78UC7Po6Lhy+NA==", + "dev": true, + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/cypress-markdown-preprocessor/node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -6485,6 +6500,19 @@ "node": ">=8" } }, + "node_modules/cypress-markdown-preprocessor/node_modules/readdirp": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.1.tgz", + "integrity": "sha512-GkMg9uOTpIWWKbSsgwb5fA4EavTR+SG/PMPoAY8hkhHfEEY0/vqljY+XHqtDf2cr2IJtoNRDbrrEpZUiZCkYRw==", + "dev": true, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/cypress-markdown-preprocessor/node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -25717,15 +25745,15 @@ } }, "cypress-markdown-preprocessor": { - "version": "1.10.13", - "resolved": "https://registry.npmjs.org/cypress-markdown-preprocessor/-/cypress-markdown-preprocessor-1.10.13.tgz", - "integrity": "sha512-XB3X0esNdLwVH1L5rJgGY+RK3GK3Vu79MI3fqXMcFtaFjP2a96x1njv5Te8QoJN/XRyGDx9duGYszLxc6oZHAQ==", + "version": "1.10.14", + "resolved": "https://registry.npmjs.org/cypress-markdown-preprocessor/-/cypress-markdown-preprocessor-1.10.14.tgz", + "integrity": "sha512-EmmUUvoL0nSZxx5ho01mY/Nk5+EtGCFE+0F+2J2pPdreWwYm9++8xbRBf8WyG5FmH5wdzKPYrT9GbyRUIAyWlQ==", "dev": true, "requires": { "@bahmutov/cypress-fiddle": "2.6.1", "@cypress/browserify-preprocessor": "3.0.2", "@textlint/markdown-to-ast": "14.2.0", - "chokidar": "3.6.0", + "chokidar": "4.0.0", "common-tags": "1.8.0", "debug": "4.3.4", "execa": "^5.1.1", @@ -25733,6 +25761,15 @@ "temp-write": "4.0.0" }, "dependencies": { + "chokidar": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.0.tgz", + "integrity": "sha512-mxIojEAQcuEvT/lyXq+jf/3cO/KoA6z4CeNDGGevTybECPOMFCnQy3OPahluUkbqgPNGw5Bi78UC7Po6Lhy+NA==", + "dev": true, + "requires": { + "readdirp": "^4.0.1" + } + }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -25811,6 +25848,12 @@ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true }, + "readdirp": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.1.tgz", + "integrity": "sha512-GkMg9uOTpIWWKbSsgwb5fA4EavTR+SG/PMPoAY8hkhHfEEY0/vqljY+XHqtDf2cr2IJtoNRDbrrEpZUiZCkYRw==", + "dev": true + }, "shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", diff --git a/package.json b/package.json index b729890fa..29ff79046 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "cypress": "13.14.2", "cypress-book": "1.5.0", "cypress-map": "^1.40.0", - "cypress-markdown-preprocessor": "1.10.13", + "cypress-markdown-preprocessor": "1.10.14", "cypress-recurse": "^1.31.2", "dependency-version-badge": "1.2.0", "globby": "11.0.1",