Skip to content

Commit af46657

Browse files
Bump lodash from 4.17.4 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.4...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 486a602 commit af46657

File tree

2 files changed

+150
-4
lines changed

2 files changed

+150
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cross-env": "^5.1",
1616
"jquery": "^3.2",
1717
"laravel-mix": "^1.0",
18-
"lodash": "^4.17.4",
18+
"lodash": "^4.17.19",
1919
"vue": "^2.5.7",
2020
"craftable": "^1.0.0"
2121
}

yarn.lock

Lines changed: 149 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ aws4@^1.2.1:
278278
version "1.6.0"
279279
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
280280

281+
axios@^0.15.3:
282+
version "0.15.3"
283+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.15.3.tgz#2c9d638b2e191a08ea1d6cc988eadd6ba5bdc053"
284+
dependencies:
285+
follow-redirects "1.0.0"
286+
281287
axios@^0.17:
282288
version "0.17.1"
283289
resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d"
@@ -1238,6 +1244,10 @@ clone@^1.0.0, clone@^1.0.2:
12381244
version "1.0.3"
12391245
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.3.tgz#298d7e2231660f40c003c2ed3140decf3f53085f"
12401246

1247+
clone@^2.1.1:
1248+
version "2.1.2"
1249+
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
1250+
12411251
co@3.1.0:
12421252
version "3.1.0"
12431253
resolved "https://registry.yarnpkg.com/co/-/co-3.1.0.tgz#4ea54ea5a08938153185e15210c68d9092bc1b78"
@@ -1439,6 +1449,25 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
14391449
parse-json "^2.2.0"
14401450
require-from-string "^1.1.0"
14411451

1452+
craftable@^1.0.0:
1453+
version "1.2.15"
1454+
resolved "https://registry.yarnpkg.com/craftable/-/craftable-1.2.15.tgz#e7643bb6f3c21b9b0d1fca87fdd6d09db5a7ab4f"
1455+
dependencies:
1456+
axios "^0.15.3"
1457+
jquery "^3.1.1"
1458+
moment "^2.18.1"
1459+
trumbowyg "^2.10.0"
1460+
vee-validate "2.0.9"
1461+
vue "^2.3.4"
1462+
vue-cookie "^1.1.4"
1463+
vue-flatpickr-component "^2.4.1"
1464+
vue-js-modal "^1.2.8"
1465+
vue-multiselect "^2.0.2"
1466+
vue-notification "^1.3.2"
1467+
vue-quill-editor "^2.3.0"
1468+
vue-trumbowyg "^3.3.0"
1469+
vue2-dropzone "^2.3.5"
1470+
14421471
create-ecdh@^4.0.0:
14431472
version "4.0.0"
14441473
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.0.tgz#888c723596cdf7612f6498233eebd7a35301737d"
@@ -1842,6 +1871,10 @@ download@^4.0.0, download@^4.1.2:
18421871
vinyl-fs "^2.2.0"
18431872
ware "^1.2.0"
18441873

1874+
dropzone@^5.1.1:
1875+
version "5.7.1"
1876+
resolved "https://registry.yarnpkg.com/dropzone/-/dropzone-5.7.1.tgz#8e41a85879ff145562e8fcce39c6ff619dce81be"
1877+
18451878
duplexer2@0.0.2:
18461879
version "0.0.2"
18471880
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db"
@@ -2073,6 +2106,10 @@ eventemitter3@1.x.x:
20732106
version "1.2.0"
20742107
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-1.2.0.tgz#1c86991d816ad1e504750e73874224ecf3bec508"
20752108

2109+
eventemitter3@^2.0.3:
2110+
version "2.0.3"
2111+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-2.0.3.tgz#b5e1079b59fb5e1ba2771c0a993be060a58c99ba"
2112+
20762113
events@^1.0.0:
20772114
version "1.1.1"
20782115
resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924"
@@ -2182,6 +2219,10 @@ extend@^3.0.0, extend@~3.0.0:
21822219
version "3.0.1"
21832220
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
21842221

2222+
extend@^3.0.2:
2223+
version "3.0.2"
2224+
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
2225+
21852226
extglob@^0.3.1:
21862227
version "0.3.2"
21872228
resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1"
@@ -2213,6 +2254,10 @@ fast-deep-equal@^1.0.0:
22132254
version "1.0.0"
22142255
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff"
22152256

2257+
fast-diff@1.1.2:
2258+
version "1.1.2"
2259+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
2260+
22162261
fast-json-stable-stringify@^2.0.0:
22172262
version "2.0.0"
22182263
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -2332,6 +2377,10 @@ first-chunk-stream@^1.0.0:
23322377
version "1.0.0"
23332378
resolved "https://registry.yarnpkg.com/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz#59bfb50cd905f60d7c394cd3d9acaab4e6ad934e"
23342379

