Skip to content

Commit d1d5359

Browse files
Merge pull request #5 from api-platform/dependabot/npm_and_yarn/babel-jest-23.6.0
2 parents 7e418cc + ee6dc15 commit d1d5359

File tree

2 files changed

+51
-69
lines changed

2 files changed

+51
-69
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"babel-cli": "^6.24.0",
1818
"babel-core": "^6.24.0",
1919
"babel-eslint": "^9.0.0",
20-
"babel-jest": "^19.0.0",
20+
"babel-jest": "^23.6.0",
2121
"babel-plugin-transform-flow-strip-types": "^6.22.0",
2222
"babel-plugin-transform-runtime": "^6.23.0",
2323
"babel-preset-es2015": "^6.24.0",

yarn.lock

Lines changed: 50 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -307,31 +307,7 @@ babel-code-frame@^6.26.0:
307307
esutils "^2.0.2"
308308
js-tokens "^3.0.2"
309309

310-
babel-core@^6.0.0:
311-
version "6.24.0"
312-
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.24.0.tgz#8f36a0a77f5c155aed6f920b844d23ba56742a02"
313-
dependencies:
314-
babel-code-frame "^6.22.0"
315-
babel-generator "^6.24.0"
316-
babel-helpers "^6.23.0"
317-
babel-messages "^6.23.0"
318-
babel-register "^6.24.0"
319-
babel-runtime "^6.22.0"
320-
babel-template "^6.23.0"
321-
babel-traverse "^6.23.1"
322-
babel-types "^6.23.0"
323-
babylon "^6.11.0"
324-
convert-source-map "^1.1.0"
325-
debug "^2.1.1"
326-
json5 "^0.5.0"
327-
lodash "^4.2.0"
328-
minimatch "^3.0.2"
329-
path-is-absolute "^1.0.0"
330-
private "^0.1.6"
331-
slash "^1.0.0"
332-
source-map "^0.5.0"
333-
334-
babel-core@^6.24.0, babel-core@^6.26.0:
310+
babel-core@^6.0.0, babel-core@^6.24.0, babel-core@^6.26.0:
335311
version "6.26.0"
336312
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
337313
dependencies:
@@ -366,7 +342,7 @@ babel-eslint@^9.0.0:
366342
eslint-scope "3.7.1"
367343
eslint-visitor-keys "^1.0.0"
368344

369-
babel-generator@^6.18.0, babel-generator@^6.24.0:
345+
babel-generator@^6.18.0:
370346
version "6.24.0"
371347
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.24.0.tgz#eba270a8cc4ce6e09a61be43465d7c62c1f87c56"
372348
dependencies:
@@ -503,13 +479,6 @@ babel-helper-replace-supers@^6.24.1:
503479
babel-traverse "^6.24.1"
504480
babel-types "^6.24.1"
505481

506-
babel-helpers@^6.23.0:
507-
version "6.23.0"
508-
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.23.0.tgz#4f8f2e092d0b6a8808a4bde79c27f1e2ecf0d992"
509-
dependencies:
510-
babel-runtime "^6.22.0"
511-
babel-template "^6.23.0"
512-
513482
babel-helpers@^6.24.1:
514483
version "6.24.1"
515484
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2"
@@ -525,6 +494,13 @@ babel-jest@^19.0.0:
525494
babel-plugin-istanbul "^4.0.0"
526495
babel-preset-jest "^19.0.0"
527496

497+
babel-jest@^23.6.0:
498+
version "23.6.0"
499+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.6.0.tgz#a644232366557a2240a0c083da6b25786185a2f1"
500+
dependencies:
501+
babel-plugin-istanbul "^4.1.6"
502+
babel-preset-jest "^23.2.0"
503+
528504
babel-messages@^6.23.0:
529505
version "6.23.0"
530506
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
@@ -537,18 +513,23 @@ babel-plugin-check-es2015-constants@^6.22.0:
537513
dependencies:
538514
babel-runtime "^6.22.0"
539515

