Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 1d9ff59

Browse files
Merge pull request #100 from xcomponent/renovate/pin-dependencies
Pin dependencies
2 parents 5937e1f + 0b62f40 commit 1d9ff59

2 files changed

Lines changed: 121 additions & 32 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"redux-thunk": "^2.3.0"
3636
},
3737
"devDependencies": {
38-
"jasmine-reporters": "^2.2.0",
38+
"jasmine-reporters": "2.2.1",
3939
"node-sass": "^4.11.0",
40-
"react-scripts-ts": "^2.8.0",
41-
"tslint": "^5.0.0"
40+
"react-scripts-ts": "2.8.0",
41+
"tslint": "5.9.1"
4242
}
4343
}

yarn.lock

Lines changed: 118 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# yarn lockfile v1
33

44

5+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1":
6+
version "7.12.5"
7+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
8+
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
9+
dependencies:
10+
regenerator-runtime "^0.13.4"
11+
512
"@types/es6-shim@^0.31.32":
613
version "0.31.39"
714
resolved "https://registry.yarnpkg.com/@types/es6-shim/-/es6-shim-0.31.39.tgz#61de60fac180f967177bcde598a62072a39ea04b"
@@ -2591,6 +2598,18 @@ history@^4.7.2:
25912598
value-equal "^0.4.0"
25922599
warning "^3.0.0"
25932600

2601+
history@^4.9.0:
2602+
version "4.10.1"
2603+
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
2604+
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
2605+
dependencies:
2606+
"@babel/runtime" "^7.1.2"
2607+
loose-envify "^1.2.0"
2608+
resolve-pathname "^3.0.0"
2609+
tiny-invariant "^1.0.2"
2610+
tiny-warning "^1.0.0"
2611+
value-equal "^1.0.1"
2612+
25942613
hmac-drbg@^1.0.0:
25952614
version "1.0.1"
25962615
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -2607,10 +2626,17 @@ hoek@4.x.x:
26072626
version "4.2.0"
26082627
resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.0.tgz#72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d"
26092628

2610-
hoist-non-react-statics@^2.2.1, hoist-non-react-statics@^2.3.0:
2629+
hoist-non-react-statics@^2.3.0:
26112630
version "2.3.1"
26122631
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz#343db84c6018c650778898240135a1420ee22ce0"
26132632

2633+
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.2:
2634+
version "3.3.2"
2635+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
2636+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
2637+
dependencies:
2638+
react-is "^16.7.0"
2639+
26142640
home-or-tmp@^2.0.0:
26152641
version "2.0.0"
26162642
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -2912,7 +2938,7 @@ inuit-shared@~0.1.5:
29122938
dependencies:
29132939
inuit-defaults "~0.2.0"
29142940

2915-
invariant@^2.0.0, invariant@^2.1.1, invariant@^2.2.1, invariant@^2.2.2:
2941+
invariant@^2.1.1, invariant@^2.2.1, invariant@^2.2.2:
29162942
version "2.2.2"
29172943
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
29182944
dependencies:
@@ -3230,9 +3256,10 @@ istanbul-reports@^1.1.3:
32303256
dependencies:
32313257
handlebars "^4.0.3"
32323258

3233-
jasmine-reporters@^2.2.0:
3259+
jasmine-reporters@2.2.1:
32343260
version "2.2.1"
32353261
resolved "https://registry.yarnpkg.com/jasmine-reporters/-/jasmine-reporters-2.2.1.tgz#de9a9201367846269e7ca8adff5b44221671fcbd"
3262+
integrity sha1-3pqSATZ4RiaefKit/1tEIhZx/L0=
32363263
dependencies:
32373264
mkdirp "^0.5.1"
32383265
xmldom "^0.1.22"
@@ -3675,11 +3702,6 @@ locate-path@^2.0.0:
36753702
p-locate "^2.0.0"
36763703
path-exists "^3.0.0"
36773704

3678-
lodash-es@^4.2.0:
3679-
version "4.17.15"
3680-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
3681-
integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==
3682-
36833705
lodash._reinterpolate@^3.0.0:
36843706
version "3.0.0"
36853707
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -3737,7 +3759,7 @@ lodash.zip@^4.2.0:
37373759
version "4.2.0"
37383760
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
37393761

3740-
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@~4.17.4:
3762+
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@~4.17.4:
37413763
version "4.17.4"
37423764
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
37433765

@@ -3949,6 +3971,14 @@ mimic-fn@^1.0.0:
39493971
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
39503972
integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
39513973

3974+
mini-create-react-context@^0.4.0:
3975+
version "0.4.1"
3976+
resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
3977+
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
3978+
dependencies:
3979+
"@babel/runtime" "^7.12.1"
3980+
tiny-warning "^1.0.3"
3981+
39523982
minimalistic-assert@^1.0.0:
39533983
version "1.0.0"
39543984
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3"
@@ -4914,6 +4944,15 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.8,
49144944
loose-envify "^1.3.1"
49154945
object-assign "^4.1.1"
49164946

4947+
prop-types@^15.6.2, prop-types@^15.7.2:
4948+
version "15.7.2"
4949+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
4950+
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
4951+
dependencies:
4952+
loose-envify "^1.4.0"
4953+
object-assign "^4.1.1"
4954+
react-is "^16.8.1"
4955+
49174956
proxy-addr@~2.0.2:
49184957
version "2.0.2"
49194958
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
@@ -5087,29 +5126,36 @@ react-intl@^2.2.3:
50875126
intl-relativeformat "^2.0.0"
50885127
invariant "^2.1.1"
50895128

