From cb6c00b890d800b55ace62dfa44a8bbc69ee90ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:10:48 +0000 Subject: [PATCH] Bump web-specs from 3.12.1 to 3.13.0 Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/w3c/browser-specs/releases) - [Commits](https://github.com/w3c/browser-specs/compare/web-specs@3.12.1...web-specs@3.13.0) --- updated-dependencies: - dependency-name: web-specs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b21f196e35e..32a87f1700b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "tsx": "^4.16.2", "typescript": "^5.5.3", "unified": "^11.0.5", - "web-specs": "^3.12.1", + "web-specs": "^3.13.0", "winston": "^3.13.0", "yaml": "^2.4.5", "yargs": "^17.7.2" @@ -3505,9 +3505,9 @@ } }, "node_modules/web-specs": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/web-specs/-/web-specs-3.12.1.tgz", - "integrity": "sha512-WQel8oc/xlY9utf6u9q+j2mbvvUhnszfS37CbnbCqLAsxUqnpq3ixu05KQDnS5VANfQdddTgOmET5OfhPCrIiA==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/web-specs/-/web-specs-3.13.0.tgz", + "integrity": "sha512-/HVu5Av4fTGWufsZDKbYvOjwm2gMpjU1HDf/gtvKS1VGQCVoUomdnPRwfYf/78hWs4Ix52eGuzaDhEuWPePFxw==", "dev": true }, "node_modules/which": { diff --git a/package.json b/package.json index e5b6750abf8..93c986ce0c0 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tsx": "^4.16.2", "typescript": "^5.5.3", "unified": "^11.0.5", - "web-specs": "^3.12.1", + "web-specs": "^3.13.0", "winston": "^3.13.0", "yaml": "^2.4.5", "yargs": "^17.7.2"