dependabot-npm_and_yarn 0.94.10 → 0.94.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/helpers/package.json +1 -1
- data/helpers/yarn.lock +90 -78
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e1c0753bad840842e393370a5f892de62288c42cc78b910d54c6752a91b86cc
|
|
4
|
+
data.tar.gz: 4cd8b4b065f29e71d7f54c1150c3d6f012c5fcc76a33ac2744df82a535326e46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26ce69a2872a5f24099634c7a15f6f74be7bdbccaed21f1746e687c6065073e78bccba7e57530fee340109a5ffe78e6fb84bbed4c7c070c922256cd927747a60
|
|
7
|
+
data.tar.gz: dabceebafc7d9bf78fe5a23106ec7acf9f28fa9ac5c19809a904e6168ccb75c8edde4e3081c1a08ba67c2df63ac2f2017e77d7b4985a57986b40fbfa7a88a081
|
data/helpers/package.json
CHANGED
data/helpers/yarn.lock
CHANGED
|
@@ -467,13 +467,15 @@ aws4@^1.8.0:
|
|
|
467
467
|
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
|
|
468
468
|
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
|
|
469
469
|
|
|
470
|
-
babel-jest@^24.
|
|
471
|
-
version "24.
|
|
472
|
-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.
|
|
473
|
-
integrity sha512-
|
|
470
|
+
babel-jest@^24.1.0:
|
|
471
|
+
version "24.1.0"
|
|
472
|
+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.1.0.tgz#441e23ef75ded3bd547e300ac3194cef87b55190"
|
|
473
|
+
integrity sha512-MLcagnVrO9ybQGLEfZUqnOzv36iQzU7Bj4elm39vCukumLVSfoX+tRy3/jW7lUKc7XdpRmB/jech6L/UCsSZjw==
|
|
474
474
|
dependencies:
|
|
475
475
|
babel-plugin-istanbul "^5.1.0"
|
|
476
|
-
babel-preset-jest "^24.
|
|
476
|
+
babel-preset-jest "^24.1.0"
|
|
477
|
+
chalk "^2.4.2"
|
|
478
|
+
slash "^2.0.0"
|
|
477
479
|
|
|
478
480
|
babel-plugin-istanbul@^5.1.0:
|
|
479
481
|
version "5.1.0"
|
|
@@ -484,18 +486,18 @@ babel-plugin-istanbul@^5.1.0:
|
|
|
484
486
|
istanbul-lib-instrument "^3.0.0"
|
|
485
487
|
test-exclude "^5.0.0"
|
|
486
488
|
|
|
487
|
-
babel-plugin-jest-hoist@^24.
|
|
488
|
-
version "24.
|
|
489
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.
|
|
490
|
-
integrity sha512-
|
|
489
|
+
babel-plugin-jest-hoist@^24.1.0:
|
|
490
|
+
version "24.1.0"
|
|
491
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.1.0.tgz#dfecc491fb15e2668abbd690a697a8fd1411a7f8"
|
|
492
|
+
integrity sha512-gljYrZz8w1b6fJzKcsfKsipSru2DU2DmQ39aB6nV3xQ0DDv3zpIzKGortA5gknrhNnPN8DweaEgrnZdmbGmhnw==
|
|
491
493
|
|
|
492
|
-
babel-preset-jest@^24.
|
|
493
|
-
version "24.
|
|
494
|
-
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-24.
|
|
495
|
-
integrity sha512-
|
|
494
|
+
babel-preset-jest@^24.1.0:
|
|
495
|
+
version "24.1.0"
|
|
496
|
+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-24.1.0.tgz#83bc564fdcd4903641af65ec63f2f5de6b04132e"
|
|
497
|
+
integrity sha512-FfNLDxFWsNX9lUmtwY7NheGlANnagvxq8LZdl5PKnVG3umP+S/g0XbVBfwtA4Ai3Ri/IMkWabBz3Tyk9wdspcw==
|
|
496
498
|
dependencies:
|
|
497
499
|
"@babel/plugin-syntax-object-rest-spread" "^7.0.0"
|
|
498
|
-
babel-plugin-jest-hoist "^24.
|
|
500
|
+
babel-plugin-jest-hoist "^24.1.0"
|
|
499
501
|
|
|
500
502
|
babel-runtime@^6.26.0:
|
|
501
503
|
version "6.26.0"
|
|
@@ -783,7 +785,7 @@ chai@^4.1.2:
|
|
|
783
785
|
pathval "^1.1.0"
|
|
784
786
|
type-detect "^4.0.5"
|
|
785
787
|
|
|
786
|
-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
|
|
788
|
+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.2:
|
|
787
789
|
version "2.4.2"
|
|
788
790
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
|
789
791
|
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
@@ -1599,10 +1601,10 @@ expand-range@^1.8.1:
|
|
|
1599
1601
|
dependencies:
|
|
1600
1602
|
fill-range "^2.1.0"
|
|
1601
1603
|
|
|
1602
|
-
expect@^24.
|
|
1603
|
-
version "24.
|
|
1604
|
-
resolved "https://registry.yarnpkg.com/expect/-/expect-24.
|
|
1605
|
-
integrity sha512-
|
|
1604
|
+
expect@^24.1.0:
|
|
1605
|
+
version "24.1.0"
|
|
1606
|
+
resolved "https://registry.yarnpkg.com/expect/-/expect-24.1.0.tgz#88e73301c4c785cde5f16da130ab407bdaf8c0f2"
|
|
1607
|
+
integrity sha512-lVcAPhaYkQcIyMS+F8RVwzbm1jro20IG8OkvxQ6f1JfqhVZyyudCwYogQ7wnktlf14iF3ii7ArIUO/mqvrW9Gw==
|
|
1606
1608
|
dependencies:
|
|
1607
1609
|
ansi-styles "^3.2.0"
|
|
1608
1610
|
jest-get-type "^24.0.0"
|
|
@@ -2770,10 +2772,10 @@ jest-changed-files@^24.0.0:
|
|
|
2770
2772
|
execa "^1.0.0"
|
|
2771
2773
|
throat "^4.0.0"
|
|
2772
2774
|
|
|
2773
|
-
jest-cli@^24.
|
|
2774
|
-
version "24.
|
|
2775
|
-
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-24.
|
|
2776
|
-
integrity sha512-
|
|
2775
|
+
jest-cli@^24.1.0:
|
|
2776
|
+
version "24.1.0"
|
|
2777
|
+
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-24.1.0.tgz#f7cc98995f36e7210cce3cbb12974cbf60940843"
|
|
2778
|
+
integrity sha512-U/iyWPwOI0T1CIxVLtk/2uviOTJ/OiSWJSe8qt6X1VkbbgP+nrtLJlmT9lPBe4lK78VNFJtrJ7pttcNv/s7yCw==
|
|
2777
2779
|
dependencies:
|
|
2778
2780
|
ansi-escapes "^3.0.0"
|
|
2779
2781
|
chalk "^2.0.1"
|
|
@@ -2787,16 +2789,16 @@ jest-cli@^24.0.0:
|
|
|
2787
2789
|
istanbul-lib-instrument "^3.0.1"
|
|
2788
2790
|
istanbul-lib-source-maps "^3.0.1"
|
|
2789
2791
|
jest-changed-files "^24.0.0"
|
|
2790
|
-
jest-config "^24.
|
|
2792
|
+
jest-config "^24.1.0"
|
|
2791
2793
|
jest-environment-jsdom "^24.0.0"
|
|
2792
2794
|
jest-get-type "^24.0.0"
|
|
2793
2795
|
jest-haste-map "^24.0.0"
|
|
2794
2796
|
jest-message-util "^24.0.0"
|
|
2795
2797
|
jest-regex-util "^24.0.0"
|
|
2796
|
-
jest-resolve-dependencies "^24.
|
|
2797
|
-
jest-runner "^24.
|
|
2798
|
-
jest-runtime "^24.
|
|
2799
|
-
jest-snapshot "^24.
|
|
2798
|
+
jest-resolve-dependencies "^24.1.0"
|
|
2799
|
+
jest-runner "^24.1.0"
|
|
2800
|
+
jest-runtime "^24.1.0"
|
|
2801
|
+
jest-snapshot "^24.1.0"
|
|
2800
2802
|
jest-util "^24.0.0"
|
|
2801
2803
|
jest-validate "^24.0.0"
|
|
2802
2804
|
jest-watcher "^24.0.0"
|
|
@@ -2814,27 +2816,26 @@ jest-cli@^24.0.0:
|
|
|
2814
2816
|
which "^1.2.12"
|
|
2815
2817
|
yargs "^12.0.2"
|
|
2816
2818
|
|
|
2817
|
-
jest-config@^24.
|
|
2818
|
-
version "24.
|
|
2819
|
-
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-24.
|
|
2820
|
-
integrity sha512-
|
|
2819
|
+
jest-config@^24.1.0:
|
|
2820
|
+
version "24.1.0"
|
|
2821
|
+
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-24.1.0.tgz#6ea6881cfdd299bc86cc144ee36d937c97c3850c"
|
|
2822
|
+
integrity sha512-FbbRzRqtFC6eGjG5VwsbW4E5dW3zqJKLWYiZWhB0/4E5fgsMw8GODLbGSrY5t17kKOtCWb/Z7nsIThRoDpuVyg==
|
|
2821
2823
|
dependencies:
|
|
2822
2824
|
"@babel/core" "^7.1.0"
|
|
2823
|
-
babel-jest "^24.
|
|
2825
|
+
babel-jest "^24.1.0"
|
|
2824
2826
|
chalk "^2.0.1"
|
|
2825
2827
|
glob "^7.1.1"
|
|
2826
2828
|
jest-environment-jsdom "^24.0.0"
|
|
2827
2829
|
jest-environment-node "^24.0.0"
|
|
2828
2830
|
jest-get-type "^24.0.0"
|
|
2829
|
-
jest-jasmine2 "^24.
|
|
2831
|
+
jest-jasmine2 "^24.1.0"
|
|
2830
2832
|
jest-regex-util "^24.0.0"
|
|
2831
|
-
jest-resolve "^24.
|
|
2833
|
+
jest-resolve "^24.1.0"
|
|
2832
2834
|
jest-util "^24.0.0"
|
|
2833
2835
|
jest-validate "^24.0.0"
|
|
2834
2836
|
micromatch "^3.1.10"
|
|
2835
2837
|
pretty-format "^24.0.0"
|
|
2836
2838
|
realpath-native "^1.0.2"
|
|
2837
|
-
uuid "^3.3.2"
|
|
2838
2839
|
|
|
2839
2840
|
jest-diff@^24.0.0:
|
|
2840
2841
|
version "24.0.0"
|
|
@@ -2899,22 +2900,23 @@ jest-haste-map@^24.0.0:
|
|
|
2899
2900
|
micromatch "^3.1.10"
|
|
2900
2901
|
sane "^3.0.0"
|
|
2901
2902
|
|
|
2902
|
-
jest-jasmine2@^24.
|
|
2903
|
-
version "24.
|
|
2904
|
-
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-24.
|
|
2905
|
-
integrity sha512-
|
|
2903
|
+
jest-jasmine2@^24.1.0:
|
|
2904
|
+
version "24.1.0"
|
|
2905
|
+
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-24.1.0.tgz#8377324b967037c440f0a549ee0bbd9912055db6"
|
|
2906
|
+
integrity sha512-H+o76SdSNyCh9fM5K8upK45YTo/DiFx5w2YAzblQebSQmukDcoVBVeXynyr7DDnxh+0NTHYRCLwJVf3tC518wg==
|
|
2906
2907
|
dependencies:
|
|
2907
2908
|
"@babel/traverse" "^7.1.0"
|
|
2908
2909
|
chalk "^2.0.1"
|
|
2909
2910
|
co "^4.6.0"
|
|
2910
|
-
expect "^24.
|
|
2911
|
+
expect "^24.1.0"
|
|
2911
2912
|
is-generator-fn "^2.0.0"
|
|
2912
2913
|
jest-each "^24.0.0"
|
|
2913
2914
|
jest-matcher-utils "^24.0.0"
|
|
2914
2915
|
jest-message-util "^24.0.0"
|
|
2915
|
-
jest-snapshot "^24.
|
|
2916
|
+
jest-snapshot "^24.1.0"
|
|
2916
2917
|
jest-util "^24.0.0"
|
|
2917
2918
|
pretty-format "^24.0.0"
|
|
2919
|
+
throat "^4.0.0"
|
|
2918
2920
|
|
|
2919
2921
|
jest-leak-detector@^24.0.0:
|
|
2920
2922
|
version "24.0.0"
|
|
@@ -2954,46 +2956,47 @@ jest-regex-util@^24.0.0:
|
|
|
2954
2956
|
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.0.0.tgz#4feee8ec4a358f5bee0a654e94eb26163cb9089a"
|
|
2955
2957
|
integrity sha512-Jv/uOTCuC+PY7WpJl2mpoI+WbY2ut73qwwO9ByJJNwOCwr1qWhEW2Lyi2S9ZewUdJqeVpEBisdEVZSI+Zxo58Q==
|
|
2956
2958
|
|
|
2957
|
-
jest-resolve-dependencies@^24.
|
|
2958
|
-
version "24.
|
|
2959
|
-
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-24.
|
|
2960
|
-
integrity sha512-
|
|
2959
|
+
jest-resolve-dependencies@^24.1.0:
|
|
2960
|
+
version "24.1.0"
|
|
2961
|
+
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-24.1.0.tgz#78f738a2ec59ff4d00751d9da56f176e3f589f6c"
|
|
2962
|
+
integrity sha512-2VwPsjd3kRPu7qe2cpytAgowCObk5AKeizfXuuiwgm1a9sijJDZe8Kh1sFj6FKvSaNEfCPlBVkZEJa2482m/Uw==
|
|
2961
2963
|
dependencies:
|
|
2962
2964
|
jest-regex-util "^24.0.0"
|
|
2963
|
-
jest-snapshot "^24.
|
|
2965
|
+
jest-snapshot "^24.1.0"
|
|
2964
2966
|
|
|
2965
|
-
jest-resolve@^24.
|
|
2966
|
-
version "24.
|
|
2967
|
-
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-24.
|
|
2968
|
-
integrity sha512-
|
|
2967
|
+
jest-resolve@^24.1.0:
|
|
2968
|
+
version "24.1.0"
|
|
2969
|
+
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-24.1.0.tgz#42ff0169b0ea47bfdbd0c52a0067ca7d022c7688"
|
|
2970
|
+
integrity sha512-TPiAIVp3TG6zAxH28u/6eogbwrvZjBMWroSLBDkwkHKrqxB/RIdwkWDye4uqPlZIXWIaHtifY3L0/eO5Z0f2wg==
|
|
2969
2971
|
dependencies:
|
|
2970
2972
|
browser-resolve "^1.11.3"
|
|
2971
2973
|
chalk "^2.0.1"
|
|
2972
2974
|
realpath-native "^1.0.0"
|
|
2973
2975
|
|
|
2974
|
-
jest-runner@^24.
|
|
2975
|
-
version "24.
|
|
2976
|
-
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-24.
|
|
2977
|
-
integrity sha512-
|
|
2976
|
+
jest-runner@^24.1.0:
|
|
2977
|
+
version "24.1.0"
|
|
2978
|
+
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-24.1.0.tgz#3686a2bb89ce62800da23d7fdc3da2c32792943b"
|
|
2979
|
+
integrity sha512-CDGOkT3AIFl16BLL/OdbtYgYvbAprwJ+ExKuLZmGSCSldwsuU2dEGauqkpvd9nphVdAnJUcP12e/EIlnTX0QXg==
|
|
2978
2980
|
dependencies:
|
|
2981
|
+
chalk "^2.4.2"
|
|
2979
2982
|
exit "^0.1.2"
|
|
2980
2983
|
graceful-fs "^4.1.15"
|
|
2981
|
-
jest-config "^24.
|
|
2984
|
+
jest-config "^24.1.0"
|
|
2982
2985
|
jest-docblock "^24.0.0"
|
|
2983
2986
|
jest-haste-map "^24.0.0"
|
|
2984
|
-
jest-jasmine2 "^24.
|
|
2987
|
+
jest-jasmine2 "^24.1.0"
|
|
2985
2988
|
jest-leak-detector "^24.0.0"
|
|
2986
2989
|
jest-message-util "^24.0.0"
|
|
2987
|
-
jest-runtime "^24.
|
|
2990
|
+
jest-runtime "^24.1.0"
|
|
2988
2991
|
jest-util "^24.0.0"
|
|
2989
2992
|
jest-worker "^24.0.0"
|
|
2990
2993
|
source-map-support "^0.5.6"
|
|
2991
2994
|
throat "^4.0.0"
|
|
2992
2995
|
|
|
2993
|
-
jest-runtime@^24.
|
|
2994
|
-
version "24.
|
|
2995
|
-
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-24.
|
|
2996
|
-
integrity sha512-
|
|
2996
|
+
jest-runtime@^24.1.0:
|
|
2997
|
+
version "24.1.0"
|
|
2998
|
+
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-24.1.0.tgz#7c157a2e776609e8cf552f956a5a19ec9c985214"
|
|
2999
|
+
integrity sha512-59/BY6OCuTXxGeDhEMU7+N33dpMQyXq7MLK07cNSIY/QYt2QZgJ7Tjx+rykBI0skAoigFl0A5tmT8UdwX92YuQ==
|
|
2997
3000
|
dependencies:
|
|
2998
3001
|
"@babel/core" "^7.1.0"
|
|
2999
3002
|
babel-plugin-istanbul "^5.1.0"
|
|
@@ -3003,19 +3006,19 @@ jest-runtime@^24.0.0:
|
|
|
3003
3006
|
fast-json-stable-stringify "^2.0.0"
|
|
3004
3007
|
glob "^7.1.3"
|
|
3005
3008
|
graceful-fs "^4.1.15"
|
|
3006
|
-
jest-config "^24.
|
|
3009
|
+
jest-config "^24.1.0"
|
|
3007
3010
|
jest-haste-map "^24.0.0"
|
|
3008
3011
|
jest-message-util "^24.0.0"
|
|
3009
3012
|
jest-regex-util "^24.0.0"
|
|
3010
|
-
jest-resolve "^24.
|
|
3011
|
-
jest-snapshot "^24.
|
|
3013
|
+
jest-resolve "^24.1.0"
|
|
3014
|
+
jest-snapshot "^24.1.0"
|
|
3012
3015
|
jest-util "^24.0.0"
|
|
3013
3016
|
jest-validate "^24.0.0"
|
|
3014
3017
|
micromatch "^3.1.10"
|
|
3015
3018
|
realpath-native "^1.0.0"
|
|
3016
3019
|
slash "^2.0.0"
|
|
3017
|
-
strip-bom "3.0.0"
|
|
3018
|
-
write-file-atomic "
|
|
3020
|
+
strip-bom "^3.0.0"
|
|
3021
|
+
write-file-atomic "2.4.1"
|
|
3019
3022
|
yargs "^12.0.2"
|
|
3020
3023
|
|
|
3021
3024
|
jest-serializer@^24.0.0:
|
|
@@ -3023,17 +3026,17 @@ jest-serializer@^24.0.0:
|
|
|
3023
3026
|
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.0.0.tgz#522c44a332cdd194d8c0531eb06a1ee5afb4256b"
|
|
3024
3027
|
integrity sha512-9FKxQyrFgHtx3ozU+1a8v938ILBE7S8Ko3uiAVjT8Yfi2o91j/fj81jacCQZ/Ihjiff/VsUCXVgQ+iF1XdImOw==
|
|
3025
3028
|
|
|
3026
|
-
jest-snapshot@^24.
|
|
3027
|
-
version "24.
|
|
3028
|
-
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.
|
|
3029
|
-
integrity sha512-
|
|
3029
|
+
jest-snapshot@^24.1.0:
|
|
3030
|
+
version "24.1.0"
|
|
3031
|
+
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.1.0.tgz#85e22f810357aa5994ab61f236617dc2205f2f5b"
|
|
3032
|
+
integrity sha512-th6TDfFqEmXvuViacU1ikD7xFb7lQsPn2rJl7OEmnfIVpnrx3QNY2t3PE88meeg0u/mQ0nkyvmC05PBqO4USFA==
|
|
3030
3033
|
dependencies:
|
|
3031
3034
|
"@babel/types" "^7.0.0"
|
|
3032
3035
|
chalk "^2.0.1"
|
|
3033
3036
|
jest-diff "^24.0.0"
|
|
3034
3037
|
jest-matcher-utils "^24.0.0"
|
|
3035
3038
|
jest-message-util "^24.0.0"
|
|
3036
|
-
jest-resolve "^24.
|
|
3039
|
+
jest-resolve "^24.1.0"
|
|
3037
3040
|
mkdirp "^0.5.1"
|
|
3038
3041
|
natural-compare "^1.4.0"
|
|
3039
3042
|
pretty-format "^24.0.0"
|
|
@@ -3082,13 +3085,13 @@ jest-worker@^24.0.0:
|
|
|
3082
3085
|
merge-stream "^1.0.1"
|
|
3083
3086
|
supports-color "^6.1.0"
|
|
3084
3087
|
|
|
3085
|
-
jest@^24.
|
|
3086
|
-
version "24.
|
|
3087
|
-
resolved "https://registry.yarnpkg.com/jest/-/jest-24.
|
|
3088
|
-
integrity sha512
|
|
3088
|
+
jest@^24.1.0:
|
|
3089
|
+
version "24.1.0"
|
|
3090
|
+
resolved "https://registry.yarnpkg.com/jest/-/jest-24.1.0.tgz#b1e1135caefcf2397950ecf7f90e395fde866fd2"
|
|
3091
|
+
integrity sha512-+q91L65kypqklvlRFfXfdzUKyngQLOcwGhXQaLmVHv+d09LkNXuBuGxlofTFW42XMzu3giIcChchTsCNUjQ78A==
|
|
3089
3092
|
dependencies:
|
|
3090
3093
|
import-local "^2.0.0"
|
|
3091
|
-
jest-cli "^24.
|
|
3094
|
+
jest-cli "^24.1.0"
|
|
3092
3095
|
|
|
3093
3096
|
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
|
3094
3097
|
version "4.0.0"
|
|
@@ -5628,7 +5631,7 @@ strip-ansi@^5.0.0:
|
|
|
5628
5631
|
dependencies:
|
|
5629
5632
|
ansi-regex "^4.0.0"
|
|
5630
5633
|
|
|
5631
|
-
strip-bom
|
|
5634
|
+
strip-bom@^3.0.0:
|
|
5632
5635
|
version "3.0.0"
|
|
5633
5636
|
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
|
|
5634
5637
|
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
|
|
@@ -6183,6 +6186,15 @@ wrappy@1:
|
|
|
6183
6186
|
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
|
6184
6187
|
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
|
6185
6188
|
|
|
6189
|
+
write-file-atomic@2.4.1:
|
|
6190
|
+
version "2.4.1"
|
|
6191
|
+
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.1.tgz#d0b05463c188ae804396fd5ab2a370062af87529"
|
|
6192
|
+
integrity sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==
|
|
6193
|
+
dependencies:
|
|
6194
|
+
graceful-fs "^4.1.11"
|
|
6195
|
+
imurmurhash "^0.1.4"
|
|
6196
|
+
signal-exit "^3.0.2"
|
|
6197
|
+
|
|
6186
6198
|
write-file-atomic@^2.0.0, write-file-atomic@^2.3.0, write-file-atomic@^2.4.2:
|
|
6187
6199
|
version "2.4.2"
|
|
6188
6200
|
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.2.tgz#a7181706dfba17855d221140a9c06e15fcdd87b9"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-npm_and_yarn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.94.
|
|
4
|
+
version: 0.94.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-02-
|
|
11
|
+
date: 2019-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dependabot-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.94.
|
|
19
|
+
version: 0.94.11
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.94.
|
|
26
|
+
version: 0.94.11
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|