2380+
flatpickr@^3.0.6:
2381+
version "3.1.5"
2382+
resolved "https://registry.yarnpkg.com/flatpickr/-/flatpickr-3.1.5.tgz#32b13ac2361c5f9d01484353a4f34cf5f079bc6e"
2383+
23352384
flatten@^1.0.2:
23362385
version "1.0.2"
23372386
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
@@ -2343,6 +2392,12 @@ flush-write-stream@^1.0.0:
23432392
inherits "^2.0.1"
23442393
readable-stream "^2.0.4"
23452394

2395+
follow-redirects@1.0.0:
2396+
version "1.0.0"
2397+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.0.0.tgz#8e34298cbd2e176f254effec75a1c78cc849fd37"
2398+
dependencies:
2399+
debug "^2.2.0"
2400+
23462401
follow-redirects@^1.2.5:
23472402
version "1.2.6"
23482403
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.6.tgz#4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf"
@@ -3332,6 +3387,10 @@ isstream@~0.1.2:
33323387
version "0.1.2"
33333388
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
33343389

3390+
jquery@>=1.8, jquery@^3.1.1:
3391+
version "3.5.1"
3392+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
3393+
33353394
jquery@^3.2:
33363395
version "3.2.1"
33373396
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
@@ -3728,9 +3787,9 @@ lodash.uniq@^4.5.0:
37283787
version "4.5.0"
37293788
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
37303789

3731-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@~4.17.4:
3732-
version "4.17.4"
3733-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
3790+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.19, lodash@^4.17.2, lodash@^4.17.4, lodash@~4.17.4:
3791+
version "4.17.19"
3792+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
37343793

37353794
logalot@^2.0.0:
37363795
version "2.1.0"
@@ -3974,6 +4033,10 @@ mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkd
39744033
dependencies:
39754034
minimist "0.0.8"
39764035

4036+
moment@^2.18.1:
4037+
version "2.27.0"
4038+
resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d"
4039+
39774040
move-concurrently@^1.0.1:
39784041
version "1.0.1"
39794042
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
@@ -4369,6 +4432,10 @@ param-case@2.1.x:
43694432
dependencies:
43704433
no-case "^2.2.0"
43714434

4435+
parchment@^1.1.4:
4436+
version "1.1.4"
4437+
resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.4.tgz#aeded7ab938fe921d4c34bc339ce1168bc2ffde5"
4438+
43724439
parse-asn1@^5.0.0:
43734440
version "5.1.0"
43744441
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.0.tgz#37c4f9b7ed3ab65c74817b5f2480937fbf97c712"
@@ -4901,6 +4968,25 @@ querystringify@~1.0.0:
49014968
version "1.0.0"
49024969
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
49034970

4971+
quill-delta@^3.6.2:
4972+
version "3.6.3"
4973+
resolved "https://registry.yarnpkg.com/quill-delta/-/quill-delta-3.6.3.tgz#b19fd2b89412301c60e1ff213d8d860eac0f1032"
4974+
dependencies:
4975+
deep-equal "^1.0.1"
4976+
extend "^3.0.2"
4977+
fast-diff "1.1.2"
4978+
4979+
quill@^1.3.0:
4980+
version "1.3.7"
4981+
resolved "https://registry.yarnpkg.com/quill/-/quill-1.3.7.tgz#da5b2f3a2c470e932340cdbf3668c9f21f9286e8"
4982+
dependencies:
4983+
clone "^2.1.1"
4984+
deep-equal "^1.0.1"
4985+
eventemitter3 "^2.0.3"
4986+
extend "^3.0.2"
4987+
parchment "^1.1.4"
4988+
quill-delta "^3.6.2"
4989+
49044990
randomatic@^1.1.3:
49054991
version "1.1.7"
49064992
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c"
@@ -5892,6 +5978,10 @@ timers-browserify@^2.0.4:
58925978
dependencies:
58935979
setimmediate "^1.0.4"
58945980

5981+
tiny-cookie@^1.0:
5982+
version "1.0.1"
5983+
resolved "https://registry.yarnpkg.com/tiny-cookie/-/tiny-cookie-1.0.1.tgz#753786079c642a3c3d0b2accad600f8de119ac2a"
5984+
58955985
to-absolute-glob@^0.1.1:
58965986
version "0.1.1"
58975987
resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz#1cdfa472a9ef50c239ee66999b662ca0eb39937f"
@@ -5932,6 +6022,10 @@ trim-right@^1.0.1:
59326022
dependencies:
59336023
glob "^6.0.4"
59346024

6025+
trumbowyg@^2.10.0, trumbowyg@^2.21.0:
6026+
version "2.21.0"
6027+
resolved "https://registry.yarnpkg.com/trumbowyg/-/trumbowyg-2.21.0.tgz#ca133bb960d3302d362ca73358e268d3830c74cc"
6028+
59356029
tty-browserify@0.0.0:
59366030
version "0.0.0"
59376031
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -6136,6 +6230,10 @@ vary@~1.1.2:
61366230
version "1.1.2"
61376231
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
61386232

