Bump @vaadin/router from 1.7.4 to 1.7.5

Bumps [@vaadin/router](https://github.com/vaadin/vaadin-router) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/vaadin/vaadin-router/releases)
- [Commits](https://github.com/vaadin/vaadin-router/compare/v1.7.4...v1.7.5)

---
updated-dependencies:
- dependency-name: "@vaadin/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-15 22:57:53 +00:00 committed by github-actions[bot]
parent 55a04e9f76
commit ee8858aea7
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.0.1", "version": "0.0.1",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@vaadin/router": "^1.7.4", "@vaadin/router": "^1.7.5",
"idb": "^7.0.2", "idb": "^7.0.2",
"lit": "^2.2.1", "lit": "^2.2.1",
"workbox-build": "^6.5.2", "workbox-build": "^6.5.2",
@ -2124,9 +2124,9 @@
} }
}, },
"node_modules/@vaadin/router": { "node_modules/@vaadin/router": {
"version": "1.7.4", "version": "1.7.5",
"resolved": "https://registry.npmjs.org/@vaadin/router/-/router-1.7.4.tgz", "resolved": "https://registry.npmjs.org/@vaadin/router/-/router-1.7.5.tgz",
"integrity": "sha512-B4JVtzFVUMlsjuJHNXEMfNZrM4QDrdeOMc6EEigiHYxwF82py6yDdP6SWP0aPoP3f6aQHt51tLWdXSpkKpWf7A==", "integrity": "sha512-uRN3vd1ihgd596bF/NMZqpgxau0nlvIc0/JDd1EwStFNbZID/xIVse5LXdQhIyUKLmSl4T0GeCQK505xerWX0w==",
"dependencies": { "dependencies": {
"@vaadin/vaadin-usage-statistics": "^2.1.0", "@vaadin/vaadin-usage-statistics": "^2.1.0",
"path-to-regexp": "2.4.0" "path-to-regexp": "2.4.0"
@ -8087,9 +8087,9 @@
} }
}, },
"@vaadin/router": { "@vaadin/router": {
"version": "1.7.4", "version": "1.7.5",
"resolved": "https://registry.npmjs.org/@vaadin/router/-/router-1.7.4.tgz", "resolved": "https://registry.npmjs.org/@vaadin/router/-/router-1.7.5.tgz",
"integrity": "sha512-B4JVtzFVUMlsjuJHNXEMfNZrM4QDrdeOMc6EEigiHYxwF82py6yDdP6SWP0aPoP3f6aQHt51tLWdXSpkKpWf7A==", "integrity": "sha512-uRN3vd1ihgd596bF/NMZqpgxau0nlvIc0/JDd1EwStFNbZID/xIVse5LXdQhIyUKLmSl4T0GeCQK505xerWX0w==",
"requires": { "requires": {
"@vaadin/vaadin-usage-statistics": "^2.1.0", "@vaadin/vaadin-usage-statistics": "^2.1.0",
"path-to-regexp": "2.4.0" "path-to-regexp": "2.4.0"

View file

@ -18,7 +18,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@vaadin/router": "^1.7.4", "@vaadin/router": "^1.7.5",
"idb": "^7.0.2", "idb": "^7.0.2",
"lit": "^2.2.1", "lit": "^2.2.1",
"workbox-build": "^6.5.2", "workbox-build": "^6.5.2",