5090-
react-redux@^5.0.2:
5091-
version "5.0.6"
5092-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.0.6.tgz#23ed3a4f986359d68b5212eaaa681e60d6574946"
5129+
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
5130+
version "16.13.1"
5131+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
5132+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
5133+
5134+
react-redux@^7.0.0:
5135+
version "7.2.2"
5136+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.2.tgz#03862e803a30b6b9ef8582dadcc810947f74b736"
5137+
integrity sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA==
50935138
dependencies:
5094-
hoist-non-react-statics "^2.2.1"
5095-
invariant "^2.0.0"
5096-
lodash "^4.2.0"
5097-
lodash-es "^4.2.0"
5098-
loose-envify "^1.1.0"
5099-
prop-types "^15.5.10"
5139+
"@babel/runtime" "^7.12.1"
5140+
hoist-non-react-statics "^3.3.2"
5141+
loose-envify "^1.4.0"
5142+
prop-types "^15.7.2"
5143+
react-is "^16.13.1"
51005144

5101-
react-router-dom@^4.0.0-beta.8:
5102-
version "4.2.2"
5103-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.2.2.tgz#c8a81df3adc58bba8a76782e946cbd4eae649b8d"
5145+
react-router-dom@^5.0.0:
5146+
version "5.2.0"
5147+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
5148+
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
51045149
dependencies:
5105-
history "^4.7.2"
5106-
invariant "^2.2.2"
5150+
"@babel/runtime" "^7.1.2"
5151+
history "^4.9.0"
51075152
loose-envify "^1.3.1"
5108-
prop-types "^15.5.4"
5109-
react-router "^4.2.0"
5110-
warning "^3.0.0"
5153+
prop-types "^15.6.2"
5154+
react-router "5.2.0"
5155+
tiny-invariant "^1.0.2"
5156+
tiny-warning "^1.0.0"
51115157

5112-
"react-router@2 - 4", react-router@^4.2.0:
5158+
"react-router@2 - 4":
51135159
version "4.2.0"
51145160
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.2.0.tgz#61f7b3e3770daeb24062dae3eedef1b054155986"
51155161
dependencies:
@@ -5121,9 +5167,26 @@ react-router-dom@^4.0.0-beta.8:
51215167
prop-types "^15.5.4"
51225168
warning "^3.0.0"
51235169

5124-
react-scripts-ts@^2.8.0:
5170+
react-router@5.2.0:
5171+
version "5.2.0"
5172+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
5173+
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
5174+
dependencies:
5175+
"@babel/runtime" "^7.1.2"
5176+
history "^4.9.0"
5177+
hoist-non-react-statics "^3.1.0"
5178+
loose-envify "^1.3.1"
5179+
mini-create-react-context "^0.4.0"
5180+
path-to-regexp "^1.7.0"
5181+
prop-types "^15.6.2"
5182+
react-is "^16.6.0"
5183+
tiny-invariant "^1.0.2"
5184+
tiny-warning "^1.0.0"
5185+
5186+
react-scripts-ts@2.8.0:
51255187
version "2.8.0"
51265188
resolved "https://registry.yarnpkg.com/react-scripts-ts/-/react-scripts-ts-2.8.0.tgz#6ef17a490725fd34ca3ba8829354581a97b310e8"
5189+
integrity sha512-/X5HRsJHuhxjvYsu9eanVijBHZtFUGhCMXCdPW5Aq32iqO6nP0iI87uF9bFD5MSp8CYCzW1IPX59vMopF2IbHw==
51275190
dependencies:
51285191
autoprefixer "7.1.2"
51295192
case-sensitive-paths-webpack-plugin "2.1.1"
@@ -5317,6 +5380,11 @@ regenerator-runtime@^0.11.0:
53175380
version "0.11.0"
53185381
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz#7e54fe5b5ccd5d6624ea6255c3473be090b802e1"
53195382

5383+
regenerator-runtime@^0.13.4:
5384+
version "0.13.7"
5385+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
5386+
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
5387+
53205388
regex-cache@^0.4.2:
53215389
version "0.4.4"
53225390
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
@@ -5519,6 +5587,11 @@ resolve-pathname@^2.2.0:
55195587
version "2.2.0"
55205588
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-2.2.0.tgz#7e9ae21ed815fd63ab189adeee64dc831eefa879"
55215589

5590+
resolve-pathname@^3.0.0:
5591+
version "3.0.0"
5592+
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
5593+
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
5594+
55225595
resolve@1.1.7:
55235596
version "1.1.7"
55245597
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
@@ -6187,6 +6260,16 @@ timers-browserify@^2.0.2:
61876260
dependencies:
61886261
setimmediate "^1.0.4"
61896262

6263+
tiny-invariant@^1.0.2:
6264+
version "1.1.0"
6265+
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
6266+
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
6267+
6268+
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
6269+
version "1.0.3"
6270+
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
6271+
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
6272+
61906273
tmp@^0.0.33:
61916274
version "0.0.33"
61926275
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -6306,9 +6389,10 @@ tslint-react@^3.2.0:
63066389
dependencies:
63076390
tsutils "^2.8.0"
63086391

6309-
tslint@^5.0.0:
6392+
tslint@5.9.1:
63106393
version "5.9.1"
63116394
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
6395+
integrity sha1-ElX4ej/1frCw4fDmEKi0dIBGya4=
63126396
dependencies:
63136397
babel-code-frame "^6.22.0"
63146398
builtin-modules "^1.1.1"
@@ -6595,6 +6679,11 @@ value-equal@^0.4.0:
65956679
version "0.4.0"
65966680
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-0.4.0.tgz#c5bdd2f54ee093c04839d71ce2e4758a6890abc7"
65976681

6682+
value-equal@^1.0.1:
6683+
version "1.0.1"
6684+
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
6685+
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
6686+
65986687
vary@~1.1.2:
65996688
version "1.1.2"
66006689
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

0 commit comments

Comments
 (0)