540-
babel-plugin-istanbul@^4.0.0:
541-
version "4.1.1"
542-
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.1.tgz#c12de0fc6fe42adfb16be56f1ad11e4a9782eca9"
516+
babel-plugin-istanbul@^4.0.0, babel-plugin-istanbul@^4.1.6:
517+
version "4.1.6"
518+
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45"
543519
dependencies:
520+
babel-plugin-syntax-object-rest-spread "^6.13.0"
544521
find-up "^2.1.0"
545-
istanbul-lib-instrument "^1.6.2"
546-
test-exclude "^4.0.3"
522+
istanbul-lib-instrument "^1.10.1"
523+
test-exclude "^4.2.1"
547524

548525
babel-plugin-jest-hoist@^19.0.0:
549526
version "19.0.0"
550527
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-19.0.0.tgz#4ae2a04ea612a6e73651f3fde52c178991304bea"
551528

529+
babel-plugin-jest-hoist@^23.2.0:
530+
version "23.2.0"
531+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167"
532+
552533
babel-plugin-syntax-async-functions@^6.8.0:
553534
version "6.13.0"
554535
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
@@ -593,7 +574,7 @@ babel-plugin-syntax-function-bind@^6.8.0:
593574
version "6.13.0"
594575
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6.13.0.tgz#48c495f177bdf31a981e732f55adc0bdd2601f46"
595576

596-
babel-plugin-syntax-object-rest-spread@^6.8.0:
577+
babel-plugin-syntax-object-rest-spread@^6.13.0, babel-plugin-syntax-object-rest-spread@^6.8.0:
597578
version "6.13.0"
598579
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
599580

@@ -917,6 +898,13 @@ babel-preset-jest@^19.0.0:
917898
dependencies:
918899
babel-plugin-jest-hoist "^19.0.0"
919900

901+
babel-preset-jest@^23.2.0:
902+
version "23.2.0"
903+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-23.2.0.tgz#8ec7a03a138f001a1a8fb1e8113652bf1a55da46"
904+
dependencies:
905+
babel-plugin-jest-hoist "^23.2.0"
906+
babel-plugin-syntax-object-rest-spread "^6.13.0"
907+
920908
babel-preset-stage-0@^6.22.0:
921909
version "6.24.1"
922910
resolved "https://registry.yarnpkg.com/babel-preset-stage-0/-/babel-preset-stage-0-6.24.1.tgz#5642d15042f91384d7e5af8bc88b1db95b039e6a"
@@ -952,18 +940,6 @@ babel-preset-stage-3@^6.24.1:
952940
babel-plugin-transform-exponentiation-operator "^6.24.1"
953941
babel-plugin-transform-object-rest-spread "^6.22.0"
954942

955-
babel-register@^6.24.0:
956-
version "6.24.0"
957-
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.24.0.tgz#5e89f8463ba9970356d02eb07dabe3308b080cfd"
958-
dependencies:
959-
babel-core "^6.24.0"
960-
babel-runtime "^6.22.0"
961-
core-js "^2.4.0"
962-
home-or-tmp "^2.0.0"
963-
lodash "^4.2.0"
964-
mkdirp "^0.5.1"
965-
source-map-support "^0.4.2"
966-
967943
babel-register@^6.26.0:
968944
version "6.26.0"
969945
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
@@ -990,7 +966,7 @@ babel-runtime@^6.23.0, babel-runtime@^6.26.0:
990966
core-js "^2.4.0"
991967
regenerator-runtime "^0.11.0"
992968

993-
babel-template@^6.16.0, babel-template@^6.23.0:
969+
babel-template@^6.16.0:
994970
version "6.23.0"
995971
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.23.0.tgz#04d4f270adbb3aa704a8143ae26faa529238e638"
996972
dependencies:
@@ -1010,7 +986,7 @@ babel-template@^6.24.1, babel-template@^6.26.0:
1010986
babylon "^6.18.0"
1011987
lodash "^4.17.4"
1012988

1013-
babel-traverse@^6.18.0, babel-traverse@^6.23.0, babel-traverse@^6.23.1:
989+
babel-traverse@^6.18.0, babel-traverse@^6.23.0:
1014990
version "6.23.1"
1015991
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.23.1.tgz#d3cb59010ecd06a97d81310065f966b699e14f48"
1016992
dependencies:
@@ -1291,10 +1267,6 @@ content-type-parser@^1.0.1:
12911267
version "1.0.1"
12921268
resolved "https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.1.tgz#c3e56988c53c65127fb46d4032a3a900246fdc94"
12931269

