Skip to content

Commit 033781f

Browse files
author
alfredbrockotter
committed
feat: Upgraded kentico-cloud-delivery
1 parent 18f7ceb commit 033781f

File tree

2 files changed

+46
-73
lines changed

2 files changed

+46
-73
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org/",
2121
"tag": "next"
22-
},
22+
},
2323
"eslintIgnore": [
2424
"lib/templates/*.*"
2525
],
@@ -50,7 +50,7 @@
5050
},
5151
"homepage": "https://github.com/Domitnator/kenticocloud-nuxt-module#readme",
5252
"dependencies": {
53-
"kentico-cloud-delivery": "6.0.0-beta.8"
53+
"kentico-cloud-delivery": "6.0.0-beta.10"
5454
},
5555
"devDependencies": {
5656
"@babel/core": "^7.4.4",

yarn.lock

Lines changed: 44 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,13 +1132,13 @@ aws4@^1.8.0:
11321132
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
11331133
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
11341134

1135-
axios@0.18.0:
1136-
version "0.18.0"
1137-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
1138-
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
1135+
axios@0.19.0:
1136+
version "0.19.0"
1137+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
1138+
integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==
11391139
dependencies:
1140-
follow-redirects "^1.3.0"
1141-
is-buffer "^1.1.5"
1140+
follow-redirects "1.5.10"
1141+
is-buffer "^2.0.2"
11421142

11431143
babel-plugin-syntax-async-functions@^6.13.0:
11441144
version "6.13.0"
@@ -1899,7 +1899,7 @@ dateformat@^3.0.0:
18991899
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
19001900
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
19011901

1902-
1902+
[email protected], debug@=3.1.0:
19031903
version "3.1.0"
19041904
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
19051905
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -1913,7 +1913,7 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
19131913
dependencies:
19141914
ms "2.0.0"
19151915

1916-
debug@^3.1.0, debug@^3.2.6:
1916+
debug@^3.1.0:
19171917
version "3.2.6"
19181918
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
19191919
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -1927,7 +1927,7 @@ debug@^4.0.0, debug@^4.0.1, debug@^4.1.0:
19271927
dependencies:
19281928
ms "^2.1.1"
19291929

1930-
debuglog@*, debuglog@^1.0.1:
1930+
debuglog@^1.0.1:
19311931
version "1.0.1"
19321932
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
19331933
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -2567,12 +2567,12 @@ flush-write-stream@^1.0.0:
25672567
inherits "^2.0.3"
25682568
readable-stream "^2.3.6"
25692569

2570-
follow-redirects@^1.3.0:
2571-
version "1.7.0"
2572-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
2573-
integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
2570+
follow-redirects@1.5.10:
2571+
version "1.5.10"
2572+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
2573+
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
25742574
dependencies:
2575-
debug "^3.2.6"
2575+
debug "=3.1.0"
25762576

25772577
for-in@^1.0.2:
25782578
version "1.0.2"
@@ -3047,7 +3047,7 @@ import-lazy@^2.1.0:
30473047
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
30483048
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
30493049

3050-
imurmurhash@*, imurmurhash@^0.1.4:
3050+
imurmurhash@^0.1.4:
30513051
version "0.1.4"
30523052
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
30533053
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -3167,6 +3167,11 @@ is-buffer@^1.1.5:
31673167
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
31683168
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
31693169

3170+
is-buffer@^2.0.2:
3171+
version "2.0.3"
3172+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
3173+
integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==
3174+
31703175
is-builtin-module@^1.0.0:
31713176
version "1.0.0"
31723177
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"
@@ -3508,19 +3513,19 @@ jsprim@^1.2.2:
35083513
json-schema "0.2.3"
35093514
verror "1.10.0"
35103515

3511-
kentico-cloud-core@1.4.4:
3512-
version "1.4.4"
3513-
resolved "https://registry.yarnpkg.com/kentico-cloud-core/-/kentico-cloud-core-1.4.4.tgz#f8f2104cd0ce6c4b50b187c530fd00db37b5308c"
3514-
integrity sha512-NJHj66Ah6jBzqBG1bRW2/8mxyzmpH0RQF5nEVJWwm0CBQloWcr+GqGjfNqhup6HvsQzyrUXGN5xKlU+hDGUZbg==
3516+
kentico-cloud-core@1.6.0:
3517+
version "1.6.0"
3518+
resolved "https://registry.yarnpkg.com/kentico-cloud-core/-/kentico-cloud-core-1.6.0.tgz#d5f5639e6c203a0deec31d7a0fb0d344f1389d57"
3519+
integrity sha512-dXPM9SIpizXzPk5r+0jTpr680rLtTfbW+4JS/9Bx0J2sRZQU8fNFTACbY+xip5ZDr5n/EIvlR9EPmtpnJLNDYg==
35153520
dependencies:
3516-
axios "0.18.0"
3521+
axios "0.19.0"
35173522

3518-
3519-
version "6.0.0-beta.8"
3520-
resolved "https://registry.yarnpkg.com/kentico-cloud-delivery/-/kentico-cloud-delivery-6.0.0-beta.8.tgz#1d2db1ddfca0b673d367e15f68ae596105aa2df0"
3521-
integrity sha512-/44D7wrUla8KkuXWNG9fO5bw27uFIve7n+dMbWTgvwg8XXhPOYyK+i5ZrFJmRhqfDj/FNl6NVTAr4b4xL9Gklw==
3523+
3524+
version "6.0.0-beta.10"
3525+
resolved "https://registry.yarnpkg.com/kentico-cloud-delivery/-/kentico-cloud-delivery-6.0.0-beta.10.tgz#656ac8897fb15919a99584b425cc4a331171f253"
3526+
integrity sha512-mURAiFPesBpWdaSBKI18iihBP7CaS9NcyLCQ8QaoTm5kc1rwzizoycmEI89t+BBSZRZ1ETI52VwaBGmEGX3RiQ==
35223527
dependencies:
3523-
kentico-cloud-core "1.4.4"
3528+
kentico-cloud-core "1.6.0"
35243529
parse5 "5.1.0"
35253530
reflect-metadata "0.1.13"
35263531

@@ -3649,7 +3654,7 @@ libnpm@^2.0.1:
36493654
read-package-json "^2.0.13"
36503655
stringify-package "^1.0.0"
36513656

3652-
libnpmaccess@*, libnpmaccess@^3.0.1:
3657+
libnpmaccess@^3.0.1:
36533658
version "3.0.1"
36543659
resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-3.0.1.tgz#5b3a9de621f293d425191aa2e779102f84167fa8"
36553660
integrity sha512-RlZ7PNarCBt+XbnP7R6PoVgOq9t+kou5rvhaInoNibhPO7eMlRfS0B8yjatgn2yaHIwWNyoJDolC/6Lc5L/IQA==
@@ -3686,7 +3691,7 @@ libnpmhook@^5.0.2:
36863691
get-stream "^4.0.0"
36873692
npm-registry-fetch "^3.8.0"
36883693

3689-
libnpmorg@*, libnpmorg@^1.0.0:
3694+
libnpmorg@^1.0.0:
36903695
version "1.0.0"
36913696
resolved "https://registry.yarnpkg.com/libnpmorg/-/libnpmorg-1.0.0.tgz#979b868c48ba28c5820e3bb9d9e73c883c16a232"
36923697
integrity sha512-o+4eVJBoDGMgRwh2lJY0a8pRV2c/tQM/SxlqXezjcAg26Qe9jigYVs+Xk0vvlYDWCDhP0g74J8UwWeAgsB7gGw==
@@ -3711,7 +3716,7 @@ libnpmpublish@^1.1.0:
37113716
semver "^5.5.1"
37123717
ssri "^6.0.1"
37133718

3714-
libnpmsearch@*, libnpmsearch@^2.0.0:
3719+
libnpmsearch@^2.0.0:
37153720
version "2.0.0"
37163721
resolved "https://registry.yarnpkg.com/libnpmsearch/-/libnpmsearch-2.0.0.tgz#de05af47ada81554a5f64276a69599070d4a5685"
37173722
integrity sha512-vd+JWbTGzOSfiOc+72MU6y7WqmBXn49egCCrIXp27iE/88bX8EpG64ST1blWQI1bSMUr9l1AKPMVsqa2tS5KWA==
@@ -3720,7 +3725,7 @@ libnpmsearch@*, libnpmsearch@^2.0.0:
37203725
get-stream "^4.0.0"
37213726
npm-registry-fetch "^3.8.0"
37223727

3723-
libnpmteam@*, libnpmteam@^1.0.1:
3728+
libnpmteam@^1.0.1:
37243729
version "1.0.1"
37253730
resolved "https://registry.yarnpkg.com/libnpmteam/-/libnpmteam-1.0.1.tgz#ff704b1b6c06ea674b3b1101ac3e305f5114f213"
37263731
integrity sha512-gDdrflKFCX7TNwOMX1snWojCoDE5LoRWcfOC0C/fqF7mBq8Uz9zWAX4B2RllYETNO7pBupBaSyBDkTAC15cAMg==
@@ -3795,11 +3800,6 @@ lockfile@^1.0.4:
37953800
dependencies:
37963801
signal-exit "^3.0.2"
37973802

3798-
lodash._baseindexof@*:
3799-
version "3.1.0"
3800-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
3801-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
3802-
38033803
lodash._baseuniq@~4.6.0:
38043804
version "4.6.0"
38053805
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -3808,33 +3808,11 @@ lodash._baseuniq@~4.6.0:
38083808
lodash._createset "~4.0.0"
38093809
lodash._root "~3.0.0"
38103810

3811-
lodash._bindcallback@*:
3812-
version "3.0.1"
3813-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
3814-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
3815-
3816-
lodash._cacheindexof@*:
3817-
version "3.0.2"
3818-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
3819-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
3820-
3821-
lodash._createcache@*:
3822-
version "3.1.2"
3823-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
3824-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
3825-
dependencies:
3826-
lodash._getnative "^3.0.0"
3827-
38283811
lodash._createset@~4.0.0:
38293812
version "4.0.3"
38303813
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
38313814
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
38323815

3833-
lodash._getnative@*, lodash._getnative@^3.0.0:
3834-
version "3.9.1"
3835-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
3836-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
3837-
38383816
lodash._root@~3.0.0:
38393817
version "3.0.1"
38403818
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -3870,11 +3848,6 @@ lodash.isstring@^4.0.1:
38703848
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
38713849
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
38723850

3873-
lodash.restparam@*:
3874-
version "3.6.1"
3875-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
3876-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
3877-
38783851
lodash.set@^4.3.2:
38793852
version "4.3.2"
38803853
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -4474,15 +4447,6 @@ npm-pick-manifest@^2.1.0, npm-pick-manifest@^2.2.3:
44744447
npm-package-arg "^6.0.0"
44754448
semver "^5.4.1"
44764449

4477-
npm-profile@*, npm-profile@^4.0.1:
4478-
version "4.0.1"
4479-
resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-4.0.1.tgz#d350f7a5e6b60691c7168fbb8392c3603583f5aa"
4480-
integrity sha512-NQ1I/1Q7YRtHZXkcuU1/IyHeLy6pd+ScKg4+DQHdfsm769TGq6HPrkbuNJVJS4zwE+0mvvmeULzQdWn2L2EsVA==
4481-
dependencies:
4482-
aproba "^1.1.2 || 2"
4483-
figgy-pudding "^3.4.1"
4484-
npm-registry-fetch "^3.8.0"
4485-
44864450
npm-profile@^3.0.2:
44874451
version "3.0.2"
44884452
resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-3.0.2.tgz#58d568f1b56ef769602fd0aed8c43fa0e0de0f57"
@@ -4491,6 +4455,15 @@ npm-profile@^3.0.2:
44914455
aproba "^1.1.2 || 2"
44924456
make-fetch-happen "^2.5.0 || 3 || 4"
44934457

4458+
npm-profile@^4.0.1:
4459+
version "4.0.1"
4460+
resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-4.0.1.tgz#d350f7a5e6b60691c7168fbb8392c3603583f5aa"
4461+
integrity sha512-NQ1I/1Q7YRtHZXkcuU1/IyHeLy6pd+ScKg4+DQHdfsm769TGq6HPrkbuNJVJS4zwE+0mvvmeULzQdWn2L2EsVA==
4462+
dependencies:
4463+
aproba "^1.1.2 || 2"
4464+
figgy-pudding "^3.4.1"
4465+
npm-registry-fetch "^3.8.0"
4466+
44944467
npm-registry-client@^8.6.0:
44954468
version "8.6.0"
44964469
resolved "https://registry.yarnpkg.com/npm-registry-client/-/npm-registry-client-8.6.0.tgz#7f1529f91450732e89f8518e0f21459deea3e4c4"
@@ -5528,7 +5501,7 @@ readable-stream@~1.1.10:
55285501
isarray "0.0.1"
55295502
string_decoder "~0.10.x"
55305503

5531-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
5504+
readdir-scoped-modules@^1.0.0:
55325505
version "1.0.2"
55335506
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
55345507
integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c=

0 commit comments

Comments
 (0)