From f280faf8065616ad9d1001ac024b1f2cb411f109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:30:18 +0000 Subject: [PATCH] Bump the npm-minor-and-patch group across 1 directory with 2 updates Bumps the npm-minor-and-patch group with 2 updates in the / directory: [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) and [html-validate](https://gitlab.com/html-validate/html-validate). Updates `@axe-core/playwright` from 4.12.1 to 4.13.0 - [Release notes](https://github.com/dequelabs/axe-core-npm/releases) - [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core-npm/commits/v4.13.0) Updates `html-validate` from 11.6.1 to 11.6.2 - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Changelog](https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v11.6.1...v11.6.2) --- updated-dependencies: - dependency-name: "@axe-core/playwright" dependency-version: 4.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: html-validate dependency-version: 11.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8dde2f3..302845f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,19 +8,19 @@ "name": "locriva-site", "version": "1.0.0", "devDependencies": { - "@axe-core/playwright": "4.12.1", + "@axe-core/playwright": "4.13.0", "@playwright/test": "1.62.1", - "html-validate": "11.6.1" + "html-validate": "11.6.2" } }, "node_modules/@axe-core/playwright": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.12.1.tgz", - "integrity": "sha512-rMd7xriptqKpP+w5265i4Hdkv2X5kbu6uiBi/B2I7uf3hieRBM3qDCfaKPtxfiYb2mKXfF+yLODJwIx+Jv1GDw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.13.0.tgz", + "integrity": "sha512-6YLx+kxXu5GJceG4ozFg+33a2EMTdjYwWGloJ3sb9Kta5pp+ZNS53uxGVog5JetIY8s++P5UrtX+cri+u0VAVg==", "dev": true, "license": "MPL-2.0", "dependencies": { - "axe-core": "~4.12.1" + "axe-core": "~4.13.0" }, "peerDependencies": { "playwright-core": ">= 1.0.0" @@ -83,9 +83,9 @@ } }, "node_modules/axe-core": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.12.1.tgz", - "integrity": "sha512-s7iGf5GaVMxEG0ENN9x+xTr7GFZCb1ZP/1uATUpCEK2X78nDB3RwbtFCo9pGAf9ru+VwoQ464DkaLEeRM08wJA==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.13.0.tgz", + "integrity": "sha512-UzGt8zg7Ny8djbYMhxl2zuEevVa7r2gJjYY5Lwr1xM7+XU2nd6CkIWFTVcCIbAP63vSz71NaVyyuSk9lHKcy0A==", "dev": true, "license": "MPL-2.0", "engines": { @@ -132,9 +132,9 @@ } }, "node_modules/html-validate": { - "version": "11.6.1", - "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-11.6.1.tgz", - "integrity": "sha512-WKDTjw74Uo1eOLThlZUdov4VyobMNgEMuyhR76VyWk7jfmwxOXbid+vZqYuIFXwQXyXsXT50KfLBIPX5rGnxPQ==", + "version": "11.6.2", + "resolved": "https://registry.npmjs.org/html-validate/-/html-validate-11.6.2.tgz", + "integrity": "sha512-dlAAEeWOOdv9ya/n3pdSFTzzzGlrw+ZI43J/39zBgCSqzSg24lyqrouuBP9MEkSFAtXVZm64F35mlL7m43jCNA==", "dev": true, "funding": [ { @@ -159,10 +159,10 @@ }, "peerDependencies": { "@jest/globals": "^29.0.3 || ^30.0.0", - "@vitest/expect": "^3.0.0 || ^4.0.1", + "@vitest/expect": "^3.2.0 || ^4.0.1", "jest": "^29.0.3 || ^30.0.0", "jest-snapshot": "^29.0.3 || ^30.0.0", - "vitest": "^3.0.0 || ^4.0.1" + "vitest": "^3.2.0 || ^4.0.1" }, "peerDependenciesMeta": { "@jest/globals": { diff --git a/package.json b/package.json index 1068297..a22949e 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "test:a11y": "playwright test" }, "devDependencies": { - "@axe-core/playwright": "4.12.1", + "@axe-core/playwright": "4.13.0", "@playwright/test": "1.62.1", - "html-validate": "11.6.1" + "html-validate": "11.6.2" } }