1294-
convert-source-map@^1.1.0:
1295-
version "1.4.0"
1296-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.4.0.tgz#e3dad195bf61bfe13a7a3c73e9876ec14a0268f3"
1297-
12981270
convert-source-map@^1.5.0:
12991271
version "1.5.0"
13001272
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5"
@@ -2259,13 +2231,17 @@ istanbul-lib-coverage@^1.0.0, istanbul-lib-coverage@^1.0.2:
22592231
version "1.0.2"
22602232
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.2.tgz#87a0c015b6910651cb3b184814dfb339337e25e1"
22612233

2234+
istanbul-lib-coverage@^1.2.1:
2235+
version "1.2.1"
2236+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz#ccf7edcd0a0bb9b8f729feeb0930470f9af664f0"
2237+
22622238
istanbul-lib-hook@^1.0.5:
22632239
version "1.0.5"
22642240
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.0.5.tgz#6ca3d16d60c5f4082da39f7c5cd38ea8a772b88e"
22652241
dependencies:
22662242
append-transform "^0.4.0"
22672243

2268-
istanbul-lib-instrument@^1.1.1, istanbul-lib-instrument@^1.6.2, istanbul-lib-instrument@^1.7.0:
2244+
istanbul-lib-instrument@^1.1.1, istanbul-lib-instrument@^1.7.0:
22692245
version "1.7.0"
22702246
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.7.0.tgz#b8e0dc25709bb44e17336ab47b7bb5c97c23f659"
22712247
dependencies:
@@ -2277,6 +2253,18 @@ istanbul-lib-instrument@^1.1.1, istanbul-lib-instrument@^1.6.2, istanbul-lib-ins
22772253
istanbul-lib-coverage "^1.0.2"
22782254
semver "^5.3.0"
22792255

2256+
istanbul-lib-instrument@^1.10.1:
2257+
version "1.10.2"
2258+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz#1f55ed10ac3c47f2bdddd5307935126754d0a9ca"
2259+
dependencies:
2260+
babel-generator "^6.18.0"
2261+
babel-template "^6.16.0"
2262+
babel-traverse "^6.18.0"
2263+
babel-types "^6.18.0"
2264+
babylon "^6.18.0"
2265+
istanbul-lib-coverage "^1.2.1"
2266+
semver "^5.3.0"
2267+
22802268
istanbul-lib-report@^1.0.0:
22812269
version "1.0.0"
22822270
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.0.0.tgz#d83dac7f26566b521585569367fe84ccfc7aaecb"
@@ -2576,7 +2564,7 @@ json-stringify-safe@~5.0.1:
25762564
version "5.0.1"
25772565
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
25782566

2579-
json5@^0.5.0, json5@^0.5.1:
2567+
json5@^0.5.1:
25802568
version "0.5.1"
25812569
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
25822570

@@ -3346,12 +3334,6 @@ source-map-support@^0.4.15:
33463334
dependencies:
33473335
source-map "^0.5.6"
33483336

3349-
source-map-support@^0.4.2:
3350-
version "0.4.14"
3351-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.14.tgz#9d4463772598b86271b4f523f6c1f4e02a7d6aef"
3352-
dependencies:
3353-
source-map "^0.5.6"
3354-
33553337
source-map@^0.4.4:
33563338
version "0.4.4"
33573339
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
@@ -3507,9 +3489,9 @@ tar@^2.2.1:
35073489
fstream "^1.0.12"
35083490
inherits "2"
35093491

3510-
test-exclude@^4.0.3:
3511-
version "4.0.3"
3512-
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.0.3.tgz#86a13ce3effcc60e6c90403cf31a27a60ac6c4e7"
3492+
test-exclude@^4.2.1:
3493+
version "4.2.3"
3494+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.3.tgz#a9a5e64474e4398339245a0a769ad7c2f4a97c20"
35133495
dependencies:
35143496
arrify "^1.0.1"
35153497
micromatch "^2.3.11"

0 commit comments

Comments
 (0)