|
22 | 22 | integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
|
23 | 23 |
|
24 | 24 | "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.8.7":
|
25 |
| - version "7.13.14" |
26 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06" |
27 |
| - integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== |
| 25 | + version "7.13.15" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0" |
| 27 | + integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ== |
28 | 28 | dependencies:
|
29 | 29 | "@babel/code-frame" "^7.12.13"
|
30 | 30 | "@babel/generator" "^7.13.9"
|
31 | 31 | "@babel/helper-compilation-targets" "^7.13.13"
|
32 | 32 | "@babel/helper-module-transforms" "^7.13.14"
|
33 | 33 | "@babel/helpers" "^7.13.10"
|
34 |
| - "@babel/parser" "^7.13.13" |
| 34 | + "@babel/parser" "^7.13.15" |
35 | 35 | "@babel/template" "^7.12.13"
|
36 |
| - "@babel/traverse" "^7.13.13" |
| 36 | + "@babel/traverse" "^7.13.15" |
37 | 37 | "@babel/types" "^7.13.14"
|
38 | 38 | convert-source-map "^1.7.0"
|
39 | 39 | debug "^4.1.0"
|
|
305 | 305 | chalk "^2.0.0"
|
306 | 306 | js-tokens "^4.0.0"
|
307 | 307 |
|
308 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.13", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
309 |
| - version "7.13.13" |
310 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df" |
311 |
| - integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== |
| 308 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.15", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": |
| 309 | + version "7.13.15" |
| 310 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8" |
| 311 | + integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ== |
312 | 312 |
|
313 | 313 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
314 | 314 | version "7.13.12"
|
|
928 | 928 | "@babel/parser" "^7.12.13"
|
929 | 929 | "@babel/types" "^7.12.13"
|
930 | 930 |
|
931 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0": |
932 |
| - version "7.13.13" |
933 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d" |
934 |
| - integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg== |
| 931 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0": |
| 932 | + version "7.13.15" |
| 933 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7" |
| 934 | + integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ== |
935 | 935 | dependencies:
|
936 | 936 | "@babel/code-frame" "^7.12.13"
|
937 | 937 | "@babel/generator" "^7.13.9"
|
938 | 938 | "@babel/helper-function-name" "^7.12.13"
|
939 | 939 | "@babel/helper-split-export-declaration" "^7.12.13"
|
940 |
| - "@babel/parser" "^7.13.13" |
941 |
| - "@babel/types" "^7.13.13" |
| 940 | + "@babel/parser" "^7.13.15" |
| 941 | + "@babel/types" "^7.13.14" |
942 | 942 | debug "^4.1.0"
|
943 | 943 | globals "^11.1.0"
|
944 | 944 |
|
945 |
| -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 945 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
946 | 946 | version "7.13.14"
|
947 | 947 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
|
948 | 948 | integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
|
@@ -3592,12 +3592,12 @@ enzyme-shallow-equal@^1.0.0, enzyme-shallow-equal@^1.0.1:
|
3592 | 3592 | object-is "^1.1.2"
|
3593 | 3593 |
|
3594 | 3594 | enzyme-to-json@^3.3.0, enzyme-to-json@^3.4.3:
|
3595 |
| - version "3.6.1" |
3596 |
| - resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.1.tgz#d60740950bc7ca6384dfe6fe405494ec5df996bc" |
3597 |
| - integrity sha512-15tXuONeq5ORoZjV/bUo2gbtZrN2IH+Z6DvL35QmZyKHgbY1ahn6wcnLd9Xv9OjiwbAXiiP8MRZwbZrCv1wYNg== |
| 3595 | + version "3.6.2" |
| 3596 | + resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.2.tgz#94f85c413bcae8ab67be53b0a94b69a560e27823" |
| 3597 | + integrity sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg== |
3598 | 3598 | dependencies:
|
3599 | 3599 | "@types/cheerio" "^0.22.22"
|
3600 |
| - lodash "^4.17.15" |
| 3600 | + lodash "^4.17.21" |
3601 | 3601 | react-is "^16.12.0"
|
3602 | 3602 |
|
3603 | 3603 | enzyme@^3.11.0:
|
@@ -3802,9 +3802,9 @@ eslint-plugin-import@^2.20.0:
|
3802 | 3802 | tsconfig-paths "^3.9.0"
|
3803 | 3803 |
|
3804 | 3804 | eslint-plugin-react@^7.17.0:
|
3805 |
| - version "7.23.1" |
3806 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz#f1a2e844c0d1967c822388204a8bc4dee8415b11" |
3807 |
| - integrity sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ== |
| 3805 | + version "7.23.2" |
| 3806 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494" |
| 3807 | + integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw== |
3808 | 3808 | dependencies:
|
3809 | 3809 | array-includes "^3.1.3"
|
3810 | 3810 | array.prototype.flatmap "^1.2.4"
|
@@ -9891,9 +9891,9 @@ webpack-sources@^2.1.1:
|
9891 | 9891 | source-map "^0.6.1"
|
9892 | 9892 |
|
9893 | 9893 | webpack@^5.5.0:
|
9894 |
| - version "5.30.0" |
9895 |
| - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.30.0.tgz#07d87c182a060e0c2491062f3dc0edc85a29d884" |
9896 |
| - integrity sha512-Zr9NIri5yzpfmaMea2lSMV1UygbW0zQsSlGLMgKUm63ACXg6alhd1u4v5UBSBjzYKXJN6BNMGVM7w165e7NxYA== |
| 9894 | + version "5.31.0" |
| 9895 | + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.31.0.tgz#fab61d0be896feca4af87bdad5c18815c0d63455" |
| 9896 | + integrity sha512-3fUfZT/FUuThWSSyL32Fsh7weUUfYP/Fjc/cGSbla5KiSo0GtI1JMssCRUopJTvmLjrw05R2q7rlLtiKdSzkzQ== |
9897 | 9897 | dependencies:
|
9898 | 9898 | "@types/eslint-scope" "^3.7.0"
|
9899 | 9899 | "@types/estree" "^0.0.46"
|
|
0 commit comments