6233+
vee-validate@2.0.9:
6234+
version "2.0.9"
6235+
resolved "https://registry.yarnpkg.com/vee-validate/-/vee-validate-2.0.9.tgz#948a96572d9e2369d5cb217a84269ecf6c1f9a11"
6236+
61396237
vendors@^1.0.0:
61406238
version "1.0.1"
61416239
resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.1.tgz#37ad73c8ee417fb3d580e785312307d274847f22"
@@ -6206,10 +6304,26 @@ vm-browserify@0.0.4:
62066304
dependencies:
62076305
indexof "0.0.1"
62086306

6307+
vue-cookie@^1.1.4:
6308+
version "1.1.4"
6309+
resolved "https://registry.yarnpkg.com/vue-cookie/-/vue-cookie-1.1.4.tgz#b8b46d112bda9f93a2f47017c2ed5282d2064fda"
6310+
dependencies:
6311+
tiny-cookie "^1.0"
6312+
6313+
vue-flatpickr-component@^2.4.1:
6314+
version "2.4.1"
6315+
resolved "https://registry.yarnpkg.com/vue-flatpickr-component/-/vue-flatpickr-component-2.4.1.tgz#a4316073e562533959c32d2bc6a63bfeb7964084"
6316+
dependencies:
6317+
flatpickr "^3.0.6"
6318+
62096319
vue-hot-reload-api@^2.2.0:
62106320
version "2.2.4"
62116321
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.2.4.tgz#683bd1d026c0d3b3c937d5875679e9a87ec6cd8f"
62126322

6323+
vue-js-modal@^1.2.8:
6324+
version "1.3.35"
6325+
resolved "https://registry.yarnpkg.com/vue-js-modal/-/vue-js-modal-1.3.35.tgz#5f54de1a30a5f977121bfe6b2a1a5498bce2752a"
6326+
62136327
vue-loader@^13.0.5:
62146328
version "13.6.0"
62156329
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-13.6.0.tgz#c1c9570e1e57475f8acb02cda35551b812f88086"
@@ -6228,6 +6342,20 @@ vue-loader@^13.0.5:
62286342
vue-style-loader "^3.0.0"
62296343
vue-template-es2015-compiler "^1.6.0"
62306344

6345+
vue-multiselect@^2.0.2:
6346+
version "2.1.6"
6347+
resolved "https://registry.yarnpkg.com/vue-multiselect/-/vue-multiselect-2.1.6.tgz#5be5d811a224804a15c43a4edbb7485028a89c7f"
6348+
6349+
vue-notification@^1.3.2:
6350+
version "1.3.20"
6351+
resolved "https://registry.yarnpkg.com/vue-notification/-/vue-notification-1.3.20.tgz#d85618127763b46f3e25b8962b857947d5a97cbe"
6352+
6353+
vue-quill-editor@^2.3.0:
6354+
version "2.3.3"
6355+
resolved "https://registry.yarnpkg.com/vue-quill-editor/-/vue-quill-editor-2.3.3.tgz#80770bbb19c41d2d78af98996bbd6173fba8f08e"
6356+
dependencies:
6357+
quill "^1.3.0"
6358+
62316359
vue-style-loader@^3.0.0:
62326360
version "3.0.3"
62336361
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-3.0.3.tgz#623658f81506aef9d121cdc113a4f5c9cac32df7"
@@ -6246,6 +6374,24 @@ vue-template-es2015-compiler@^1.6.0:
62466374
version "1.6.0"
62476375
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.6.0.tgz#dc42697133302ce3017524356a6c61b7b69b4a18"
62486376

6377+
vue-trumbowyg@^3.3.0:
6378+
version "3.6.0"
6379+
resolved "https://registry.yarnpkg.com/vue-trumbowyg/-/vue-trumbowyg-3.6.0.tgz#71ee180abb6cae3fafcbca2b7b168e3e124545d9"
6380+
dependencies:
6381+
jquery ">=1.8"
6382+
trumbowyg "^2.21.0"
6383+
6384+
vue2-dropzone@^2.3.5:
6385+
version "2.3.6"
6386+
resolved "https://registry.yarnpkg.com/vue2-dropzone/-/vue2-dropzone-2.3.6.tgz#8658c6f17c1fdc3d08bd411b76cd7f052beda8cd"
6387+
dependencies:
6388+
dropzone "^5.1.1"
6389+
vue "^2.0.0"
6390+
6391+
vue@^2.0.0, vue@^2.3.4:
6392+
version "2.6.11"
6393+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
6394+
62496395
vue@^2.5.7:
62506396
version "2.5.11"
62516397
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.11.tgz#80ca2657aa81f03545cd8dd5a2f55454641e6405"

0 commit comments

Comments
 (0)