Skip to content

Commit ec63420

Browse files
Merge pull request #23 from newbornfrontender/renovate/vaadin-router-1.x
Update dependency @vaadin/router to v1.4.1
2 parents 4a52a8b + f09c048 commit ec63420

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "yarn clean && rollup --config"
1313
},
1414
"dependencies": {
15-
"@vaadin/router": "1.2.0",
15+
"@vaadin/router": "1.4.1",
1616
"pwa-helpers": "0.9.1"
1717
},
1818
"devDependencies": {

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.2.tgz#c4e63af5e8823ce9cc3f0b34f7b998c2171f0c44"
1313
integrity sha512-dyYO+f6ihZEtNPDcWNR1fkoTDf3zAK3lAABDze3mz6POyIercH0lEUawUFXlG8xaQZmm1yEBON/4TsYv/laDYg==
1414

15-
"@vaadin/router@1.2.0":
16-
version "1.2.0"
17-
resolved "https://registry.yarnpkg.com/@vaadin/router/-/router-1.2.0.tgz#10143f496104b4b7d7c030c211b0a085a66a20d9"
18-
integrity sha512-QUL6OlwIlvMTaSIJr06zdUdCIycmKqWnVL2lATkie7ZEoHfFqVcN4FZ7do3CBEtAQy9+rS2IKTllcR7+YntNcg==
15+
"@vaadin/router@1.4.1":
16+
version "1.4.1"
17+
resolved "https://registry.yarnpkg.com/@vaadin/router/-/router-1.4.1.tgz#30156542d6c00b97e4a0fec9f2031553b398d5b9"
18+
integrity sha512-TuEU92zQqjyyNELWEKX6ZmjTMPXNpPYtzimU7yhCVh6nktccxTnav+c6qARISu1mHeSy9HO74upXe1UKqtJ3/A==
1919
dependencies:
20-
"@vaadin/vaadin-usage-statistics" "^2.0.1"
21-
path-to-regexp "2.2.1"
20+
"@vaadin/vaadin-usage-statistics" "^2.0.8"
21+
path-to-regexp "2.4.0"
2222

2323
"@vaadin/vaadin-development-mode-detector@^2.0.0":
2424
version "2.0.0"
2525
resolved "https://registry.yarnpkg.com/@vaadin/vaadin-development-mode-detector/-/vaadin-development-mode-detector-2.0.0.tgz#69417cbf4a9f7427ec7b70b7dc8e0605a2f900b3"
2626
integrity sha512-pzSaUqn+lJbTL2ZC6NCAfhyMymMYg2p4DzeUXdyInJISwSWmgh9RlRVpAGhi6MIUOKC7kGeKPAiB4vyWsEhzDg==
2727

28-
"@vaadin/vaadin-usage-statistics@^2.0.1":
29-
version "2.0.1"
30-
resolved "https://registry.yarnpkg.com/@vaadin/vaadin-usage-statistics/-/vaadin-usage-statistics-2.0.1.tgz#277e880c901521f8b763ed0f16ca6900ac6a9f43"
31-
integrity sha512-8CmbCXZo8Z343jQT3hMVIvdkjzK72r762/UyqjLD54ArjzadneoA+4U6mFGbnbHO7FZpDhc4BKZRb5KAt0ibGg==
28+
"@vaadin/vaadin-usage-statistics@^2.0.8":
29+
version "2.0.10"
30+
resolved "https://registry.yarnpkg.com/@vaadin/vaadin-usage-statistics/-/vaadin-usage-statistics-2.0.10.tgz#31be892ac70b285fda05bc808694b247185528e1"
31+
integrity sha512-j8bD1Ecl/UB3a2lgzS3j8nh/X2jfA38Pg74vTSepyE6OgzFggjWIyWrlrnQScQik5PkjHByKW4Cj33Rpt2Zm8g==
3232
dependencies:
3333
"@vaadin/vaadin-development-mode-detector" "^2.0.0"
3434

@@ -52,10 +52,10 @@ path-parse@^1.0.6:
5252
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5353
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
5454

55-
path-to-regexp@2.2.1:
56-
version "2.2.1"
57-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
58-
integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==
55+
path-to-regexp@2.4.0:
56+
version "2.4.0"
57+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz#35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704"
58+
integrity sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==
5959

6060
prettier@1.16.4:
6161
version "1.16.4"

0 commit comments

Comments
 (0)