From 7737fe1038c0fdfc64ffc7384e2322c7d2597e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 22:06:26 +0000 Subject: [PATCH] chore(deps): bump @vaadin/router from 2.0.0 to 2.0.1 Bumps [@vaadin/router](https://github.com/vaadin/vaadin-router) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/vaadin/vaadin-router/releases) - [Commits](https://github.com/vaadin/vaadin-router/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: "@vaadin/router" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- package-lock.json | 40 ++++++++++++++++++++++++++++++++++------ 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1d6673e3d..ac3738a65 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -64,7 +64,7 @@ "@lit/task": "^1.0.3", "@shoelace-style/shoelace": "^2.20.1", "@types/google.visualization": "^0.0.74", - "@vaadin/router": "^2.0.0", + "@vaadin/router": "^2.0.1", "firebase": "^12.5.0", "lit": "^3.3.1", "openapi-fetch": "^0.15.0" diff --git a/package-lock.json b/package-lock.json index 960f91633..b227f1b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@lit/task": "^1.0.3", "@shoelace-style/shoelace": "^2.20.1", "@types/google.visualization": "^0.0.74", - "@vaadin/router": "^2.0.0", + "@vaadin/router": "^2.0.1", "firebase": "^12.5.0", "lit": "^3.3.1", "openapi-fetch": "^0.15.0" @@ -3423,14 +3423,29 @@ } }, "node_modules/@vaadin/router": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@vaadin/router/-/router-2.0.0.tgz", - "integrity": "sha512-IjOlzuUsrVhfBId+ypcdDLM3+GZHo64DUlkr8IjFe04A4kMvt0zVFIpPH03X52/tMiwyYOF0Sw6p53DXkWiZcA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@vaadin/router/-/router-2.0.1.tgz", + "integrity": "sha512-Rs3FQhc8CECrigF8dbaQk7Q3+/BXIjUMd5vapMIphW09WdDxZB88yQ1C/WXV08Z2skPqMP+6ooLde6ItjygleQ==", "license": "Apache-2.0", "dependencies": { - "@vaadin/vaadin-usage-statistics": "^2.1.2", + "@vaadin/vaadin-usage-statistics": "^2.1.3", "path-to-regexp": "^6.3.0", - "type-fest": "^4.26.1" + "type-fest": "^5.2.0" + } + }, + "node_modules/@vaadin/router/node_modules/type-fest": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz", + "integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==", + "license": "(MIT OR CC0-1.0)", + "dependencies": { + "tagged-tag": "^1.0.0" + }, + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@vaadin/vaadin-development-mode-detector": { @@ -12793,6 +12808,18 @@ "dev": true, "license": "MIT" }, + "node_modules/tagged-tag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz", + "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==", + "license": "MIT", + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/tapable": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", @@ -13146,6 +13173,7 @@ "version": "4.40.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.1.tgz", "integrity": "sha512-9YvLNnORDpI+vghLU/Nf+zSv0kL47KbVJ1o3sKgoTefl6i+zebxbiDQWoe/oWWqPhIgQdRZRT1KA9sCPL810SA==", + "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16"