diff --git a/package-lock.json b/package-lock.json index 49f0ec6a7..f81e898e8 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.14", + "cypress-markdown-preprocessor": "1.10.15", "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.14", - "resolved": "https://registry.npmjs.org/cypress-markdown-preprocessor/-/cypress-markdown-preprocessor-1.10.14.tgz", - "integrity": "sha512-EmmUUvoL0nSZxx5ho01mY/Nk5+EtGCFE+0F+2J2pPdreWwYm9++8xbRBf8WyG5FmH5wdzKPYrT9GbyRUIAyWlQ==", + "version": "1.10.15", + "resolved": "https://registry.npmjs.org/cypress-markdown-preprocessor/-/cypress-markdown-preprocessor-1.10.15.tgz", + "integrity": "sha512-pPkyguvhXCCGDYUB4yAWnsV48yhEHby0sBzeIhm0WfKySU0BQDB2OrJaEZpLKbTW3bCrIojFq4BJhweC6rAkoA==", "dev": true, "dependencies": { "@bahmutov/cypress-fiddle": "2.6.1", "@cypress/browserify-preprocessor": "3.0.2", "@textlint/markdown-to-ast": "14.2.0", - "chokidar": "4.0.0", + "chokidar": "4.0.1", "common-tags": "1.8.0", "debug": "4.3.4", "execa": "^5.1.1", @@ -6370,9 +6370,9 @@ } }, "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==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", + "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", "dev": true, "dependencies": { "readdirp": "^4.0.1" @@ -25751,15 +25751,15 @@ } }, "cypress-markdown-preprocessor": { - "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==", + "version": "1.10.15", + "resolved": "https://registry.npmjs.org/cypress-markdown-preprocessor/-/cypress-markdown-preprocessor-1.10.15.tgz", + "integrity": "sha512-pPkyguvhXCCGDYUB4yAWnsV48yhEHby0sBzeIhm0WfKySU0BQDB2OrJaEZpLKbTW3bCrIojFq4BJhweC6rAkoA==", "dev": true, "requires": { "@bahmutov/cypress-fiddle": "2.6.1", "@cypress/browserify-preprocessor": "3.0.2", "@textlint/markdown-to-ast": "14.2.0", - "chokidar": "4.0.0", + "chokidar": "4.0.1", "common-tags": "1.8.0", "debug": "4.3.4", "execa": "^5.1.1", @@ -25768,9 +25768,9 @@ }, "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==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", + "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", "dev": true, "requires": { "readdirp": "^4.0.1" diff --git a/package.json b/package.json index 6457fecad..6077f0e86 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.14", + "cypress-markdown-preprocessor": "1.10.15", "cypress-recurse": "^1.31.2", "dependency-version-badge": "1.2.0", "globby": "11.0.1",