From a66be99e95a6bc52e3e809843daa2ad452387809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 08:49:31 +0000 Subject: [PATCH] chore(deps): bump micromatch from 4.0.7 to 4.0.8 Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 491b3264..9835a70a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,23 +56,6 @@ "eslint-plugin-cypress": "^2.13.3" } }, - "examples/cypress/node_modules/cypress-qase-reporter": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/cypress-qase-reporter/-/cypress-qase-reporter-2.0.3.tgz", - "integrity": "sha512-+k596UDrZ0Z0oq6xtWkqjDp0Kg3lS4PhY49uij8y6zBECF2PyI20CQd8uJb+wL9BNxVojK7bczoJ1oCbVZwKAg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "qase-javascript-commons": "^2.0.0", - "uuid": "^9.0.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "cypress": ">=8.0.0" - } - }, "examples/jest": { "name": "examples-jest", "devDependencies": { @@ -10368,9 +10351,9 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1"