station 0.0.118 → 0.0.123
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Dockerfile +1 -1
- data/lib/nexmo_developer/Gemfile +10 -10
- data/lib/nexmo_developer/Gemfile.lock +146 -136
- data/lib/nexmo_developer/app/assets/stylesheets/application.css +8 -1
- data/lib/nexmo_developer/app/controllers/static_controller.rb +1 -0
- data/lib/nexmo_developer/app/models/tutorial/file_loader.rb +11 -7
- data/lib/nexmo_developer/app/models/tutorial/task.rb +27 -1
- data/lib/nexmo_developer/app/presenters/code_snippets_home_presenter.rb +26 -0
- data/lib/nexmo_developer/app/presenters/footer.rb +2 -3
- data/lib/nexmo_developer/app/presenters/header.rb +0 -31
- data/lib/nexmo_developer/app/views/contribute/code-snippets/how-to-update-code-snippets.md +1 -1
- data/lib/nexmo_developer/app/views/contribute/code-snippets/sample-code-snippet.md +1 -1
- data/lib/nexmo_developer/app/views/contribute/guides/markdown-guide.md +3 -3
- data/lib/nexmo_developer/app/views/layouts/application.html.erb +0 -1
- data/lib/nexmo_developer/app/views/layouts/documentation-index.html.erb +0 -1
- data/lib/nexmo_developer/app/views/layouts/documentation.html.erb +6 -0
- data/lib/nexmo_developer/app/views/layouts/landing.html.erb +4 -2
- data/lib/nexmo_developer/app/views/layouts/page.html.erb +0 -1
- data/lib/nexmo_developer/app/views/layouts/partials/_code_snippets_home.html.erb +38 -0
- data/lib/nexmo_developer/app/views/layouts/partials/_footer.html.erb +33 -32
- data/lib/nexmo_developer/app/views/layouts/partials/_header.html.erb +90 -31
- data/lib/nexmo_developer/app/views/layouts/partials/_locale_switcher.html.erb +3 -4
- data/lib/nexmo_developer/app/webpacker/javascript/components/concatenation/character_counter.js +5 -3
- data/lib/nexmo_developer/app/webpacker/javascript/components/jwt_generator/JwtGenerator.vue +1 -1
- data/lib/nexmo_developer/app/webpacker/javascript/components/search/Search.vue +80 -19
- data/lib/nexmo_developer/app/webpacker/javascript/sidenav/index.js +14 -10
- data/lib/nexmo_developer/app/webpacker/javascript/topnav/index.js +33 -0
- data/lib/nexmo_developer/app/webpacker/javascript/volta_tabbed_examples/index.js +3 -1
- data/lib/nexmo_developer/app/webpacker/packs/application.js +16 -5
- data/lib/nexmo_developer/app/webpacker/stylesheets/application.scss +4 -0
- data/lib/nexmo_developer/app/webpacker/stylesheets/custom/_core.scss +8 -4
- data/lib/nexmo_developer/app/webpacker/stylesheets/custom/_landing.scss +500 -0
- data/lib/nexmo_developer/app/webpacker/stylesheets/layout/_footer.scss +45 -23
- data/lib/nexmo_developer/app/webpacker/stylesheets/layout/_header.scss +163 -138
- data/lib/nexmo_developer/app/webpacker/stylesheets/layout/_search.scss +2 -5
- data/lib/nexmo_developer/app/webpacker/stylesheets/objects/_navigation.scss +19 -2
- data/lib/nexmo_developer/lib/tasks/ci.rake +23 -1
- data/lib/nexmo_developer/public/vonage_developer_logo.svg +26 -0
- data/lib/nexmo_developer/version.rb +1 -1
- data/package.json +34 -33
- data/station.gemspec +12 -12
- data/yarn.lock +1359 -1123
- metadata +74 -71
- data/lib/nexmo_developer/app/presenters/topnav.rb +0 -23
- data/lib/nexmo_developer/app/presenters/topnav_item.rb +0 -19
@@ -7,7 +7,8 @@ $quick-search-width: 800px;
|
|
7
7
|
box-shadow: $shadow;
|
8
8
|
width: $quick-search-width;
|
9
9
|
right: 0;
|
10
|
-
margin-top:
|
10
|
+
margin-top: 28px;
|
11
|
+
border-radius: 8px;
|
11
12
|
z-index: 5;
|
12
13
|
overflow: hidden;
|
13
14
|
|
@@ -78,10 +79,6 @@ $quick-search-width: 800px;
|
|
78
79
|
}
|
79
80
|
}
|
80
81
|
|
81
|
-
form {
|
82
|
-
position: relative;
|
83
|
-
}
|
84
|
-
|
85
82
|
.Nxd-search__results {
|
86
83
|
flex: 1;
|
87
84
|
width: 50%;
|
@@ -13,6 +13,20 @@
|
|
13
13
|
.Vlt-sidenav {
|
14
14
|
flex: 0 0 300px;
|
15
15
|
width: 300px;
|
16
|
+
|
17
|
+
&__collapse__close {
|
18
|
+
position: absolute;
|
19
|
+
right: 20px;
|
20
|
+
}
|
21
|
+
|
22
|
+
&--collapsed .Vlt-badge {
|
23
|
+
font-size: 0px;
|
24
|
+
left: 20px;
|
25
|
+
top: 20px;
|
26
|
+
right: 0px;
|
27
|
+
width: 20px;
|
28
|
+
height: 20px;
|
29
|
+
}
|
16
30
|
}
|
17
31
|
|
18
32
|
.Vlt-sidemenu--flat {
|
@@ -95,8 +109,11 @@
|
|
95
109
|
}
|
96
110
|
|
97
111
|
.Nxd-sidenav {
|
98
|
-
@media #{$
|
99
|
-
margin-top:
|
112
|
+
@media #{'only screen and (min-width: #{$small-screen} ) and (max-width: #{$big-screen})'} {
|
113
|
+
margin-top: 250px;
|
114
|
+
}
|
115
|
+
@media #{$S-only} {
|
116
|
+
margin-top: 0px;
|
100
117
|
}
|
101
118
|
}
|
102
119
|
|
@@ -167,5 +167,27 @@ namespace :ci do
|
|
167
167
|
end
|
168
168
|
end
|
169
169
|
|
170
|
-
task
|
170
|
+
task validate_tutorials: :environment do
|
171
|
+
p 'Validating tutorials...'
|
172
|
+
TutorialList.all.each do |tutorial_list_item|
|
173
|
+
# Consider every code language and the case when it is nil
|
174
|
+
tutorial_list_item.languages.append(nil).each do |code_language|
|
175
|
+
tutorial = Tutorial.load(tutorial_list_item.filename, nil, nil, code_language)
|
176
|
+
|
177
|
+
tasks = tutorial.subtasks
|
178
|
+
tasks.map(&:validate!)
|
179
|
+
|
180
|
+
messages = tasks.map(&:errors).map(&:messages).flatten.reject(&:empty?)
|
181
|
+
if messages.any?
|
182
|
+
p "Errors for: #{tutorial.path}"
|
183
|
+
messages.each do |errors|
|
184
|
+
errors.each { |_k, v| p "* #{v.join(',')}".indent(4) }
|
185
|
+
end
|
186
|
+
end
|
187
|
+
end
|
188
|
+
end
|
189
|
+
p 'Done!'
|
190
|
+
end
|
191
|
+
|
192
|
+
task all: %i[verify_pages verify_navigation verify_oas_reference verify_error_urls_resolve check_word_blocklist validate_tutorials]
|
171
193
|
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<svg width="220" height="28" viewBox="0 0 220 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g clip-path="url(#clip0)">
|
3
|
+
<path d="M5.96518 1H-0.000183105L8.50968 20.1045C8.57467 20.2505 8.78479 20.2491 8.84781 20.1025L11.6781 13.5238L5.96518 1Z" fill="white"/>
|
4
|
+
<path d="M24.1359 1C24.1359 1 14.9928 21.6903 13.7682 23.5983C12.3448 25.8165 11.4015 26.6632 9.65584 26.9345C9.63966 26.9369 9.62769 26.9507 9.62769 26.967C9.62769 26.9852 9.64268 27 9.6611 27H15.1243C17.4909 27 19.1976 25.0473 20.1434 23.3228C21.2183 21.3628 30.2064 1 30.2064 1H24.1359Z" fill="white"/>
|
5
|
+
<path d="M48.0288 17.5936C48.0161 17.6209 47.9768 17.6209 47.9642 17.5936L43.4287 7.78674H40.8805C40.8805 7.78674 45.5549 18.193 46.0219 18.9705C46.4781 19.7304 47.0303 20.3568 47.9965 20.3568C48.9628 20.3568 49.515 19.7304 49.9712 18.9705C50.4382 18.193 55.1126 7.78674 55.1126 7.78674H52.5644L48.0288 17.5936Z" fill="white"/>
|
6
|
+
<path d="M61.8609 18.446C59.3963 18.446 57.7822 16.8599 57.7822 13.9999C57.7822 11.1399 59.3963 9.554 61.8609 9.554C64.3168 9.554 65.9394 11.1399 65.9394 13.9999C65.9394 16.8599 64.3168 18.446 61.8609 18.446ZM61.8609 7.5C58.0017 7.5 55.5194 9.97 55.5194 13.9999C55.5194 18.03 58.0017 20.5 61.8609 20.5C65.7114 20.5 68.2024 18.03 68.2024 13.9999C68.2024 9.97 65.7114 7.5 61.8609 7.5Z" fill="white"/>
|
7
|
+
<path d="M81.2402 7.78601V20.214H78.6282L72.5393 11.1279V20.214H70.3115V7.78601H72.9321L79.0212 16.9327V7.78601H81.2402Z" fill="white"/>
|
8
|
+
<path d="M87.2111 15.118L89.4052 10.0422C89.4176 10.0137 89.4583 10.0137 89.4705 10.0422L91.6646 15.118H87.2111ZM89.4379 7.64392C88.5203 7.64392 87.9596 8.33175 87.5899 9.01958C87.2111 9.72444 82.6805 20.214 82.6805 20.214H85.0084L86.3092 17.2046H92.5665L93.8673 20.214H96.1951C96.1951 20.214 91.6646 9.72444 91.2859 9.01958C90.9162 8.33175 90.3553 7.64392 89.4379 7.64392Z" fill="white"/>
|
9
|
+
<path d="M102.493 15.4214H106.478C106.459 17.3524 104.635 18.4461 102.701 18.4461C100.276 18.4461 98.6879 16.8599 98.6879 14C98.6879 10.9121 100.158 9.53593 102.837 9.53593C104.514 9.53593 105.908 10.2135 106.202 11.7752H108.512C108.107 9.04102 105.559 7.5 102.701 7.5C98.9036 7.5 96.4614 9.97 96.4614 14C96.4614 18.03 98.9036 20.4518 102.701 20.4518C104.302 20.4518 105.917 19.6035 106.485 18.7076L106.478 20.214H108.609V16.3795V13.5195H102.493V15.4214Z" fill="white"/>
|
10
|
+
<path d="M120.067 9.86588V7.78601H111.024V20.214H120.067V18.1339H113.251V14.8667H119.535V12.7866H113.251V9.86588H120.067Z" fill="white"/>
|
11
|
+
</g>
|
12
|
+
<path d="M130.203 8.79688V20H133.89C137.084 20 138.947 17.8047 138.947 14.3438C138.947 10.8516 137.045 8.79688 133.906 8.79688H130.203ZM131.314 9.85938H133.686C136.403 9.85938 137.812 11.4688 137.812 14.3594C137.812 17.25 136.395 18.9375 133.686 18.9375H131.314V9.85938Z" fill="white"/>
|
13
|
+
<path d="M148.546 9.85938V8.79688H141.648V20H148.546V18.9375H142.76V14.7734H148.021V13.7109H142.76V9.85938H148.546Z" fill="white"/>
|
14
|
+
<path d="M158.567 8.79688L154.997 18.6484L151.411 8.79688H150.229L154.347 20H155.631L159.757 8.79688H158.567Z" fill="white"/>
|
15
|
+
<path d="M168.885 9.85938V8.79688H161.988V20H168.885V18.9375H163.1V14.7734H168.361V13.7109H163.1V9.85938H168.885Z" fill="white"/>
|
16
|
+
<path d="M171.586 20H178.248V18.9375H172.698V8.79688H171.586V20Z" fill="white"/>
|
17
|
+
<path d="M184.566 8.53906C181.537 8.53906 179.697 10.7109 179.697 14.3984C179.697 18.0859 181.537 20.2578 184.566 20.2578C187.596 20.2578 189.444 18.0859 189.444 14.3984C189.444 10.7109 187.596 8.53906 184.566 8.53906ZM184.566 9.60156C186.876 9.60156 188.301 11.3594 188.301 14.3984C188.301 17.4375 186.876 19.1953 184.566 19.1953C182.257 19.1953 180.832 17.4375 180.832 14.3984C180.832 11.3594 182.257 9.60156 184.566 9.60156Z" fill="white"/>
|
18
|
+
<path d="M192.067 8.79688V20H193.178V15.6641H196.271C198.58 15.6641 200.005 14.1484 200.005 12.0859C200.005 10.125 198.705 8.79688 196.552 8.79688H192.067ZM193.178 9.85938H196.365C197.868 9.85938 198.87 10.6953 198.87 12.1328C198.87 13.6328 197.782 14.6016 196.216 14.6016H193.178V9.85938Z" fill="white"/>
|
19
|
+
<path d="M209.361 9.85938V8.79688H202.463V20H209.361V18.9375H203.575V14.7734H208.836V13.7109H203.575V9.85938H209.361Z" fill="white"/>
|
20
|
+
<path d="M212.062 8.79688V20H213.173V15.4531H216.352L218.716 20H219.969L217.526 15.3203C218.982 14.9609 220 13.6406 220 11.9766C220 10.1406 218.763 8.79688 216.814 8.79688H212.062ZM213.173 9.85938H216.626C217.941 9.85938 218.865 10.6953 218.865 12.0312C218.865 13.4141 217.878 14.3984 216.461 14.3984H213.173V9.85938Z" fill="white"/>
|
21
|
+
<defs>
|
22
|
+
<clipPath id="clip0">
|
23
|
+
<rect width="120.252" height="26" fill="white" transform="translate(0 1)"/>
|
24
|
+
</clipPath>
|
25
|
+
</defs>
|
26
|
+
</svg>
|
data/package.json
CHANGED
@@ -1,47 +1,48 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
3
|
"@activeadmin/activeadmin": "^2.9.0",
|
4
|
-
"@babel/core": "^7.
|
5
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
6
|
-
"@babel/plugin-proposal-decorators": "^7.
|
7
|
-
"@babel/plugin-proposal-export-namespace-from": "^7.
|
4
|
+
"@babel/core": "^7.14.6",
|
5
|
+
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
6
|
+
"@babel/plugin-proposal-decorators": "^7.14.5",
|
7
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
|
8
8
|
"@babel/plugin-proposal-function-sent": "^7.12.13",
|
9
|
-
"@babel/plugin-proposal-json-strings": "^7.
|
10
|
-
"@babel/plugin-proposal-numeric-separator": "^7.
|
11
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
12
|
-
"@babel/plugin-proposal-throw-expressions": "^7.
|
9
|
+
"@babel/plugin-proposal-json-strings": "^7.14.2",
|
10
|
+
"@babel/plugin-proposal-numeric-separator": "^7.14.2",
|
11
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
|
12
|
+
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
|
13
13
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
14
14
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
15
|
-
"@babel/preset-env": "^7.
|
15
|
+
"@babel/preset-env": "^7.14.5",
|
16
|
+
"@glidejs/glide": "^3.4.1",
|
16
17
|
"@googlemaps/google-maps-services-js": "^3.1.16",
|
17
18
|
"@rails/ujs": "^6.1.3",
|
18
19
|
"@rails/webpacker": "^5.2.1",
|
19
20
|
"@vonagevolta/volta2": "^0.1.6",
|
20
|
-
"algoliasearch": "^4.
|
21
|
+
"algoliasearch": "^4.10.2",
|
21
22
|
"autoprefixer": "9.8.6",
|
22
23
|
"babel-loader": "^8.2.2",
|
23
24
|
"babel-preset-babili": "^0.1.4",
|
24
|
-
"chart.js": "^
|
25
|
-
"chartkick": "^
|
25
|
+
"chart.js": "^3.3.2",
|
26
|
+
"chartkick": "^4.0.4",
|
26
27
|
"clipboard": "^2.0.8",
|
27
28
|
"coffee-loader": "^1.0.1",
|
28
29
|
"coffee-script": "^1.12.7",
|
29
30
|
"compression-webpack-plugin": "^6.1.1",
|
30
|
-
"css-loader": "^5.2.
|
31
|
-
"dotenv": "^
|
31
|
+
"css-loader": "^5.2.6",
|
32
|
+
"dotenv": "^10.0.0",
|
32
33
|
"fetch-mock": "^9.11.0",
|
33
34
|
"file-loader": "^6.2.0",
|
34
35
|
"foundation-sites": "^6.6.3",
|
35
|
-
"glob": "^7.1.
|
36
|
-
"gsap": "^3.
|
36
|
+
"glob": "^7.1.7",
|
37
|
+
"gsap": "^3.7.0",
|
37
38
|
"https-proxy-agent": "^5.0.0",
|
38
39
|
"jquery": "^3.6.0",
|
39
|
-
"js-yaml": "4.
|
40
|
-
"jsrsasign": "^10.
|
40
|
+
"js-yaml": "4.1.0",
|
41
|
+
"jsrsasign": "^10.3.0",
|
41
42
|
"kind-of": "^6.0.3",
|
42
43
|
"lodash": "^4.17.21",
|
43
44
|
"markdown-spellcheck": "^1.3.1",
|
44
|
-
"mermaid": "^8.
|
45
|
+
"mermaid": "^8.10.2",
|
45
46
|
"node-sass": "^5.0.0",
|
46
47
|
"path-complete-extname": "^1.0.0",
|
47
48
|
"postcss-cssnext": "^3.0.2",
|
@@ -50,19 +51,19 @@
|
|
50
51
|
"precss": "^4.0.0",
|
51
52
|
"prop-types": "^15.7.2",
|
52
53
|
"rails-erb-loader": "^5.1.0",
|
53
|
-
"resolve-url-loader": "^
|
54
|
+
"resolve-url-loader": "^4.0.0",
|
54
55
|
"sass-loader": "^10.1.1",
|
55
56
|
"serialize-javascript": "^5.0.1",
|
56
57
|
"sha1-file": "^1.0.0",
|
57
58
|
"style-loader": "^2.0.0",
|
58
|
-
"underscore": "^1.
|
59
|
-
"vue": "^2.6.
|
60
|
-
"vue-loader": "^15.9.
|
61
|
-
"vue-template-compiler": "^2.6.
|
59
|
+
"underscore": "^1.13.1",
|
60
|
+
"vue": "^2.6.14",
|
61
|
+
"vue-loader": "^15.9.7",
|
62
|
+
"vue-template-compiler": "^2.6.14",
|
62
63
|
"webfontloader": "^1.6.28",
|
63
64
|
"webpack": "^4.44.2",
|
64
|
-
"webpack-manifest-plugin": "^3.1.
|
65
|
-
"webpack-merge": "^5.
|
65
|
+
"webpack-manifest-plugin": "^3.1.1",
|
66
|
+
"webpack-merge": "^5.8.0",
|
66
67
|
"websocket-extensions": "^0.1.4",
|
67
68
|
"whatwg-fetch": "^3.6.2"
|
68
69
|
},
|
@@ -79,22 +80,22 @@
|
|
79
80
|
"ssri": "^8.0.1"
|
80
81
|
},
|
81
82
|
"devDependencies": {
|
82
|
-
"@vue/test-utils": "1.1
|
83
|
+
"@vue/test-utils": "1.2.1",
|
83
84
|
"alex": "^9.1.0",
|
84
85
|
"babel-core": "^7.0.0-bridge.0",
|
85
|
-
"babel-jest": "^
|
86
|
-
"eslint": "^7.
|
87
|
-
"eslint-config-standard": "^16.0.
|
88
|
-
"eslint-plugin-import": "^2.
|
86
|
+
"babel-jest": "^27.0.2",
|
87
|
+
"eslint": "^7.29.0",
|
88
|
+
"eslint-config-standard": "^16.0.3",
|
89
|
+
"eslint-plugin-import": "^2.23.4",
|
89
90
|
"eslint-plugin-node": "^11.1.0",
|
90
|
-
"eslint-plugin-promise": "^
|
91
|
+
"eslint-plugin-promise": "^5.1.0",
|
91
92
|
"eslint-plugin-standard": "^5.0.0",
|
92
93
|
"extract-text-webpack-plugin": "^3.0.2",
|
93
94
|
"flush-promises": "^1.0.2",
|
94
95
|
"jest": "^26.6.3",
|
95
96
|
"node-fetch": "^2.6.1",
|
96
97
|
"vue-jest": "^3.0.7",
|
97
|
-
"webpack-bundle-analyzer": "^4.4.
|
98
|
+
"webpack-bundle-analyzer": "^4.4.2",
|
98
99
|
"webpack-dev-server": "^3.11.2"
|
99
100
|
},
|
100
101
|
"version": "1.1.0",
|
data/station.gemspec
CHANGED
@@ -37,10 +37,10 @@ Gem::Specification.new do |spec|
|
|
37
37
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
38
38
|
spec.require_paths = ["lib"]
|
39
39
|
spec.add_runtime_dependency('activeadmin', '~> 2.7')
|
40
|
-
spec.add_runtime_dependency('rails', '~> 6.
|
40
|
+
spec.add_runtime_dependency('rails', '~> 6.1')
|
41
41
|
spec.add_runtime_dependency('bootsnap', '~> 1.4')
|
42
|
-
spec.add_runtime_dependency('nexmo-oas-renderer', '
|
43
|
-
spec.add_runtime_dependency('nexmo_markdown_renderer', '~> 0.
|
42
|
+
spec.add_runtime_dependency('nexmo-oas-renderer', '2.7.2')
|
43
|
+
spec.add_runtime_dependency('nexmo_markdown_renderer', '~> 0.9')
|
44
44
|
spec.add_runtime_dependency('activesupport', '~> 6.0')
|
45
45
|
spec.add_runtime_dependency('bugsnag', '~> 6.13')
|
46
46
|
spec.add_runtime_dependency('railties', '~> 6.0')
|
@@ -60,31 +60,31 @@ Gem::Specification.new do |spec|
|
|
60
60
|
spec.add_runtime_dependency('diffy', '~> 3.3')
|
61
61
|
spec.add_runtime_dependency('webpacker', '~> 5.1')
|
62
62
|
spec.add_runtime_dependency('truncato', '~> 0.7.11')
|
63
|
-
spec.add_runtime_dependency('puma', '>=
|
63
|
+
spec.add_runtime_dependency('puma', '>= 5.3', '< 6.0')
|
64
64
|
spec.add_runtime_dependency('barnes', '0.0.9')
|
65
65
|
spec.add_runtime_dependency('woothee', '~> 1.11')
|
66
66
|
spec.add_runtime_dependency('algoliasearch', '1.27.5')
|
67
67
|
spec.add_runtime_dependency('rest-client', '2.1.0')
|
68
68
|
spec.add_runtime_dependency('groupdate', '5.2.2')
|
69
|
-
spec.add_runtime_dependency('terminal-table', '3.0.
|
69
|
+
spec.add_runtime_dependency('terminal-table', '3.0.1')
|
70
70
|
spec.add_runtime_dependency('lograge', '0.11.2')
|
71
71
|
spec.add_runtime_dependency('jbuilder', '2.11.2')
|
72
|
-
spec.add_runtime_dependency('nokogiri', '1.11.
|
72
|
+
spec.add_runtime_dependency('nokogiri', '1.11.7')
|
73
73
|
spec.add_runtime_dependency('ruby-progressbar', '1.11.0')
|
74
74
|
spec.add_runtime_dependency('colorize', '0.8.1')
|
75
75
|
spec.add_runtime_dependency('neatjson', '0.9')
|
76
|
-
spec.add_runtime_dependency('slack-notifier', '2.
|
76
|
+
spec.add_runtime_dependency('slack-notifier', '2.4.0')
|
77
77
|
spec.add_runtime_dependency('titleize', '1.4.1')
|
78
|
-
spec.add_runtime_dependency('countries', '
|
79
|
-
spec.add_runtime_dependency('country_select', '
|
78
|
+
spec.add_runtime_dependency('countries', '4.0.0')
|
79
|
+
spec.add_runtime_dependency('country_select', '6.0.0')
|
80
80
|
spec.add_runtime_dependency('smartling', '2.0.3')
|
81
|
-
spec.add_runtime_dependency('newrelic_rpm', '
|
81
|
+
spec.add_runtime_dependency('newrelic_rpm', '7.1.0')
|
82
82
|
spec.add_runtime_dependency('redis', '4.2.5')
|
83
83
|
spec.add_runtime_dependency('sassc-rails', '2.1.2')
|
84
84
|
spec.add_runtime_dependency('gmaps4rails', '2.1.2')
|
85
|
-
spec.add_runtime_dependency('chartkick', '
|
85
|
+
spec.add_runtime_dependency('chartkick', '4.0.4')
|
86
86
|
|
87
|
-
spec.add_development_dependency('rubocop', '~> 1.
|
87
|
+
spec.add_development_dependency('rubocop', '~> 1.16.0')
|
88
88
|
spec.add_development_dependency('rubocop-rails', '~> 2.6')
|
89
89
|
|
90
90
|
spec.metadata = {
|
data/yarn.lock
CHANGED
@@ -11,109 +11,109 @@
|
|
11
11
|
jquery-ui "^1.12.1"
|
12
12
|
jquery-ujs "^1.2.2"
|
13
13
|
|
14
|
-
"@algolia/cache-browser-local-storage@4.
|
15
|
-
version "4.
|
16
|
-
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.
|
17
|
-
integrity sha512-
|
18
|
-
dependencies:
|
19
|
-
"@algolia/cache-common" "4.
|
20
|
-
|
21
|
-
"@algolia/cache-common@4.
|
22
|
-
version "4.
|
23
|
-
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.
|
24
|
-
integrity sha512-
|
25
|
-
|
26
|
-
"@algolia/cache-in-memory@4.
|
27
|
-
version "4.
|
28
|
-
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.
|
29
|
-
integrity sha512-
|
30
|
-
dependencies:
|
31
|
-
"@algolia/cache-common" "4.
|
32
|
-
|
33
|
-
"@algolia/client-account@4.
|
34
|
-
version "4.
|
35
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.
|
36
|
-
integrity sha512-
|
37
|
-
dependencies:
|
38
|
-
"@algolia/client-common" "4.
|
39
|
-
"@algolia/client-search" "4.
|
40
|
-
"@algolia/transporter" "4.
|
41
|
-
|
42
|
-
"@algolia/client-analytics@4.
|
43
|
-
version "4.
|
44
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.
|
45
|
-
integrity sha512-
|
46
|
-
dependencies:
|
47
|
-
"@algolia/client-common" "4.
|
48
|
-
"@algolia/client-search" "4.
|
49
|
-
"@algolia/requester-common" "4.
|
50
|
-
"@algolia/transporter" "4.
|
51
|
-
|
52
|
-
"@algolia/client-common@4.
|
53
|
-
version "4.
|
54
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.
|
55
|
-
integrity sha512-
|
56
|
-
dependencies:
|
57
|
-
"@algolia/requester-common" "4.
|
58
|
-
"@algolia/transporter" "4.
|
59
|
-
|
60
|
-
"@algolia/client-
|
61
|
-
version "4.
|
62
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-
|
63
|
-
integrity sha512-
|
64
|
-
dependencies:
|
65
|
-
"@algolia/client-common" "4.
|
66
|
-
"@algolia/requester-common" "4.
|
67
|
-
"@algolia/transporter" "4.
|
68
|
-
|
69
|
-
"@algolia/client-search@4.
|
70
|
-
version "4.
|
71
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.
|
72
|
-
integrity sha512-
|
73
|
-
dependencies:
|
74
|
-
"@algolia/client-common" "4.
|
75
|
-
"@algolia/requester-common" "4.
|
76
|
-
"@algolia/transporter" "4.
|
77
|
-
|
78
|
-
"@algolia/logger-common@4.
|
79
|
-
version "4.
|
80
|
-
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.
|
81
|
-
integrity sha512-
|
82
|
-
|
83
|
-
"@algolia/logger-console@4.
|
84
|
-
version "4.
|
85
|
-
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.
|
86
|
-
integrity sha512-
|
87
|
-
dependencies:
|
88
|
-
"@algolia/logger-common" "4.
|
89
|
-
|
90
|
-
"@algolia/requester-browser-xhr@4.
|
91
|
-
version "4.
|
92
|
-
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.
|
93
|
-
integrity sha512-
|
94
|
-
dependencies:
|
95
|
-
"@algolia/requester-common" "4.
|
96
|
-
|
97
|
-
"@algolia/requester-common@4.
|
98
|
-
version "4.
|
99
|
-
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.
|
100
|
-
integrity sha512-
|
101
|
-
|
102
|
-
"@algolia/requester-node-http@4.
|
103
|
-
version "4.
|
104
|
-
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.
|
105
|
-
integrity sha512-
|
106
|
-
dependencies:
|
107
|
-
"@algolia/requester-common" "4.
|
108
|
-
|
109
|
-
"@algolia/transporter@4.
|
110
|
-
version "4.
|
111
|
-
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.
|
112
|
-
integrity sha512-
|
113
|
-
dependencies:
|
114
|
-
"@algolia/cache-common" "4.
|
115
|
-
"@algolia/logger-common" "4.
|
116
|
-
"@algolia/requester-common" "4.
|
14
|
+
"@algolia/cache-browser-local-storage@4.10.2":
|
15
|
+
version "4.10.2"
|
16
|
+
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.10.2.tgz#9925c7c0ce94257564b8948b60fc427c4a98124c"
|
17
|
+
integrity sha512-B3NInwobEAim4J4Y0mgZermoi0DCXdTT/Q+4ehLamqUqxLw8To5zc9izjg7B8JaFSQsqflRdCeRmYEv2gYDY7g==
|
18
|
+
dependencies:
|
19
|
+
"@algolia/cache-common" "4.10.2"
|
20
|
+
|
21
|
+
"@algolia/cache-common@4.10.2":
|
22
|
+
version "4.10.2"
|
23
|
+
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.10.2.tgz#0113419518419895118d132bed4115345a865ce3"
|
24
|
+
integrity sha512-xcGbV0+6gLu2C7XoJdD+Pp6wWjROle6PNDsa6O21vS7fw1a03xb2bEnFdl1U31bs69P1z8IRy3h+8RVBouvhhw==
|
25
|
+
|
26
|
+
"@algolia/cache-in-memory@4.10.2":
|
27
|
+
version "4.10.2"
|
28
|
+
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.10.2.tgz#2d34d4155425b385d19ff197a8943a4b5084c790"
|
29
|
+
integrity sha512-zPIcxHQEJXy+M35A+v9Y5u5BAQOKR2aFK0kYpAdW/OrgxYcrFHtVCxwIWB/ZhGbkDtzCW8/8tJeddcD5YsHX9Q==
|
30
|
+
dependencies:
|
31
|
+
"@algolia/cache-common" "4.10.2"
|
32
|
+
|
33
|
+
"@algolia/client-account@4.10.2":
|
34
|
+
version "4.10.2"
|
35
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.10.2.tgz#c53d18d4f57ab5343c21e0ed795421964ba0cbb9"
|
36
|
+
integrity sha512-iuIU+xUtjgR9p4Hpujlr8mePDPSrVIk3peg+RAUhxniLBDaI+OhgHyhP6Lmh9flWk+JfRg91Rhk46xuxMLqwfA==
|
37
|
+
dependencies:
|
38
|
+
"@algolia/client-common" "4.10.2"
|
39
|
+
"@algolia/client-search" "4.10.2"
|
40
|
+
"@algolia/transporter" "4.10.2"
|
41
|
+
|
42
|
+
"@algolia/client-analytics@4.10.2":
|
43
|
+
version "4.10.2"
|
44
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.10.2.tgz#93c881cfb9e5df389725d821327fa801f1baa2c6"
|
45
|
+
integrity sha512-u47J65NHs0fMryDrMeuLMGjXDOKt/muF9WlfbMslT2Cvdd7PZwl9KYnT7xMhnmBB8TDiDMmEQkDykhnCOnwVNw==
|
46
|
+
dependencies:
|
47
|
+
"@algolia/client-common" "4.10.2"
|
48
|
+
"@algolia/client-search" "4.10.2"
|
49
|
+
"@algolia/requester-common" "4.10.2"
|
50
|
+
"@algolia/transporter" "4.10.2"
|
51
|
+
|
52
|
+
"@algolia/client-common@4.10.2":
|
53
|
+
version "4.10.2"
|
54
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.10.2.tgz#a715e8feb2a2b6ea38765f53e8ae6ffc4ed80aba"
|
55
|
+
integrity sha512-sfgZCv9ha9aHbe3ErAYb1blg2qx4XTLvQqP1jq8asU75rrH9XBTtSzQQO43GlArwhtwCHLgcWquN3WgPlLzkiQ==
|
56
|
+
dependencies:
|
57
|
+
"@algolia/requester-common" "4.10.2"
|
58
|
+
"@algolia/transporter" "4.10.2"
|
59
|
+
|
60
|
+
"@algolia/client-personalization@4.10.2":
|
61
|
+
version "4.10.2"
|
62
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.10.2.tgz#89d761bcf60ce13b8565c2ae8ab644c3a3d114c8"
|
63
|
+
integrity sha512-2UhUNo/czfA/keOC3+vFyMnFGV/E1Zkm+ek9Fsk/9miS39UMhx2CmH5vKSIJ7jxLSin7zBaCwKt65phfYty1pg==
|
64
|
+
dependencies:
|
65
|
+
"@algolia/client-common" "4.10.2"
|
66
|
+
"@algolia/requester-common" "4.10.2"
|
67
|
+
"@algolia/transporter" "4.10.2"
|
68
|
+
|
69
|
+
"@algolia/client-search@4.10.2":
|
70
|
+
version "4.10.2"
|
71
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.10.2.tgz#ad281b04ec4e6eaff68fb5be330f0bdf965ce011"
|
72
|
+
integrity sha512-ZdOh6XS6Y9bcekfG4y0VhdoIYfsTounsgXX4Bt3X2RCcmY3uotgaq2EVY58E6q6nvfgBfPHW18+AZCHKTWHAAw==
|
73
|
+
dependencies:
|
74
|
+
"@algolia/client-common" "4.10.2"
|
75
|
+
"@algolia/requester-common" "4.10.2"
|
76
|
+
"@algolia/transporter" "4.10.2"
|
77
|
+
|
78
|
+
"@algolia/logger-common@4.10.2":
|
79
|
+
version "4.10.2"
|
80
|
+
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.10.2.tgz#f28e966a6b878af2917ed2e1518f46650a6fb8ad"
|
81
|
+
integrity sha512-UJaU6arzmW+FT5fCv5NIbxNMtEoGcf+UENmZxxu7k7UWPARR2XL4ljJ45Jv14Z5dlz32LXWtR1PRmNfkDMk22Q==
|
82
|
+
|
83
|
+
"@algolia/logger-console@4.10.2":
|
84
|
+
version "4.10.2"
|
85
|
+
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.10.2.tgz#9d3dcbb077242db92f0f0a1795ec95c3bc839599"
|
86
|
+
integrity sha512-JrCrZ7CGs/TsyNR2AWe9Vdd6rsuxfvfcpqbu+CY7LBUYEnV8GERkf7FnDNaKVNsFJqClILCGh3U8CzQ1G5L+kA==
|
87
|
+
dependencies:
|
88
|
+
"@algolia/logger-common" "4.10.2"
|
89
|
+
|
90
|
+
"@algolia/requester-browser-xhr@4.10.2":
|
91
|
+
version "4.10.2"
|
92
|
+
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.10.2.tgz#2286e2f10fff3651f719b8d7d3defc8c032fcce0"
|
93
|
+
integrity sha512-LveaAp7/oCBotv1aZ4VHz8fCcJA7v/28ayh+Ljlm+hYXsxgs6NAYKz7iBpxGN7q5MV8GM+MThRYNFoT0cHTMxQ==
|
94
|
+
dependencies:
|
95
|
+
"@algolia/requester-common" "4.10.2"
|
96
|
+
|
97
|
+
"@algolia/requester-common@4.10.2":
|
98
|
+
version "4.10.2"
|
99
|
+
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.10.2.tgz#8b62f0848454ec5b07bd3599f5fb2b87ec7c4de8"
|
100
|
+
integrity sha512-3J2W0fAaURLGK0lEGeNb8eWJnQcsu+oIcfJTCIYkYT5T9w21M65kUUyD9QSf/K137qQts3tzGniUR3LxfovlXA==
|
101
|
+
|
102
|
+
"@algolia/requester-node-http@4.10.2":
|
103
|
+
version "4.10.2"
|
104
|
+
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.10.2.tgz#edb691e34e18aacc15107193319e1a712e024649"
|
105
|
+
integrity sha512-IBqsalCGgn0CrOP1PKRB5rufEOvHlrSQUFEGXZ8mxmE/zU8CLX2LKqdHbEFeNDLFl+l+8HW5BGVDGD2rvG+hSg==
|
106
|
+
dependencies:
|
107
|
+
"@algolia/requester-common" "4.10.2"
|
108
|
+
|
109
|
+
"@algolia/transporter@4.10.2":
|
110
|
+
version "4.10.2"
|
111
|
+
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.10.2.tgz#ae0fa7c99b9bf8efa5ac83843558be1074e7c045"
|
112
|
+
integrity sha512-I3QDRSookQtPSUEnxT2XCShhipCT4beJBpWhteNwMrWQF/SqTsveqSR6bX0G49lDh9MOmYrOlCegteuKuT/tEw==
|
113
|
+
dependencies:
|
114
|
+
"@algolia/cache-common" "4.10.2"
|
115
|
+
"@algolia/logger-common" "4.10.2"
|
116
|
+
"@algolia/requester-common" "4.10.2"
|
117
117
|
|
118
118
|
"@babel/code-frame@7.12.11":
|
119
119
|
version "7.12.11"
|
@@ -122,97 +122,97 @@
|
|
122
122
|
dependencies:
|
123
123
|
"@babel/highlight" "^7.10.4"
|
124
124
|
|
125
|
-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.
|
126
|
-
version "7.
|
127
|
-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.
|
128
|
-
integrity sha512-
|
129
|
-
dependencies:
|
130
|
-
"@babel/highlight" "^7.
|
131
|
-
|
132
|
-
"@babel/compat-data@^7.13.
|
133
|
-
version "7.
|
134
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.
|
135
|
-
integrity sha512-
|
136
|
-
|
137
|
-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.
|
138
|
-
version "7.
|
139
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
140
|
-
integrity sha512-
|
141
|
-
dependencies:
|
142
|
-
"@babel/code-frame" "^7.
|
143
|
-
"@babel/generator" "^7.
|
144
|
-
"@babel/helper-compilation-targets" "^7.
|
145
|
-
"@babel/helper-module-transforms" "^7.
|
146
|
-
"@babel/helpers" "^7.
|
147
|
-
"@babel/parser" "^7.
|
148
|
-
"@babel/template" "^7.
|
149
|
-
"@babel/traverse" "^7.
|
150
|
-
"@babel/types" "^7.
|
125
|
+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5":
|
126
|
+
version "7.14.5"
|
127
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
|
128
|
+
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
|
129
|
+
dependencies:
|
130
|
+
"@babel/highlight" "^7.14.5"
|
131
|
+
|
132
|
+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5":
|
133
|
+
version "7.14.5"
|
134
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
|
135
|
+
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
|
136
|
+
|
137
|
+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.14.6", "@babel/core@^7.7.5":
|
138
|
+
version "7.14.6"
|
139
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
|
140
|
+
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
|
141
|
+
dependencies:
|
142
|
+
"@babel/code-frame" "^7.14.5"
|
143
|
+
"@babel/generator" "^7.14.5"
|
144
|
+
"@babel/helper-compilation-targets" "^7.14.5"
|
145
|
+
"@babel/helper-module-transforms" "^7.14.5"
|
146
|
+
"@babel/helpers" "^7.14.6"
|
147
|
+
"@babel/parser" "^7.14.6"
|
148
|
+
"@babel/template" "^7.14.5"
|
149
|
+
"@babel/traverse" "^7.14.5"
|
150
|
+
"@babel/types" "^7.14.5"
|
151
151
|
convert-source-map "^1.7.0"
|
152
152
|
debug "^4.1.0"
|
153
153
|
gensync "^1.0.0-beta.2"
|
154
154
|
json5 "^2.1.2"
|
155
|
-
lodash "^4.17.19"
|
156
155
|
semver "^6.3.0"
|
157
156
|
source-map "^0.5.0"
|
158
157
|
|
159
|
-
"@babel/generator@^7.
|
160
|
-
version "7.
|
161
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
162
|
-
integrity sha512-
|
158
|
+
"@babel/generator@^7.14.5":
|
159
|
+
version "7.14.5"
|
160
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
|
161
|
+
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
|
163
162
|
dependencies:
|
164
|
-
"@babel/types" "^7.
|
163
|
+
"@babel/types" "^7.14.5"
|
165
164
|
jsesc "^2.5.1"
|
166
165
|
source-map "^0.5.0"
|
167
166
|
|
168
|
-
"@babel/helper-annotate-as-pure@^7.
|
169
|
-
version "7.
|
170
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
171
|
-
integrity sha512-
|
167
|
+
"@babel/helper-annotate-as-pure@^7.14.5":
|
168
|
+
version "7.14.5"
|
169
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
170
|
+
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
|
172
171
|
dependencies:
|
173
|
-
"@babel/types" "^7.
|
172
|
+
"@babel/types" "^7.14.5"
|
174
173
|
|
175
|
-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.
|
176
|
-
version "7.
|
177
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.
|
178
|
-
integrity sha512-
|
174
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
|
175
|
+
version "7.14.5"
|
176
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191"
|
177
|
+
integrity sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w==
|
179
178
|
dependencies:
|
180
|
-
"@babel/helper-explode-assignable-expression" "^7.
|
181
|
-
"@babel/types" "^7.
|
179
|
+
"@babel/helper-explode-assignable-expression" "^7.14.5"
|
180
|
+
"@babel/types" "^7.14.5"
|
182
181
|
|
183
|
-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.
|
184
|
-
version "7.
|
185
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
186
|
-
integrity sha512
|
182
|
+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5":
|
183
|
+
version "7.14.5"
|
184
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
|
185
|
+
integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
|
187
186
|
dependencies:
|
188
|
-
"@babel/compat-data" "^7.
|
189
|
-
"@babel/helper-validator-option" "^7.
|
190
|
-
browserslist "^4.
|
187
|
+
"@babel/compat-data" "^7.14.5"
|
188
|
+
"@babel/helper-validator-option" "^7.14.5"
|
189
|
+
browserslist "^4.16.6"
|
191
190
|
semver "^6.3.0"
|
192
191
|
|
193
|
-
"@babel/helper-create-class-features-plugin@^7.
|
194
|
-
version "7.
|
195
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
196
|
-
integrity sha512-
|
192
|
+
"@babel/helper-create-class-features-plugin@^7.14.5":
|
193
|
+
version "7.14.5"
|
194
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef"
|
195
|
+
integrity sha512-Uq9z2e7ZtcnDMirRqAGLRaLwJn+Lrh388v5ETrR3pALJnElVh2zqQmdbz4W2RUJYohAPh2mtyPUgyMHMzXMncQ==
|
197
196
|
dependencies:
|
198
|
-
"@babel/helper-
|
199
|
-
"@babel/helper-
|
200
|
-
"@babel/helper-
|
201
|
-
"@babel/helper-
|
202
|
-
"@babel/helper-
|
197
|
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
198
|
+
"@babel/helper-function-name" "^7.14.5"
|
199
|
+
"@babel/helper-member-expression-to-functions" "^7.14.5"
|
200
|
+
"@babel/helper-optimise-call-expression" "^7.14.5"
|
201
|
+
"@babel/helper-replace-supers" "^7.14.5"
|
202
|
+
"@babel/helper-split-export-declaration" "^7.14.5"
|
203
203
|
|
204
|
-
"@babel/helper-create-regexp-features-plugin@^7.
|
205
|
-
version "7.
|
206
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
207
|
-
integrity sha512-
|
204
|
+
"@babel/helper-create-regexp-features-plugin@^7.14.5":
|
205
|
+
version "7.14.5"
|
206
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4"
|
207
|
+
integrity sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==
|
208
208
|
dependencies:
|
209
|
-
"@babel/helper-annotate-as-pure" "^7.
|
209
|
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
210
210
|
regexpu-core "^4.7.1"
|
211
211
|
|
212
|
-
"@babel/helper-define-polyfill-provider@^0.
|
213
|
-
version "0.
|
214
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.
|
215
|
-
integrity sha512-
|
212
|
+
"@babel/helper-define-polyfill-provider@^0.2.2":
|
213
|
+
version "0.2.3"
|
214
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz#0525edec5094653a282688d34d846e4c75e9c0b6"
|
215
|
+
integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==
|
216
216
|
dependencies:
|
217
217
|
"@babel/helper-compilation-targets" "^7.13.0"
|
218
218
|
"@babel/helper-module-imports" "^7.12.13"
|
@@ -223,12 +223,12 @@
|
|
223
223
|
resolve "^1.14.2"
|
224
224
|
semver "^6.1.2"
|
225
225
|
|
226
|
-
"@babel/helper-explode-assignable-expression@^7.
|
227
|
-
version "7.
|
228
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.
|
229
|
-
integrity sha512-
|
226
|
+
"@babel/helper-explode-assignable-expression@^7.14.5":
|
227
|
+
version "7.14.5"
|
228
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz#8aa72e708205c7bb643e45c73b4386cdf2a1f645"
|
229
|
+
integrity sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ==
|
230
230
|
dependencies:
|
231
|
-
"@babel/types" "^7.
|
231
|
+
"@babel/types" "^7.14.5"
|
232
232
|
|
233
233
|
"@babel/helper-function-name@^7.12.13":
|
234
234
|
version "7.12.13"
|
@@ -239,6 +239,15 @@
|
|
239
239
|
"@babel/template" "^7.12.13"
|
240
240
|
"@babel/types" "^7.12.13"
|
241
241
|
|
242
|
+
"@babel/helper-function-name@^7.14.5":
|
243
|
+
version "7.14.5"
|
244
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
|
245
|
+
integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==
|
246
|
+
dependencies:
|
247
|
+
"@babel/helper-get-function-arity" "^7.14.5"
|
248
|
+
"@babel/template" "^7.14.5"
|
249
|
+
"@babel/types" "^7.14.5"
|
250
|
+
|
242
251
|
"@babel/helper-get-function-arity@^7.12.13":
|
243
252
|
version "7.12.13"
|
244
253
|
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
|
@@ -246,27 +255,26 @@
|
|
246
255
|
dependencies:
|
247
256
|
"@babel/types" "^7.12.13"
|
248
257
|
|
249
|
-
"@babel/helper-
|
250
|
-
version "7.
|
251
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
252
|
-
integrity sha512-
|
258
|
+
"@babel/helper-get-function-arity@^7.14.5":
|
259
|
+
version "7.14.5"
|
260
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
|
261
|
+
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
|
253
262
|
dependencies:
|
254
|
-
"@babel/
|
255
|
-
"@babel/types" "^7.13.0"
|
263
|
+
"@babel/types" "^7.14.5"
|
256
264
|
|
257
|
-
"@babel/helper-
|
258
|
-
version "7.
|
259
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
260
|
-
integrity sha512-
|
265
|
+
"@babel/helper-hoist-variables@^7.14.5":
|
266
|
+
version "7.14.5"
|
267
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
|
268
|
+
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
|
261
269
|
dependencies:
|
262
|
-
"@babel/types" "^7.
|
270
|
+
"@babel/types" "^7.14.5"
|
263
271
|
|
264
|
-
"@babel/helper-member-expression-to-functions@^7.
|
265
|
-
version "7.
|
266
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
267
|
-
integrity sha512-
|
272
|
+
"@babel/helper-member-expression-to-functions@^7.14.5":
|
273
|
+
version "7.14.5"
|
274
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
|
275
|
+
integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==
|
268
276
|
dependencies:
|
269
|
-
"@babel/types" "^7.
|
277
|
+
"@babel/types" "^7.14.5"
|
270
278
|
|
271
279
|
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.12.5":
|
272
280
|
version "7.12.13"
|
@@ -275,92 +283,93 @@
|
|
275
283
|
dependencies:
|
276
284
|
"@babel/types" "^7.12.13"
|
277
285
|
|
278
|
-
"@babel/helper-module-
|
279
|
-
version "7.
|
280
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-
|
281
|
-
integrity sha512-
|
286
|
+
"@babel/helper-module-imports@^7.14.5":
|
287
|
+
version "7.14.5"
|
288
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
|
289
|
+
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
|
282
290
|
dependencies:
|
283
|
-
"@babel/
|
284
|
-
"@babel/helper-replace-supers" "^7.13.0"
|
285
|
-
"@babel/helper-simple-access" "^7.12.13"
|
286
|
-
"@babel/helper-split-export-declaration" "^7.12.13"
|
287
|
-
"@babel/helper-validator-identifier" "^7.12.11"
|
288
|
-
"@babel/template" "^7.12.13"
|
289
|
-
"@babel/traverse" "^7.13.0"
|
290
|
-
"@babel/types" "^7.13.0"
|
291
|
-
lodash "^4.17.19"
|
291
|
+
"@babel/types" "^7.14.5"
|
292
292
|
|
293
|
-
"@babel/helper-
|
294
|
-
version "7.
|
295
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
296
|
-
integrity sha512-
|
293
|
+
"@babel/helper-module-transforms@^7.14.5":
|
294
|
+
version "7.14.5"
|
295
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
|
296
|
+
integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA==
|
297
297
|
dependencies:
|
298
|
-
"@babel/
|
298
|
+
"@babel/helper-module-imports" "^7.14.5"
|
299
|
+
"@babel/helper-replace-supers" "^7.14.5"
|
300
|
+
"@babel/helper-simple-access" "^7.14.5"
|
301
|
+
"@babel/helper-split-export-declaration" "^7.14.5"
|
302
|
+
"@babel/helper-validator-identifier" "^7.14.5"
|
303
|
+
"@babel/template" "^7.14.5"
|
304
|
+
"@babel/traverse" "^7.14.5"
|
305
|
+
"@babel/types" "^7.14.5"
|
299
306
|
|
300
|
-
"@babel/helper-
|
301
|
-
version "7.
|
302
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
303
|
-
integrity sha512-
|
304
|
-
|
305
|
-
"@babel/helper-remap-async-to-generator@^7.13.0":
|
306
|
-
version "7.13.0"
|
307
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz#376a760d9f7b4b2077a9dd05aa9c3927cadb2209"
|
308
|
-
integrity sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg==
|
307
|
+
"@babel/helper-optimise-call-expression@^7.14.5":
|
308
|
+
version "7.14.5"
|
309
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
310
|
+
integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==
|
309
311
|
dependencies:
|
310
|
-
"@babel/
|
311
|
-
"@babel/helper-wrap-function" "^7.13.0"
|
312
|
-
"@babel/types" "^7.13.0"
|
312
|
+
"@babel/types" "^7.14.5"
|
313
313
|
|
314
|
-
"@babel/helper-
|
315
|
-
version "7.
|
316
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
317
|
-
integrity sha512
|
314
|
+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
315
|
+
version "7.14.5"
|
316
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
|
317
|
+
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
|
318
|
+
|
319
|
+
"@babel/helper-remap-async-to-generator@^7.14.5":
|
320
|
+
version "7.14.5"
|
321
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.14.5.tgz#51439c913612958f54a987a4ffc9ee587a2045d6"
|
322
|
+
integrity sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A==
|
318
323
|
dependencies:
|
319
|
-
"@babel/helper-
|
320
|
-
"@babel/helper-
|
321
|
-
"@babel/
|
322
|
-
"@babel/types" "^7.12.13"
|
324
|
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
325
|
+
"@babel/helper-wrap-function" "^7.14.5"
|
326
|
+
"@babel/types" "^7.14.5"
|
323
327
|
|
324
|
-
"@babel/helper-replace-supers@^7.
|
325
|
-
version "7.
|
326
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
327
|
-
integrity sha512-
|
328
|
+
"@babel/helper-replace-supers@^7.14.5":
|
329
|
+
version "7.14.5"
|
330
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
|
331
|
+
integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==
|
328
332
|
dependencies:
|
329
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
330
|
-
"@babel/helper-optimise-call-expression" "^7.
|
331
|
-
"@babel/traverse" "^7.
|
332
|
-
"@babel/types" "^7.
|
333
|
+
"@babel/helper-member-expression-to-functions" "^7.14.5"
|
334
|
+
"@babel/helper-optimise-call-expression" "^7.14.5"
|
335
|
+
"@babel/traverse" "^7.14.5"
|
336
|
+
"@babel/types" "^7.14.5"
|
333
337
|
|
334
|
-
"@babel/helper-simple-access@^7.
|
335
|
-
version "7.
|
336
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.
|
337
|
-
integrity sha512-
|
338
|
+
"@babel/helper-simple-access@^7.14.5":
|
339
|
+
version "7.14.5"
|
340
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
|
341
|
+
integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==
|
338
342
|
dependencies:
|
339
|
-
"@babel/types" "^7.
|
343
|
+
"@babel/types" "^7.14.5"
|
340
344
|
|
341
|
-
"@babel/helper-skip-transparent-expression-wrappers@^7.
|
342
|
-
version "7.
|
343
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
|
344
|
-
integrity sha512-
|
345
|
+
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
346
|
+
version "7.14.5"
|
347
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
|
348
|
+
integrity sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==
|
345
349
|
dependencies:
|
346
|
-
"@babel/types" "^7.
|
350
|
+
"@babel/types" "^7.14.5"
|
347
351
|
|
348
|
-
"@babel/helper-split-export-declaration@^7.
|
349
|
-
version "7.
|
350
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.
|
351
|
-
integrity sha512-
|
352
|
+
"@babel/helper-split-export-declaration@^7.14.5":
|
353
|
+
version "7.14.5"
|
354
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
|
355
|
+
integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
|
352
356
|
dependencies:
|
353
|
-
"@babel/types" "^7.
|
357
|
+
"@babel/types" "^7.14.5"
|
354
358
|
|
355
359
|
"@babel/helper-validator-identifier@^7.12.11":
|
356
360
|
version "7.12.11"
|
357
361
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
|
358
362
|
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
|
359
363
|
|
360
|
-
"@babel/helper-validator-
|
361
|
-
version "7.
|
362
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-
|
363
|
-
integrity sha512-
|
364
|
+
"@babel/helper-validator-identifier@^7.14.5":
|
365
|
+
version "7.14.5"
|
366
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
367
|
+
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
368
|
+
|
369
|
+
"@babel/helper-validator-option@^7.14.5":
|
370
|
+
version "7.14.5"
|
371
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
372
|
+
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
|
364
373
|
|
365
374
|
"@babel/helper-wrap-function@^7.12.13":
|
366
375
|
version "7.12.13"
|
@@ -372,26 +381,26 @@
|
|
372
381
|
"@babel/traverse" "^7.12.13"
|
373
382
|
"@babel/types" "^7.12.13"
|
374
383
|
|
375
|
-
"@babel/helper-wrap-function@^7.
|
376
|
-
version "7.
|
377
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
378
|
-
integrity sha512-
|
384
|
+
"@babel/helper-wrap-function@^7.14.5":
|
385
|
+
version "7.14.5"
|
386
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz#5919d115bf0fe328b8a5d63bcb610f51601f2bff"
|
387
|
+
integrity sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ==
|
379
388
|
dependencies:
|
380
|
-
"@babel/helper-function-name" "^7.
|
381
|
-
"@babel/template" "^7.
|
382
|
-
"@babel/traverse" "^7.
|
383
|
-
"@babel/types" "^7.
|
389
|
+
"@babel/helper-function-name" "^7.14.5"
|
390
|
+
"@babel/template" "^7.14.5"
|
391
|
+
"@babel/traverse" "^7.14.5"
|
392
|
+
"@babel/types" "^7.14.5"
|
384
393
|
|
385
|
-
"@babel/helpers@^7.
|
386
|
-
version "7.
|
387
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.
|
388
|
-
integrity sha512-
|
394
|
+
"@babel/helpers@^7.14.6":
|
395
|
+
version "7.14.6"
|
396
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
|
397
|
+
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
|
389
398
|
dependencies:
|
390
|
-
"@babel/template" "^7.
|
391
|
-
"@babel/traverse" "^7.
|
392
|
-
"@babel/types" "^7.
|
399
|
+
"@babel/template" "^7.14.5"
|
400
|
+
"@babel/traverse" "^7.14.5"
|
401
|
+
"@babel/types" "^7.14.5"
|
393
402
|
|
394
|
-
"@babel/highlight@^7.10.4"
|
403
|
+
"@babel/highlight@^7.10.4":
|
395
404
|
version "7.12.13"
|
396
405
|
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
|
397
406
|
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
|
@@ -400,60 +409,78 @@
|
|
400
409
|
chalk "^2.0.0"
|
401
410
|
js-tokens "^4.0.0"
|
402
411
|
|
403
|
-
"@babel/
|
404
|
-
version "7.
|
405
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
406
|
-
integrity sha512-
|
412
|
+
"@babel/highlight@^7.14.5":
|
413
|
+
version "7.14.5"
|
414
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
|
415
|
+
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
|
416
|
+
dependencies:
|
417
|
+
"@babel/helper-validator-identifier" "^7.14.5"
|
418
|
+
chalk "^2.0.0"
|
419
|
+
js-tokens "^4.0.0"
|
420
|
+
|
421
|
+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6":
|
422
|
+
version "7.14.6"
|
423
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
|
424
|
+
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
|
407
425
|
|
408
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.
|
409
|
-
version "7.
|
410
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.
|
411
|
-
integrity sha512-
|
426
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
427
|
+
version "7.14.5"
|
428
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
429
|
+
integrity sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==
|
412
430
|
dependencies:
|
413
|
-
"@babel/helper-plugin-utils" "^7.
|
414
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
415
|
-
"@babel/plugin-proposal-optional-chaining" "^7.
|
431
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
432
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
433
|
+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
416
434
|
|
417
|
-
"@babel/plugin-proposal-async-generator-functions@^7.
|
418
|
-
version "7.
|
419
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.
|
420
|
-
integrity sha512-
|
435
|
+
"@babel/plugin-proposal-async-generator-functions@^7.14.5":
|
436
|
+
version "7.14.5"
|
437
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.5.tgz#4024990e3dd74181f4f426ea657769ff49a2df39"
|
438
|
+
integrity sha512-tbD/CG3l43FIXxmu4a7RBe4zH7MLJ+S/lFowPFO7HetS2hyOZ/0nnnznegDuzFzfkyQYTxqdTH/hKmuBngaDAA==
|
421
439
|
dependencies:
|
422
|
-
"@babel/helper-plugin-utils" "^7.
|
423
|
-
"@babel/helper-remap-async-to-generator" "^7.
|
440
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
441
|
+
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
424
442
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
425
443
|
|
426
|
-
"@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.
|
427
|
-
version "7.
|
428
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.
|
429
|
-
integrity sha512-
|
444
|
+
"@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.14.5":
|
445
|
+
version "7.14.5"
|
446
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e"
|
447
|
+
integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==
|
430
448
|
dependencies:
|
431
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
432
|
-
"@babel/helper-plugin-utils" "^7.
|
449
|
+
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
450
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
433
451
|
|
434
|
-
"@babel/plugin-proposal-
|
435
|
-
version "7.
|
436
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-
|
437
|
-
integrity sha512-
|
452
|
+
"@babel/plugin-proposal-class-static-block@^7.14.5":
|
453
|
+
version "7.14.5"
|
454
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz#158e9e10d449c3849ef3ecde94a03d9f1841b681"
|
455
|
+
integrity sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==
|
438
456
|
dependencies:
|
439
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
440
|
-
"@babel/helper-plugin-utils" "^7.
|
441
|
-
"@babel/plugin-syntax-
|
457
|
+
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
458
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
459
|
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
442
460
|
|
443
|
-
"@babel/plugin-proposal-
|
444
|
-
version "7.
|
445
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-
|
446
|
-
integrity sha512-
|
461
|
+
"@babel/plugin-proposal-decorators@^7.14.5":
|
462
|
+
version "7.14.5"
|
463
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.14.5.tgz#59bc4dfc1d665b5a6749cf798ff42297ed1b2c1d"
|
464
|
+
integrity sha512-LYz5nvQcvYeRVjui1Ykn28i+3aUiXwQ/3MGoEy0InTaz1pJo/lAzmIDXX+BQny/oufgHzJ6vnEEiXQ8KZjEVFg==
|
447
465
|
dependencies:
|
448
|
-
"@babel/helper-plugin
|
466
|
+
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
467
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
468
|
+
"@babel/plugin-syntax-decorators" "^7.14.5"
|
469
|
+
|
470
|
+
"@babel/plugin-proposal-dynamic-import@^7.14.5":
|
471
|
+
version "7.14.5"
|
472
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz#0c6617df461c0c1f8fff3b47cd59772360101d2c"
|
473
|
+
integrity sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==
|
474
|
+
dependencies:
|
475
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
449
476
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
450
477
|
|
451
|
-
"@babel/plugin-proposal-export-namespace-from@^7.
|
452
|
-
version "7.
|
453
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.
|
454
|
-
integrity sha512-
|
478
|
+
"@babel/plugin-proposal-export-namespace-from@^7.14.5":
|
479
|
+
version "7.14.5"
|
480
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz#dbad244310ce6ccd083072167d8cea83a52faf76"
|
481
|
+
integrity sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==
|
455
482
|
dependencies:
|
456
|
-
"@babel/helper-plugin-utils" "^7.
|
483
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
457
484
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
458
485
|
|
459
486
|
"@babel/plugin-proposal-function-sent@^7.12.13":
|
@@ -465,89 +492,99 @@
|
|
465
492
|
"@babel/helper-wrap-function" "^7.12.13"
|
466
493
|
"@babel/plugin-syntax-function-sent" "^7.12.13"
|
467
494
|
|
468
|
-
"@babel/plugin-proposal-json-strings@^7.
|
469
|
-
version "7.
|
470
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.
|
471
|
-
integrity sha512-
|
495
|
+
"@babel/plugin-proposal-json-strings@^7.14.2", "@babel/plugin-proposal-json-strings@^7.14.5":
|
496
|
+
version "7.14.5"
|
497
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz#38de60db362e83a3d8c944ac858ddf9f0c2239eb"
|
498
|
+
integrity sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==
|
472
499
|
dependencies:
|
473
|
-
"@babel/helper-plugin-utils" "^7.
|
500
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
474
501
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
475
502
|
|
476
|
-
"@babel/plugin-proposal-logical-assignment-operators@^7.
|
477
|
-
version "7.
|
478
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.
|
479
|
-
integrity sha512-
|
503
|
+
"@babel/plugin-proposal-logical-assignment-operators@^7.14.5":
|
504
|
+
version "7.14.5"
|
505
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz#6e6229c2a99b02ab2915f82571e0cc646a40c738"
|
506
|
+
integrity sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==
|
480
507
|
dependencies:
|
481
|
-
"@babel/helper-plugin-utils" "^7.
|
508
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
482
509
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
483
510
|
|
484
|
-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.
|
485
|
-
version "7.
|
486
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.
|
487
|
-
integrity sha512-
|
511
|
+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5":
|
512
|
+
version "7.14.5"
|
513
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6"
|
514
|
+
integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==
|
488
515
|
dependencies:
|
489
|
-
"@babel/helper-plugin-utils" "^7.
|
516
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
490
517
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
491
518
|
|
492
|
-
"@babel/plugin-proposal-numeric-separator@^7.
|
493
|
-
version "7.
|
494
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.
|
495
|
-
integrity sha512-
|
519
|
+
"@babel/plugin-proposal-numeric-separator@^7.14.2", "@babel/plugin-proposal-numeric-separator@^7.14.5":
|
520
|
+
version "7.14.5"
|
521
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz#83631bf33d9a51df184c2102a069ac0c58c05f18"
|
522
|
+
integrity sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==
|
496
523
|
dependencies:
|
497
|
-
"@babel/helper-plugin-utils" "^7.
|
524
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
498
525
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
499
526
|
|
500
|
-
"@babel/plugin-proposal-object-rest-spread@^7.10.1", "@babel/plugin-proposal-object-rest-spread@^7.
|
501
|
-
version "7.
|
502
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.
|
503
|
-
integrity sha512-
|
527
|
+
"@babel/plugin-proposal-object-rest-spread@^7.10.1", "@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.14.5":
|
528
|
+
version "7.14.5"
|
529
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.5.tgz#e581d5ccdfa187ea6ed73f56c6a21c1580b90fbf"
|
530
|
+
integrity sha512-VzMyY6PWNPPT3pxc5hi9LloKNr4SSrVCg7Yr6aZpW4Ym07r7KqSU/QXYwjXLVxqwSv0t/XSXkFoKBPUkZ8vb2A==
|
504
531
|
dependencies:
|
505
|
-
"@babel/compat-data" "^7.
|
506
|
-
"@babel/helper-compilation-targets" "^7.
|
507
|
-
"@babel/helper-plugin-utils" "^7.
|
532
|
+
"@babel/compat-data" "^7.14.5"
|
533
|
+
"@babel/helper-compilation-targets" "^7.14.5"
|
534
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
508
535
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
509
|
-
"@babel/plugin-transform-parameters" "^7.
|
536
|
+
"@babel/plugin-transform-parameters" "^7.14.5"
|
510
537
|
|
511
|
-
"@babel/plugin-proposal-optional-catch-binding@^7.
|
512
|
-
version "7.
|
513
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.
|
514
|
-
integrity sha512-
|
538
|
+
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
|
539
|
+
version "7.14.5"
|
540
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c"
|
541
|
+
integrity sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==
|
515
542
|
dependencies:
|
516
|
-
"@babel/helper-plugin-utils" "^7.
|
543
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
517
544
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
518
545
|
|
519
|
-
"@babel/plugin-proposal-optional-chaining@^7.
|
520
|
-
version "7.
|
521
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.
|
522
|
-
integrity sha512-
|
546
|
+
"@babel/plugin-proposal-optional-chaining@^7.14.5":
|
547
|
+
version "7.14.5"
|
548
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603"
|
549
|
+
integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==
|
523
550
|
dependencies:
|
524
|
-
"@babel/helper-plugin-utils" "^7.
|
525
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
551
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
552
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
526
553
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
527
554
|
|
528
|
-
"@babel/plugin-proposal-private-methods@^7.
|
529
|
-
version "7.
|
530
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.
|
531
|
-
integrity sha512-
|
555
|
+
"@babel/plugin-proposal-private-methods@^7.14.5":
|
556
|
+
version "7.14.5"
|
557
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz#37446495996b2945f30f5be5b60d5e2aa4f5792d"
|
558
|
+
integrity sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==
|
532
559
|
dependencies:
|
533
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
534
|
-
"@babel/helper-plugin-utils" "^7.
|
560
|
+
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
561
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
535
562
|
|
536
|
-
"@babel/plugin-proposal-
|
537
|
-
version "7.
|
538
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-
|
539
|
-
integrity sha512-
|
563
|
+
"@babel/plugin-proposal-private-property-in-object@^7.14.5":
|
564
|
+
version "7.14.5"
|
565
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz#9f65a4d0493a940b4c01f8aa9d3f1894a587f636"
|
566
|
+
integrity sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==
|
540
567
|
dependencies:
|
541
|
-
"@babel/helper-
|
542
|
-
"@babel/
|
568
|
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
569
|
+
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
570
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
571
|
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
543
572
|
|
544
|
-
"@babel/plugin-proposal-
|
545
|
-
version "7.
|
546
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-
|
547
|
-
integrity sha512-
|
573
|
+
"@babel/plugin-proposal-throw-expressions@^7.14.5":
|
574
|
+
version "7.14.5"
|
575
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-throw-expressions/-/plugin-proposal-throw-expressions-7.14.5.tgz#9ba7f4e5baa4ce010d6e30c379791e81b10985e5"
|
576
|
+
integrity sha512-Db2JCIPhe409U3qy0sWpDun6Xa1k77TfNsKTzUY0PDRTpiho7e2uIhYMJVwGrHOkHRH03D6yQLZRosNahnpi1Q==
|
548
577
|
dependencies:
|
549
|
-
"@babel/helper-
|
550
|
-
"@babel/
|
578
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
579
|
+
"@babel/plugin-syntax-throw-expressions" "^7.14.5"
|
580
|
+
|
581
|
+
"@babel/plugin-proposal-unicode-property-regex@^7.14.5", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
|
582
|
+
version "7.14.5"
|
583
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz#0f95ee0e757a5d647f378daa0eca7e93faa8bbe8"
|
584
|
+
integrity sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==
|
585
|
+
dependencies:
|
586
|
+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
587
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
551
588
|
|
552
589
|
"@babel/plugin-syntax-async-generators@^7.8.4":
|
553
590
|
version "7.8.4"
|
@@ -570,12 +607,19 @@
|
|
570
607
|
dependencies:
|
571
608
|
"@babel/helper-plugin-utils" "^7.12.13"
|
572
609
|
|
573
|
-
"@babel/plugin-syntax-
|
574
|
-
version "7.
|
575
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-
|
576
|
-
integrity sha512-
|
610
|
+
"@babel/plugin-syntax-class-static-block@^7.14.5":
|
611
|
+
version "7.14.5"
|
612
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406"
|
613
|
+
integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
|
577
614
|
dependencies:
|
578
|
-
"@babel/helper-plugin-utils" "^7.
|
615
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
616
|
+
|
617
|
+
"@babel/plugin-syntax-decorators@^7.14.5":
|
618
|
+
version "7.14.5"
|
619
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.14.5.tgz#eafb9c0cbe09c8afeb964ba3a7bbd63945a72f20"
|
620
|
+
integrity sha512-c4sZMRWL4GSvP1EXy0woIP7m4jkVcEuG8R1TOZxPBPtp4FSM/kiPZub9UIs/Jrb5ZAOzvTUSGYrWsrSu1JvoPw==
|
621
|
+
dependencies:
|
622
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
579
623
|
|
580
624
|
"@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.8.3":
|
581
625
|
version "7.8.3"
|
@@ -654,216 +698,223 @@
|
|
654
698
|
dependencies:
|
655
699
|
"@babel/helper-plugin-utils" "^7.8.0"
|
656
700
|
|
657
|
-
"@babel/plugin-syntax-
|
658
|
-
version "7.
|
659
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-
|
660
|
-
integrity sha512-
|
701
|
+
"@babel/plugin-syntax-private-property-in-object@^7.14.5":
|
702
|
+
version "7.14.5"
|
703
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad"
|
704
|
+
integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
|
661
705
|
dependencies:
|
662
|
-
"@babel/helper-plugin-utils" "^7.
|
706
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
663
707
|
|
664
|
-
"@babel/plugin-syntax-
|
665
|
-
version "7.
|
666
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-
|
667
|
-
integrity sha512-
|
708
|
+
"@babel/plugin-syntax-throw-expressions@^7.14.5":
|
709
|
+
version "7.14.5"
|
710
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-throw-expressions/-/plugin-syntax-throw-expressions-7.14.5.tgz#db96785d9131fa7e7868968e8a777ac6d3eda801"
|
711
|
+
integrity sha512-4aFC2goA9+JceXayipcSY017nGspvcAkzR+sdsT6hN4DUuHWvM88wdjf/Nxja5sTE7oYPmfuN84ViREdgjingw==
|
668
712
|
dependencies:
|
669
|
-
"@babel/helper-plugin-utils" "^7.
|
713
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
670
714
|
|
671
|
-
"@babel/plugin-
|
672
|
-
version "7.
|
673
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
674
|
-
integrity sha512-
|
715
|
+
"@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3":
|
716
|
+
version "7.14.5"
|
717
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c"
|
718
|
+
integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
|
675
719
|
dependencies:
|
676
|
-
"@babel/helper-plugin-utils" "^7.
|
720
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
677
721
|
|
678
|
-
"@babel/plugin-transform-
|
679
|
-
version "7.
|
680
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
681
|
-
integrity sha512-
|
722
|
+
"@babel/plugin-transform-arrow-functions@^7.14.5":
|
723
|
+
version "7.14.5"
|
724
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz#f7187d9588a768dd080bf4c9ffe117ea62f7862a"
|
725
|
+
integrity sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==
|
682
726
|
dependencies:
|
683
|
-
"@babel/helper-
|
684
|
-
"@babel/helper-plugin-utils" "^7.13.0"
|
685
|
-
"@babel/helper-remap-async-to-generator" "^7.13.0"
|
727
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
686
728
|
|
687
|
-
"@babel/plugin-transform-
|
688
|
-
version "7.
|
689
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
690
|
-
integrity sha512-
|
729
|
+
"@babel/plugin-transform-async-to-generator@^7.14.5":
|
730
|
+
version "7.14.5"
|
731
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz#72c789084d8f2094acb945633943ef8443d39e67"
|
732
|
+
integrity sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==
|
691
733
|
dependencies:
|
692
|
-
"@babel/helper-
|
734
|
+
"@babel/helper-module-imports" "^7.14.5"
|
735
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
736
|
+
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
693
737
|
|
694
|
-
"@babel/plugin-transform-block-
|
695
|
-
version "7.
|
696
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-
|
697
|
-
integrity sha512-
|
738
|
+
"@babel/plugin-transform-block-scoped-functions@^7.14.5":
|
739
|
+
version "7.14.5"
|
740
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz#e48641d999d4bc157a67ef336aeb54bc44fd3ad4"
|
741
|
+
integrity sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==
|
698
742
|
dependencies:
|
699
|
-
"@babel/helper-plugin-utils" "^7.
|
743
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
700
744
|
|
701
|
-
"@babel/plugin-transform-
|
702
|
-
version "7.
|
703
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
704
|
-
integrity sha512-
|
745
|
+
"@babel/plugin-transform-block-scoping@^7.14.5":
|
746
|
+
version "7.14.5"
|
747
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz#8cc63e61e50f42e078e6f09be775a75f23ef9939"
|
748
|
+
integrity sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==
|
705
749
|
dependencies:
|
706
|
-
"@babel/helper-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
750
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
751
|
+
|
752
|
+
"@babel/plugin-transform-classes@^7.14.5":
|
753
|
+
version "7.14.5"
|
754
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz#0e98e82097b38550b03b483f9b51a78de0acb2cf"
|
755
|
+
integrity sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA==
|
756
|
+
dependencies:
|
757
|
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
758
|
+
"@babel/helper-function-name" "^7.14.5"
|
759
|
+
"@babel/helper-optimise-call-expression" "^7.14.5"
|
760
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
761
|
+
"@babel/helper-replace-supers" "^7.14.5"
|
762
|
+
"@babel/helper-split-export-declaration" "^7.14.5"
|
712
763
|
globals "^11.1.0"
|
713
764
|
|
714
|
-
"@babel/plugin-transform-computed-properties@^7.
|
715
|
-
version "7.
|
716
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
717
|
-
integrity sha512-
|
765
|
+
"@babel/plugin-transform-computed-properties@^7.14.5":
|
766
|
+
version "7.14.5"
|
767
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f"
|
768
|
+
integrity sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==
|
718
769
|
dependencies:
|
719
|
-
"@babel/helper-plugin-utils" "^7.
|
770
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
720
771
|
|
721
|
-
"@babel/plugin-transform-destructuring@^7.10.1", "@babel/plugin-transform-destructuring@^7.
|
722
|
-
version "7.
|
723
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
724
|
-
integrity sha512-
|
772
|
+
"@babel/plugin-transform-destructuring@^7.10.1", "@babel/plugin-transform-destructuring@^7.14.5":
|
773
|
+
version "7.14.5"
|
774
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.5.tgz#d32ad19ff1a6da1e861dc62720d80d9776e3bf35"
|
775
|
+
integrity sha512-wU9tYisEbRMxqDezKUqC9GleLycCRoUsai9ddlsq54r8QRLaeEhc+d+9DqCG+kV9W2GgQjTZESPTpn5bAFMDww==
|
725
776
|
dependencies:
|
726
|
-
"@babel/helper-plugin-utils" "^7.
|
777
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
727
778
|
|
728
|
-
"@babel/plugin-transform-dotall-regex@^7.
|
729
|
-
version "7.
|
730
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
731
|
-
integrity sha512-
|
779
|
+
"@babel/plugin-transform-dotall-regex@^7.14.5", "@babel/plugin-transform-dotall-regex@^7.4.4":
|
780
|
+
version "7.14.5"
|
781
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz#2f6bf76e46bdf8043b4e7e16cf24532629ba0c7a"
|
782
|
+
integrity sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==
|
732
783
|
dependencies:
|
733
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
734
|
-
"@babel/helper-plugin-utils" "^7.
|
784
|
+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
785
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
735
786
|
|
736
|
-
"@babel/plugin-transform-duplicate-keys@^7.
|
737
|
-
version "7.
|
738
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
739
|
-
integrity sha512-
|
787
|
+
"@babel/plugin-transform-duplicate-keys@^7.14.5":
|
788
|
+
version "7.14.5"
|
789
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz#365a4844881bdf1501e3a9f0270e7f0f91177954"
|
790
|
+
integrity sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==
|
740
791
|
dependencies:
|
741
|
-
"@babel/helper-plugin-utils" "^7.
|
792
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
742
793
|
|
743
|
-
"@babel/plugin-transform-exponentiation-operator@^7.
|
744
|
-
version "7.
|
745
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
746
|
-
integrity sha512-
|
794
|
+
"@babel/plugin-transform-exponentiation-operator@^7.14.5":
|
795
|
+
version "7.14.5"
|
796
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz#5154b8dd6a3dfe6d90923d61724bd3deeb90b493"
|
797
|
+
integrity sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==
|
747
798
|
dependencies:
|
748
|
-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.
|
749
|
-
"@babel/helper-plugin-utils" "^7.
|
799
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
|
800
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
750
801
|
|
751
|
-
"@babel/plugin-transform-for-of@^7.
|
752
|
-
version "7.
|
753
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
754
|
-
integrity sha512-
|
802
|
+
"@babel/plugin-transform-for-of@^7.14.5":
|
803
|
+
version "7.14.5"
|
804
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz#dae384613de8f77c196a8869cbf602a44f7fc0eb"
|
805
|
+
integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==
|
755
806
|
dependencies:
|
756
|
-
"@babel/helper-plugin-utils" "^7.
|
807
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
757
808
|
|
758
|
-
"@babel/plugin-transform-function-name@^7.
|
759
|
-
version "7.
|
760
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
761
|
-
integrity sha512-
|
809
|
+
"@babel/plugin-transform-function-name@^7.14.5":
|
810
|
+
version "7.14.5"
|
811
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz#e81c65ecb900746d7f31802f6bed1f52d915d6f2"
|
812
|
+
integrity sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==
|
762
813
|
dependencies:
|
763
|
-
"@babel/helper-function-name" "^7.
|
764
|
-
"@babel/helper-plugin-utils" "^7.
|
814
|
+
"@babel/helper-function-name" "^7.14.5"
|
815
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
765
816
|
|
766
|
-
"@babel/plugin-transform-literals@^7.
|
767
|
-
version "7.
|
768
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
769
|
-
integrity sha512-
|
817
|
+
"@babel/plugin-transform-literals@^7.14.5":
|
818
|
+
version "7.14.5"
|
819
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz#41d06c7ff5d4d09e3cf4587bd3ecf3930c730f78"
|
820
|
+
integrity sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==
|
770
821
|
dependencies:
|
771
|
-
"@babel/helper-plugin-utils" "^7.
|
822
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
772
823
|
|
773
|
-
"@babel/plugin-transform-member-expression-literals@^7.
|
774
|
-
version "7.
|
775
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.
|
776
|
-
integrity sha512-
|
824
|
+
"@babel/plugin-transform-member-expression-literals@^7.14.5":
|
825
|
+
version "7.14.5"
|
826
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz#b39cd5212a2bf235a617d320ec2b48bcc091b8a7"
|
827
|
+
integrity sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==
|
777
828
|
dependencies:
|
778
|
-
"@babel/helper-plugin-utils" "^7.
|
829
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
779
830
|
|
780
|
-
"@babel/plugin-transform-modules-amd@^7.
|
781
|
-
version "7.
|
782
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.
|
783
|
-
integrity sha512-
|
831
|
+
"@babel/plugin-transform-modules-amd@^7.14.5":
|
832
|
+
version "7.14.5"
|
833
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz#4fd9ce7e3411cb8b83848480b7041d83004858f7"
|
834
|
+
integrity sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==
|
784
835
|
dependencies:
|
785
|
-
"@babel/helper-module-transforms" "^7.
|
786
|
-
"@babel/helper-plugin-utils" "^7.
|
836
|
+
"@babel/helper-module-transforms" "^7.14.5"
|
837
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
787
838
|
babel-plugin-dynamic-import-node "^2.3.3"
|
788
839
|
|
789
|
-
"@babel/plugin-transform-modules-commonjs@^7.
|
790
|
-
version "7.
|
791
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
792
|
-
integrity sha512-
|
840
|
+
"@babel/plugin-transform-modules-commonjs@^7.14.5":
|
841
|
+
version "7.14.5"
|
842
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
|
843
|
+
integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==
|
793
844
|
dependencies:
|
794
|
-
"@babel/helper-module-transforms" "^7.
|
795
|
-
"@babel/helper-plugin-utils" "^7.
|
796
|
-
"@babel/helper-simple-access" "^7.
|
845
|
+
"@babel/helper-module-transforms" "^7.14.5"
|
846
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
847
|
+
"@babel/helper-simple-access" "^7.14.5"
|
797
848
|
babel-plugin-dynamic-import-node "^2.3.3"
|
798
849
|
|
799
|
-
"@babel/plugin-transform-modules-systemjs@^7.
|
800
|
-
version "7.
|
801
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
802
|
-
integrity sha512-
|
850
|
+
"@babel/plugin-transform-modules-systemjs@^7.14.5":
|
851
|
+
version "7.14.5"
|
852
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"
|
853
|
+
integrity sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==
|
803
854
|
dependencies:
|
804
|
-
"@babel/helper-hoist-variables" "^7.
|
805
|
-
"@babel/helper-module-transforms" "^7.
|
806
|
-
"@babel/helper-plugin-utils" "^7.
|
807
|
-
"@babel/helper-validator-identifier" "^7.
|
855
|
+
"@babel/helper-hoist-variables" "^7.14.5"
|
856
|
+
"@babel/helper-module-transforms" "^7.14.5"
|
857
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
858
|
+
"@babel/helper-validator-identifier" "^7.14.5"
|
808
859
|
babel-plugin-dynamic-import-node "^2.3.3"
|
809
860
|
|
810
|
-
"@babel/plugin-transform-modules-umd@^7.
|
811
|
-
version "7.
|
812
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.
|
813
|
-
integrity sha512-
|
861
|
+
"@babel/plugin-transform-modules-umd@^7.14.5":
|
862
|
+
version "7.14.5"
|
863
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz#fb662dfee697cce274a7cda525190a79096aa6e0"
|
864
|
+
integrity sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==
|
814
865
|
dependencies:
|
815
|
-
"@babel/helper-module-transforms" "^7.
|
816
|
-
"@babel/helper-plugin-utils" "^7.
|
866
|
+
"@babel/helper-module-transforms" "^7.14.5"
|
867
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
817
868
|
|
818
|
-
"@babel/plugin-transform-named-capturing-groups-regex@^7.
|
819
|
-
version "7.
|
820
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.
|
821
|
-
integrity sha512
|
869
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.5":
|
870
|
+
version "7.14.5"
|
871
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.5.tgz#d537e8ee083ee6f6aa4f4eef9d2081d555746e4c"
|
872
|
+
integrity sha512-+Xe5+6MWFo311U8SchgeX5c1+lJM+eZDBZgD+tvXu9VVQPXwwVzeManMMjYX6xw2HczngfOSZjoFYKwdeB/Jvw==
|
822
873
|
dependencies:
|
823
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
874
|
+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
824
875
|
|
825
|
-
"@babel/plugin-transform-new-target@^7.
|
826
|
-
version "7.
|
827
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.
|
828
|
-
integrity sha512
|
876
|
+
"@babel/plugin-transform-new-target@^7.14.5":
|
877
|
+
version "7.14.5"
|
878
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8"
|
879
|
+
integrity sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==
|
829
880
|
dependencies:
|
830
|
-
"@babel/helper-plugin-utils" "^7.
|
881
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
831
882
|
|
832
|
-
"@babel/plugin-transform-object-super@^7.
|
833
|
-
version "7.
|
834
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.
|
835
|
-
integrity sha512-
|
883
|
+
"@babel/plugin-transform-object-super@^7.14.5":
|
884
|
+
version "7.14.5"
|
885
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz#d0b5faeac9e98597a161a9cf78c527ed934cdc45"
|
886
|
+
integrity sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==
|
836
887
|
dependencies:
|
837
|
-
"@babel/helper-plugin-utils" "^7.
|
838
|
-
"@babel/helper-replace-supers" "^7.
|
888
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
889
|
+
"@babel/helper-replace-supers" "^7.14.5"
|
839
890
|
|
840
|
-
"@babel/plugin-transform-parameters@^7.
|
841
|
-
version "7.
|
842
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
843
|
-
integrity sha512-
|
891
|
+
"@babel/plugin-transform-parameters@^7.14.5":
|
892
|
+
version "7.14.5"
|
893
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz#49662e86a1f3ddccac6363a7dfb1ff0a158afeb3"
|
894
|
+
integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==
|
844
895
|
dependencies:
|
845
|
-
"@babel/helper-plugin-utils" "^7.
|
896
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
846
897
|
|
847
|
-
"@babel/plugin-transform-property-literals@^7.
|
848
|
-
version "7.
|
849
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.
|
850
|
-
integrity sha512-
|
898
|
+
"@babel/plugin-transform-property-literals@^7.14.5":
|
899
|
+
version "7.14.5"
|
900
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
|
901
|
+
integrity sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==
|
851
902
|
dependencies:
|
852
|
-
"@babel/helper-plugin-utils" "^7.
|
903
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
853
904
|
|
854
|
-
"@babel/plugin-transform-regenerator@^7.10.1", "@babel/plugin-transform-regenerator@^7.
|
855
|
-
version "7.
|
856
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
857
|
-
integrity sha512-
|
905
|
+
"@babel/plugin-transform-regenerator@^7.10.1", "@babel/plugin-transform-regenerator@^7.14.5":
|
906
|
+
version "7.14.5"
|
907
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz#9676fd5707ed28f522727c5b3c0aa8544440b04f"
|
908
|
+
integrity sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==
|
858
909
|
dependencies:
|
859
910
|
regenerator-transform "^0.14.2"
|
860
911
|
|
861
|
-
"@babel/plugin-transform-reserved-words@^7.
|
862
|
-
version "7.
|
863
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.
|
864
|
-
integrity sha512-
|
912
|
+
"@babel/plugin-transform-reserved-words@^7.14.5":
|
913
|
+
version "7.14.5"
|
914
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz#c44589b661cfdbef8d4300dcc7469dffa92f8304"
|
915
|
+
integrity sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==
|
865
916
|
dependencies:
|
866
|
-
"@babel/helper-plugin-utils" "^7.
|
917
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
867
918
|
|
868
919
|
"@babel/plugin-transform-runtime@^7.11.0":
|
869
920
|
version "7.12.10"
|
@@ -874,82 +925,85 @@
|
|
874
925
|
"@babel/helper-plugin-utils" "^7.10.4"
|
875
926
|
semver "^5.5.1"
|
876
927
|
|
877
|
-
"@babel/plugin-transform-shorthand-properties@^7.
|
878
|
-
version "7.
|
879
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.
|
880
|
-
integrity sha512-
|
881
|
-
dependencies:
|
882
|
-
"@babel/helper-plugin-utils" "^7.
|
883
|
-
|
884
|
-
"@babel/plugin-transform-spread@^7.
|
885
|
-
version "7.
|
886
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
887
|
-
integrity sha512
|
888
|
-
dependencies:
|
889
|
-
"@babel/helper-plugin-utils" "^7.
|
890
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
891
|
-
|
892
|
-
"@babel/plugin-transform-sticky-regex@^7.
|
893
|
-
version "7.
|
894
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.
|
895
|
-
integrity sha512-
|
896
|
-
dependencies:
|
897
|
-
"@babel/helper-plugin-utils" "^7.
|
898
|
-
|
899
|
-
"@babel/plugin-transform-template-literals@^7.
|
900
|
-
version "7.
|
901
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.
|
902
|
-
integrity sha512-
|
903
|
-
dependencies:
|
904
|
-
"@babel/helper-plugin-utils" "^7.
|
905
|
-
|
906
|
-
"@babel/plugin-transform-typeof-symbol@^7.
|
907
|
-
version "7.
|
908
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
909
|
-
integrity sha512-
|
910
|
-
dependencies:
|
911
|
-
"@babel/helper-plugin-utils" "^7.
|
912
|
-
|
913
|
-
"@babel/plugin-transform-unicode-escapes@^7.
|
914
|
-
version "7.
|
915
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.
|
916
|
-
integrity sha512-
|
917
|
-
dependencies:
|
918
|
-
"@babel/helper-plugin-utils" "^7.
|
919
|
-
|
920
|
-
"@babel/plugin-transform-unicode-regex@^7.
|
921
|
-
version "7.
|
922
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.
|
923
|
-
integrity sha512-
|
924
|
-
dependencies:
|
925
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
926
|
-
"@babel/helper-plugin-utils" "^7.
|
927
|
-
|
928
|
-
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.
|
929
|
-
version "7.
|
930
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.
|
931
|
-
integrity sha512-
|
932
|
-
dependencies:
|
933
|
-
"@babel/compat-data" "^7.
|
934
|
-
"@babel/helper-compilation-targets" "^7.
|
935
|
-
"@babel/helper-plugin-utils" "^7.
|
936
|
-
"@babel/helper-validator-option" "^7.
|
937
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.
|
938
|
-
"@babel/plugin-proposal-async-generator-functions" "^7.
|
939
|
-
"@babel/plugin-proposal-class-properties" "^7.
|
940
|
-
"@babel/plugin-proposal-
|
941
|
-
"@babel/plugin-proposal-
|
942
|
-
"@babel/plugin-proposal-
|
943
|
-
"@babel/plugin-proposal-
|
944
|
-
"@babel/plugin-proposal-
|
945
|
-
"@babel/plugin-proposal-
|
946
|
-
"@babel/plugin-proposal-
|
947
|
-
"@babel/plugin-proposal-
|
948
|
-
"@babel/plugin-proposal-optional-
|
949
|
-
"@babel/plugin-proposal-
|
950
|
-
"@babel/plugin-proposal-
|
928
|
+
"@babel/plugin-transform-shorthand-properties@^7.14.5":
|
929
|
+
version "7.14.5"
|
930
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58"
|
931
|
+
integrity sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==
|
932
|
+
dependencies:
|
933
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
934
|
+
|
935
|
+
"@babel/plugin-transform-spread@^7.14.5":
|
936
|
+
version "7.14.5"
|
937
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.5.tgz#bd269fb4119754d2ce7f4cc39a96b4f71baae356"
|
938
|
+
integrity sha512-/3iqoQdiWergnShZYl0xACb4ADeYCJ7X/RgmwtXshn6cIvautRPAFzhd58frQlokLO6Jb4/3JXvmm6WNTPtiTw==
|
939
|
+
dependencies:
|
940
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
941
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
942
|
+
|
943
|
+
"@babel/plugin-transform-sticky-regex@^7.14.5":
|
944
|
+
version "7.14.5"
|
945
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz#5b617542675e8b7761294381f3c28c633f40aeb9"
|
946
|
+
integrity sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==
|
947
|
+
dependencies:
|
948
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
949
|
+
|
950
|
+
"@babel/plugin-transform-template-literals@^7.14.5":
|
951
|
+
version "7.14.5"
|
952
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz#a5f2bc233937d8453885dc736bdd8d9ffabf3d93"
|
953
|
+
integrity sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==
|
954
|
+
dependencies:
|
955
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
956
|
+
|
957
|
+
"@babel/plugin-transform-typeof-symbol@^7.14.5":
|
958
|
+
version "7.14.5"
|
959
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz#39af2739e989a2bd291bf6b53f16981423d457d4"
|
960
|
+
integrity sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==
|
961
|
+
dependencies:
|
962
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
963
|
+
|
964
|
+
"@babel/plugin-transform-unicode-escapes@^7.14.5":
|
965
|
+
version "7.14.5"
|
966
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz#9d4bd2a681e3c5d7acf4f57fa9e51175d91d0c6b"
|
967
|
+
integrity sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==
|
968
|
+
dependencies:
|
969
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
970
|
+
|
971
|
+
"@babel/plugin-transform-unicode-regex@^7.14.5":
|
972
|
+
version "7.14.5"
|
973
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz#4cd09b6c8425dd81255c7ceb3fb1836e7414382e"
|
974
|
+
integrity sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==
|
975
|
+
dependencies:
|
976
|
+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
977
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
978
|
+
|
979
|
+
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.14.5":
|
980
|
+
version "7.14.5"
|
981
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.5.tgz#c0c84e763661fd0e74292c3d511cb33b0c668997"
|
982
|
+
integrity sha512-ci6TsS0bjrdPpWGnQ+m4f+JSSzDKlckqKIJJt9UZ/+g7Zz9k0N8lYU8IeLg/01o2h8LyNZDMLGgRLDTxpudLsA==
|
983
|
+
dependencies:
|
984
|
+
"@babel/compat-data" "^7.14.5"
|
985
|
+
"@babel/helper-compilation-targets" "^7.14.5"
|
986
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
987
|
+
"@babel/helper-validator-option" "^7.14.5"
|
988
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
|
989
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.14.5"
|
990
|
+
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
991
|
+
"@babel/plugin-proposal-class-static-block" "^7.14.5"
|
992
|
+
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
993
|
+
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
|
994
|
+
"@babel/plugin-proposal-json-strings" "^7.14.5"
|
995
|
+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
|
996
|
+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
|
997
|
+
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
|
998
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.14.5"
|
999
|
+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
|
1000
|
+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
1001
|
+
"@babel/plugin-proposal-private-methods" "^7.14.5"
|
1002
|
+
"@babel/plugin-proposal-private-property-in-object" "^7.14.5"
|
1003
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
|
951
1004
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
952
1005
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
1006
|
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
953
1007
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
954
1008
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
955
1009
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
@@ -959,45 +1013,46 @@
|
|
959
1013
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
960
1014
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
961
1015
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
962
|
-
"@babel/plugin-syntax-
|
963
|
-
"@babel/plugin-
|
964
|
-
"@babel/plugin-transform-
|
965
|
-
"@babel/plugin-transform-
|
966
|
-
"@babel/plugin-transform-block-
|
967
|
-
"@babel/plugin-transform-
|
968
|
-
"@babel/plugin-transform-
|
969
|
-
"@babel/plugin-transform-
|
970
|
-
"@babel/plugin-transform-
|
971
|
-
"@babel/plugin-transform-
|
972
|
-
"@babel/plugin-transform-
|
973
|
-
"@babel/plugin-transform-
|
974
|
-
"@babel/plugin-transform-
|
975
|
-
"@babel/plugin-transform-
|
976
|
-
"@babel/plugin-transform-
|
977
|
-
"@babel/plugin-transform-
|
978
|
-
"@babel/plugin-transform-modules-
|
979
|
-
"@babel/plugin-transform-modules-
|
980
|
-
"@babel/plugin-transform-modules-
|
981
|
-
"@babel/plugin-transform-
|
982
|
-
"@babel/plugin-transform-
|
983
|
-
"@babel/plugin-transform-
|
984
|
-
"@babel/plugin-transform-
|
985
|
-
"@babel/plugin-transform-
|
986
|
-
"@babel/plugin-transform-
|
987
|
-
"@babel/plugin-transform-
|
988
|
-
"@babel/plugin-transform-
|
989
|
-
"@babel/plugin-transform-
|
990
|
-
"@babel/plugin-transform-
|
991
|
-
"@babel/plugin-transform-
|
992
|
-
"@babel/plugin-transform-
|
993
|
-
"@babel/plugin-transform-
|
994
|
-
"@babel/plugin-transform-unicode-
|
1016
|
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
1017
|
+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
1018
|
+
"@babel/plugin-transform-arrow-functions" "^7.14.5"
|
1019
|
+
"@babel/plugin-transform-async-to-generator" "^7.14.5"
|
1020
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
|
1021
|
+
"@babel/plugin-transform-block-scoping" "^7.14.5"
|
1022
|
+
"@babel/plugin-transform-classes" "^7.14.5"
|
1023
|
+
"@babel/plugin-transform-computed-properties" "^7.14.5"
|
1024
|
+
"@babel/plugin-transform-destructuring" "^7.14.5"
|
1025
|
+
"@babel/plugin-transform-dotall-regex" "^7.14.5"
|
1026
|
+
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
|
1027
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
|
1028
|
+
"@babel/plugin-transform-for-of" "^7.14.5"
|
1029
|
+
"@babel/plugin-transform-function-name" "^7.14.5"
|
1030
|
+
"@babel/plugin-transform-literals" "^7.14.5"
|
1031
|
+
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
1032
|
+
"@babel/plugin-transform-modules-amd" "^7.14.5"
|
1033
|
+
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
|
1034
|
+
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
|
1035
|
+
"@babel/plugin-transform-modules-umd" "^7.14.5"
|
1036
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.5"
|
1037
|
+
"@babel/plugin-transform-new-target" "^7.14.5"
|
1038
|
+
"@babel/plugin-transform-object-super" "^7.14.5"
|
1039
|
+
"@babel/plugin-transform-parameters" "^7.14.5"
|
1040
|
+
"@babel/plugin-transform-property-literals" "^7.14.5"
|
1041
|
+
"@babel/plugin-transform-regenerator" "^7.14.5"
|
1042
|
+
"@babel/plugin-transform-reserved-words" "^7.14.5"
|
1043
|
+
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
|
1044
|
+
"@babel/plugin-transform-spread" "^7.14.5"
|
1045
|
+
"@babel/plugin-transform-sticky-regex" "^7.14.5"
|
1046
|
+
"@babel/plugin-transform-template-literals" "^7.14.5"
|
1047
|
+
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
|
1048
|
+
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
1049
|
+
"@babel/plugin-transform-unicode-regex" "^7.14.5"
|
995
1050
|
"@babel/preset-modules" "^0.1.4"
|
996
|
-
"@babel/types" "^7.
|
997
|
-
babel-plugin-polyfill-corejs2 "^0.
|
998
|
-
babel-plugin-polyfill-corejs3 "^0.
|
999
|
-
babel-plugin-polyfill-regenerator "^0.
|
1000
|
-
core-js-compat "^3.
|
1051
|
+
"@babel/types" "^7.14.5"
|
1052
|
+
babel-plugin-polyfill-corejs2 "^0.2.2"
|
1053
|
+
babel-plugin-polyfill-corejs3 "^0.2.2"
|
1054
|
+
babel-plugin-polyfill-regenerator "^0.2.2"
|
1055
|
+
core-js-compat "^3.14.0"
|
1001
1056
|
semver "^6.3.0"
|
1002
1057
|
|
1003
1058
|
"@babel/preset-modules@^0.1.4":
|
@@ -1018,37 +1073,36 @@
|
|
1018
1073
|
dependencies:
|
1019
1074
|
regenerator-runtime "^0.13.4"
|
1020
1075
|
|
1021
|
-
"@babel/template@^7.12.13", "@babel/template@^7.3.3":
|
1022
|
-
version "7.
|
1023
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.
|
1024
|
-
integrity sha512
|
1025
|
-
dependencies:
|
1026
|
-
"@babel/code-frame" "^7.
|
1027
|
-
"@babel/parser" "^7.
|
1028
|
-
"@babel/types" "^7.
|
1029
|
-
|
1030
|
-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0":
|
1031
|
-
version "7.
|
1032
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
1033
|
-
integrity sha512-
|
1034
|
-
dependencies:
|
1035
|
-
"@babel/code-frame" "^7.
|
1036
|
-
"@babel/generator" "^7.
|
1037
|
-
"@babel/helper-function-name" "^7.
|
1038
|
-
"@babel/helper-
|
1039
|
-
"@babel/
|
1040
|
-
"@babel/
|
1076
|
+
"@babel/template@^7.12.13", "@babel/template@^7.14.5", "@babel/template@^7.3.3":
|
1077
|
+
version "7.14.5"
|
1078
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
|
1079
|
+
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
|
1080
|
+
dependencies:
|
1081
|
+
"@babel/code-frame" "^7.14.5"
|
1082
|
+
"@babel/parser" "^7.14.5"
|
1083
|
+
"@babel/types" "^7.14.5"
|
1084
|
+
|
1085
|
+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5":
|
1086
|
+
version "7.14.5"
|
1087
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
|
1088
|
+
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
|
1089
|
+
dependencies:
|
1090
|
+
"@babel/code-frame" "^7.14.5"
|
1091
|
+
"@babel/generator" "^7.14.5"
|
1092
|
+
"@babel/helper-function-name" "^7.14.5"
|
1093
|
+
"@babel/helper-hoist-variables" "^7.14.5"
|
1094
|
+
"@babel/helper-split-export-declaration" "^7.14.5"
|
1095
|
+
"@babel/parser" "^7.14.5"
|
1096
|
+
"@babel/types" "^7.14.5"
|
1041
1097
|
debug "^4.1.0"
|
1042
1098
|
globals "^11.1.0"
|
1043
|
-
lodash "^4.17.19"
|
1044
1099
|
|
1045
|
-
"@babel/types@^7.0.0", "@babel/types@^7.12.
|
1046
|
-
version "7.
|
1047
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
1048
|
-
integrity sha512-
|
1100
|
+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1101
|
+
version "7.14.5"
|
1102
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
|
1103
|
+
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
|
1049
1104
|
dependencies:
|
1050
|
-
"@babel/helper-validator-identifier" "^7.
|
1051
|
-
lodash "^4.17.19"
|
1105
|
+
"@babel/helper-validator-identifier" "^7.14.5"
|
1052
1106
|
to-fast-properties "^2.0.0"
|
1053
1107
|
|
1054
1108
|
"@bcoe/v8-coverage@^0.2.3":
|
@@ -1079,21 +1133,26 @@
|
|
1079
1133
|
resolved "https://registry.yarnpkg.com/@csstools/sass-import-resolve/-/sass-import-resolve-1.0.0.tgz#32c3cdb2f7af3cd8f0dca357b592e7271f3831b5"
|
1080
1134
|
integrity sha512-pH4KCsbtBLLe7eqUrw8brcuFO8IZlN36JjdKlOublibVdAIPHCzEnpBWOVUXK5sCf+DpBi8ZtuWtjF0srybdeA==
|
1081
1135
|
|
1082
|
-
"@eslint/eslintrc@^0.4.
|
1083
|
-
version "0.4.
|
1084
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.
|
1085
|
-
integrity sha512-
|
1136
|
+
"@eslint/eslintrc@^0.4.2":
|
1137
|
+
version "0.4.2"
|
1138
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
|
1139
|
+
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
|
1086
1140
|
dependencies:
|
1087
1141
|
ajv "^6.12.4"
|
1088
1142
|
debug "^4.1.1"
|
1089
1143
|
espree "^7.3.0"
|
1090
|
-
globals "^
|
1144
|
+
globals "^13.9.0"
|
1091
1145
|
ignore "^4.0.6"
|
1092
1146
|
import-fresh "^3.2.1"
|
1093
1147
|
js-yaml "^3.13.1"
|
1094
1148
|
minimatch "^3.0.4"
|
1095
1149
|
strip-json-comments "^3.1.1"
|
1096
1150
|
|
1151
|
+
"@glidejs/glide@^3.4.1":
|
1152
|
+
version "3.4.1"
|
1153
|
+
resolved "https://registry.yarnpkg.com/@glidejs/glide/-/glide-3.4.1.tgz#8ad21f3169076e32bbfd75ed0753807662c25e90"
|
1154
|
+
integrity sha512-C34AEcK1HjSyxilRToUL54I6KAoodojUbeRlXoruobZuG0eGm8xfDL+3kgkWj7AJK4EZtunSOYfoqMp70eDtwg==
|
1155
|
+
|
1097
1156
|
"@googlemaps/google-maps-services-js@^3.1.16":
|
1098
1157
|
version "3.1.16"
|
1099
1158
|
resolved "https://registry.yarnpkg.com/@googlemaps/google-maps-services-js/-/google-maps-services-js-3.1.16.tgz#e82dc8f202c87b042d3b4c989936110cb83da2e2"
|
@@ -1280,6 +1339,27 @@
|
|
1280
1339
|
source-map "^0.6.1"
|
1281
1340
|
write-file-atomic "^3.0.0"
|
1282
1341
|
|
1342
|
+
"@jest/transform@^27.0.2":
|
1343
|
+
version "27.0.2"
|
1344
|
+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.2.tgz#b073b7c589e3f4b842102468875def2bb722d6b5"
|
1345
|
+
integrity sha512-H8sqKlgtDfVog/s9I4GG2XMbi4Ar7RBxjsKQDUhn2XHAi3NG+GoQwWMER+YfantzExbjNqQvqBHzo/G2pfTiPw==
|
1346
|
+
dependencies:
|
1347
|
+
"@babel/core" "^7.1.0"
|
1348
|
+
"@jest/types" "^27.0.2"
|
1349
|
+
babel-plugin-istanbul "^6.0.0"
|
1350
|
+
chalk "^4.0.0"
|
1351
|
+
convert-source-map "^1.4.0"
|
1352
|
+
fast-json-stable-stringify "^2.0.0"
|
1353
|
+
graceful-fs "^4.2.4"
|
1354
|
+
jest-haste-map "^27.0.2"
|
1355
|
+
jest-regex-util "^27.0.1"
|
1356
|
+
jest-util "^27.0.2"
|
1357
|
+
micromatch "^4.0.4"
|
1358
|
+
pirates "^4.0.1"
|
1359
|
+
slash "^3.0.0"
|
1360
|
+
source-map "^0.6.1"
|
1361
|
+
write-file-atomic "^3.0.0"
|
1362
|
+
|
1283
1363
|
"@jest/types@^26.6.2":
|
1284
1364
|
version "26.6.2"
|
1285
1365
|
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
|
@@ -1291,6 +1371,17 @@
|
|
1291
1371
|
"@types/yargs" "^15.0.0"
|
1292
1372
|
chalk "^4.0.0"
|
1293
1373
|
|
1374
|
+
"@jest/types@^27.0.2":
|
1375
|
+
version "27.0.2"
|
1376
|
+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.2.tgz#e153d6c46bda0f2589f0702b071f9898c7bbd37e"
|
1377
|
+
integrity sha512-XpjCtJ/99HB4PmyJ2vgmN7vT+JLP7RW1FBT9RgnMFS4Dt7cvIyBee8O3/j98aUZ34ZpenPZFqmaaObWSeL65dg==
|
1378
|
+
dependencies:
|
1379
|
+
"@types/istanbul-lib-coverage" "^2.0.0"
|
1380
|
+
"@types/istanbul-reports" "^3.0.0"
|
1381
|
+
"@types/node" "*"
|
1382
|
+
"@types/yargs" "^16.0.0"
|
1383
|
+
chalk "^4.0.0"
|
1384
|
+
|
1294
1385
|
"@npmcli/move-file@^1.0.1":
|
1295
1386
|
version "1.0.1"
|
1296
1387
|
resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.0.1.tgz#de103070dac0f48ce49cf6693c23af59c0f70464"
|
@@ -1378,10 +1469,10 @@
|
|
1378
1469
|
dependencies:
|
1379
1470
|
defer-to-connect "^1.0.1"
|
1380
1471
|
|
1381
|
-
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
|
1382
|
-
version "7.1.
|
1383
|
-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.
|
1384
|
-
integrity sha512-
|
1472
|
+
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7":
|
1473
|
+
version "7.1.14"
|
1474
|
+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402"
|
1475
|
+
integrity sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==
|
1385
1476
|
dependencies:
|
1386
1477
|
"@babel/parser" "^7.1.0"
|
1387
1478
|
"@babel/types" "^7.0.0"
|
@@ -1534,6 +1625,13 @@
|
|
1534
1625
|
dependencies:
|
1535
1626
|
"@types/yargs-parser" "*"
|
1536
1627
|
|
1628
|
+
"@types/yargs@^16.0.0":
|
1629
|
+
version "16.0.3"
|
1630
|
+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.3.tgz#4b6d35bb8e680510a7dc2308518a80ee1ef27e01"
|
1631
|
+
integrity sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ==
|
1632
|
+
dependencies:
|
1633
|
+
"@types/yargs-parser" "*"
|
1634
|
+
|
1537
1635
|
"@vonagevolta/volta2@^0.1.6":
|
1538
1636
|
version "0.1.6"
|
1539
1637
|
resolved "https://registry.yarnpkg.com/@vonagevolta/volta2/-/volta2-0.1.6.tgz#6cbb4f1ffa53ceda14fa15c24384f7fa0fa4ab6d"
|
@@ -1560,10 +1658,10 @@
|
|
1560
1658
|
optionalDependencies:
|
1561
1659
|
prettier "^1.18.2"
|
1562
1660
|
|
1563
|
-
"@vue/test-utils@1.1
|
1564
|
-
version "1.1
|
1565
|
-
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.1.
|
1566
|
-
integrity sha512-
|
1661
|
+
"@vue/test-utils@1.2.1":
|
1662
|
+
version "1.2.1"
|
1663
|
+
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.2.1.tgz#4671fc8844e09ccddb6801ceedd7b7309ae11d06"
|
1664
|
+
integrity sha512-WBRdWNJwWTodJlV9mjunTrhgfsTPI5tMuxsCxqSmQs+vyB3ccZIYixnBrkxpKRsXyah/RtEv6+kUPZhnLd9smA==
|
1567
1665
|
dependencies:
|
1568
1666
|
dom-event-types "^1.0.0"
|
1569
1667
|
lodash "^4.17.15"
|
@@ -1770,10 +1868,10 @@ acorn@^6.4.1, acorn@^7.1.1, acorn@^7.4.0, acorn@^8.0.4:
|
|
1770
1868
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
|
1771
1869
|
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
|
1772
1870
|
|
1773
|
-
adjust-sourcemap-loader
|
1774
|
-
version "
|
1775
|
-
resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-
|
1776
|
-
integrity sha512-
|
1871
|
+
adjust-sourcemap-loader@^4.0.0:
|
1872
|
+
version "4.0.0"
|
1873
|
+
resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz#fc4a0fd080f7d10471f30a7320f25560ade28c99"
|
1874
|
+
integrity sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==
|
1777
1875
|
dependencies:
|
1778
1876
|
loader-utils "^2.0.0"
|
1779
1877
|
regex-parser "^2.2.11"
|
@@ -1832,10 +1930,10 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
|
|
1832
1930
|
json-schema-traverse "^0.4.1"
|
1833
1931
|
uri-js "^4.2.2"
|
1834
1932
|
|
1835
|
-
ajv@^
|
1836
|
-
version "
|
1837
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-
|
1838
|
-
integrity sha512-
|
1933
|
+
ajv@^8.0.1:
|
1934
|
+
version "8.5.0"
|
1935
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.5.0.tgz#695528274bcb5afc865446aa275484049a18ae4b"
|
1936
|
+
integrity sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==
|
1839
1937
|
dependencies:
|
1840
1938
|
fast-deep-equal "^3.1.1"
|
1841
1939
|
json-schema-traverse "^1.0.0"
|
@@ -1866,25 +1964,25 @@ alex@^9.1.0:
|
|
1866
1964
|
vfile-reporter "^6.0.0"
|
1867
1965
|
vfile-sort "^2.0.0"
|
1868
1966
|
|
1869
|
-
algoliasearch@^4.
|
1870
|
-
version "4.
|
1871
|
-
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.
|
1872
|
-
integrity sha512-
|
1873
|
-
dependencies:
|
1874
|
-
"@algolia/cache-browser-local-storage" "4.
|
1875
|
-
"@algolia/cache-common" "4.
|
1876
|
-
"@algolia/cache-in-memory" "4.
|
1877
|
-
"@algolia/client-account" "4.
|
1878
|
-
"@algolia/client-analytics" "4.
|
1879
|
-
"@algolia/client-common" "4.
|
1880
|
-
"@algolia/client-
|
1881
|
-
"@algolia/client-search" "4.
|
1882
|
-
"@algolia/logger-common" "4.
|
1883
|
-
"@algolia/logger-console" "4.
|
1884
|
-
"@algolia/requester-browser-xhr" "4.
|
1885
|
-
"@algolia/requester-common" "4.
|
1886
|
-
"@algolia/requester-node-http" "4.
|
1887
|
-
"@algolia/transporter" "4.
|
1967
|
+
algoliasearch@^4.10.2:
|
1968
|
+
version "4.10.2"
|
1969
|
+
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.10.2.tgz#23e88c71cb381d5b59430baa5d417186cc8ff683"
|
1970
|
+
integrity sha512-BAYCe97XRfO15irJKBRjBnrp9tSqN0jppklLIXKdtUcXlibcPQtuAeGUP2cPiz6bJd3ISuoYzLFNt4/fQYtLMw==
|
1971
|
+
dependencies:
|
1972
|
+
"@algolia/cache-browser-local-storage" "4.10.2"
|
1973
|
+
"@algolia/cache-common" "4.10.2"
|
1974
|
+
"@algolia/cache-in-memory" "4.10.2"
|
1975
|
+
"@algolia/client-account" "4.10.2"
|
1976
|
+
"@algolia/client-analytics" "4.10.2"
|
1977
|
+
"@algolia/client-common" "4.10.2"
|
1978
|
+
"@algolia/client-personalization" "4.10.2"
|
1979
|
+
"@algolia/client-search" "4.10.2"
|
1980
|
+
"@algolia/logger-common" "4.10.2"
|
1981
|
+
"@algolia/logger-console" "4.10.2"
|
1982
|
+
"@algolia/requester-browser-xhr" "4.10.2"
|
1983
|
+
"@algolia/requester-common" "4.10.2"
|
1984
|
+
"@algolia/requester-node-http" "4.10.2"
|
1985
|
+
"@algolia/transporter" "4.10.2"
|
1888
1986
|
|
1889
1987
|
alphanum-sort@^1.0.0:
|
1890
1988
|
version "1.0.2"
|
@@ -2015,11 +2113,6 @@ argparse@^2.0.1:
|
|
2015
2113
|
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
|
2016
2114
|
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
|
2017
2115
|
|
2018
|
-
arity-n@^1.0.4:
|
2019
|
-
version "1.0.4"
|
2020
|
-
resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745"
|
2021
|
-
integrity sha1-2edrEXM+CFacCEeuezmyhgswt0U=
|
2022
|
-
|
2023
2116
|
arr-diff@^4.0.0:
|
2024
2117
|
version "4.0.0"
|
2025
2118
|
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
|
@@ -2050,15 +2143,15 @@ array-flatten@^2.1.0:
|
|
2050
2143
|
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
|
2051
2144
|
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
|
2052
2145
|
|
2053
|
-
array-includes@^3.1.
|
2054
|
-
version "3.1.
|
2055
|
-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.
|
2056
|
-
integrity sha512-
|
2146
|
+
array-includes@^3.1.3:
|
2147
|
+
version "3.1.3"
|
2148
|
+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
|
2149
|
+
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
|
2057
2150
|
dependencies:
|
2058
|
-
call-bind "^1.0.
|
2151
|
+
call-bind "^1.0.2"
|
2059
2152
|
define-properties "^1.1.3"
|
2060
|
-
es-abstract "^1.18.0-next.
|
2061
|
-
get-intrinsic "^1.
|
2153
|
+
es-abstract "^1.18.0-next.2"
|
2154
|
+
get-intrinsic "^1.1.1"
|
2062
2155
|
is-string "^1.0.5"
|
2063
2156
|
|
2064
2157
|
array-iterate@^1.0.0:
|
@@ -2083,7 +2176,7 @@ array-unique@^0.3.2:
|
|
2083
2176
|
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
|
2084
2177
|
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
|
2085
2178
|
|
2086
|
-
array.prototype.flat@^1.2.
|
2179
|
+
array.prototype.flat@^1.2.4:
|
2087
2180
|
version "1.2.4"
|
2088
2181
|
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
|
2089
2182
|
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
|
@@ -2274,6 +2367,20 @@ babel-jest@^26.6.3:
|
|
2274
2367
|
graceful-fs "^4.2.4"
|
2275
2368
|
slash "^3.0.0"
|
2276
2369
|
|
2370
|
+
babel-jest@^27.0.2:
|
2371
|
+
version "27.0.2"
|
2372
|
+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.2.tgz#7dc18adb01322acce62c2af76ea2c7cd186ade37"
|
2373
|
+
integrity sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==
|
2374
|
+
dependencies:
|
2375
|
+
"@jest/transform" "^27.0.2"
|
2376
|
+
"@jest/types" "^27.0.2"
|
2377
|
+
"@types/babel__core" "^7.1.14"
|
2378
|
+
babel-plugin-istanbul "^6.0.0"
|
2379
|
+
babel-preset-jest "^27.0.1"
|
2380
|
+
chalk "^4.0.0"
|
2381
|
+
graceful-fs "^4.2.4"
|
2382
|
+
slash "^3.0.0"
|
2383
|
+
|
2277
2384
|
babel-loader@^8.1.0, babel-loader@^8.2.2:
|
2278
2385
|
version "8.2.2"
|
2279
2386
|
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81"
|
@@ -2319,6 +2426,16 @@ babel-plugin-jest-hoist@^26.6.2:
|
|
2319
2426
|
"@types/babel__core" "^7.0.0"
|
2320
2427
|
"@types/babel__traverse" "^7.0.6"
|
2321
2428
|
|
2429
|
+
babel-plugin-jest-hoist@^27.0.1:
|
2430
|
+
version "27.0.1"
|
2431
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.1.tgz#a6d10e484c93abff0f4e95f437dad26e5736ea11"
|
2432
|
+
integrity sha512-sqBF0owAcCDBVEDtxqfYr2F36eSHdx7lAVGyYuOBRnKdD6gzcy0I0XrAYCZgOA3CRrLhmR+Uae9nogPzmAtOfQ==
|
2433
|
+
dependencies:
|
2434
|
+
"@babel/template" "^7.3.3"
|
2435
|
+
"@babel/types" "^7.3.3"
|
2436
|
+
"@types/babel__core" "^7.0.0"
|
2437
|
+
"@types/babel__traverse" "^7.0.6"
|
2438
|
+
|
2322
2439
|
babel-plugin-macros@^2.8.0:
|
2323
2440
|
version "2.8.0"
|
2324
2441
|
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
|
@@ -2403,29 +2520,29 @@ babel-plugin-minify-type-constructors@^0.1.2:
|
|
2403
2520
|
dependencies:
|
2404
2521
|
babel-helper-is-void-0 "^0.1.1"
|
2405
2522
|
|
2406
|
-
babel-plugin-polyfill-corejs2@^0.
|
2407
|
-
version "0.
|
2408
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.
|
2409
|
-
integrity sha512-
|
2523
|
+
babel-plugin-polyfill-corejs2@^0.2.2:
|
2524
|
+
version "0.2.2"
|
2525
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327"
|
2526
|
+
integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==
|
2410
2527
|
dependencies:
|
2411
|
-
"@babel/compat-data" "^7.13.
|
2412
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
2528
|
+
"@babel/compat-data" "^7.13.11"
|
2529
|
+
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
2413
2530
|
semver "^6.1.1"
|
2414
2531
|
|
2415
|
-
babel-plugin-polyfill-corejs3@^0.
|
2416
|
-
version "0.
|
2417
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.
|
2418
|
-
integrity sha512-
|
2532
|
+
babel-plugin-polyfill-corejs3@^0.2.2:
|
2533
|
+
version "0.2.2"
|
2534
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.2.tgz#7424a1682ee44baec817327710b1b094e5f8f7f5"
|
2535
|
+
integrity sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A==
|
2419
2536
|
dependencies:
|
2420
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
2421
|
-
core-js-compat "^3.
|
2537
|
+
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
2538
|
+
core-js-compat "^3.9.1"
|
2422
2539
|
|
2423
|
-
babel-plugin-polyfill-regenerator@^0.
|
2424
|
-
version "0.
|
2425
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.
|
2426
|
-
integrity sha512-
|
2540
|
+
babel-plugin-polyfill-regenerator@^0.2.2:
|
2541
|
+
version "0.2.2"
|
2542
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077"
|
2543
|
+
integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==
|
2427
2544
|
dependencies:
|
2428
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
2545
|
+
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
2429
2546
|
|
2430
2547
|
babel-plugin-transform-es2015-modules-commonjs@^6.26.0:
|
2431
2548
|
version "6.26.2"
|
@@ -2557,6 +2674,14 @@ babel-preset-jest@^26.6.2:
|
|
2557
2674
|
babel-plugin-jest-hoist "^26.6.2"
|
2558
2675
|
babel-preset-current-node-syntax "^1.0.0"
|
2559
2676
|
|
2677
|
+
babel-preset-jest@^27.0.1:
|
2678
|
+
version "27.0.1"
|
2679
|
+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.0.1.tgz#7a50c75d16647c23a2cf5158d5bb9eb206b10e20"
|
2680
|
+
integrity sha512-nIBIqCEpuiyhvjQs2mVNwTxQQa2xk70p9Dd/0obQGBf8FBzbnI8QhQKzLsWMN2i6q+5B0OcWDtrboBX5gmOLyA==
|
2681
|
+
dependencies:
|
2682
|
+
babel-plugin-jest-hoist "^27.0.1"
|
2683
|
+
babel-preset-current-node-syntax "^1.0.0"
|
2684
|
+
|
2560
2685
|
babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0:
|
2561
2686
|
version "6.26.0"
|
2562
2687
|
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
|
@@ -2857,7 +2982,7 @@ browserslist@^2.0.0, browserslist@^2.11.3:
|
|
2857
2982
|
caniuse-lite "^1.0.30000792"
|
2858
2983
|
electron-to-chromium "^1.3.30"
|
2859
2984
|
|
2860
|
-
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.
|
2985
|
+
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.6.4:
|
2861
2986
|
version "4.16.1"
|
2862
2987
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.1.tgz#bf757a2da376b3447b800a16f0f1c96358138766"
|
2863
2988
|
integrity sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA==
|
@@ -2868,16 +2993,16 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4
|
|
2868
2993
|
escalade "^3.1.1"
|
2869
2994
|
node-releases "^1.1.69"
|
2870
2995
|
|
2871
|
-
browserslist@^4.16.
|
2872
|
-
version "4.16.
|
2873
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.
|
2874
|
-
integrity sha512-
|
2996
|
+
browserslist@^4.16.6:
|
2997
|
+
version "4.16.6"
|
2998
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
|
2999
|
+
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
|
2875
3000
|
dependencies:
|
2876
|
-
caniuse-lite "^1.0.
|
2877
|
-
colorette "^1.2.
|
2878
|
-
electron-to-chromium "^1.3.
|
3001
|
+
caniuse-lite "^1.0.30001219"
|
3002
|
+
colorette "^1.2.2"
|
3003
|
+
electron-to-chromium "^1.3.723"
|
2879
3004
|
escalade "^3.1.1"
|
2880
|
-
node-releases "^1.1.
|
3005
|
+
node-releases "^1.1.71"
|
2881
3006
|
|
2882
3007
|
bser@2.1.1:
|
2883
3008
|
version "2.1.1"
|
@@ -3010,7 +3135,7 @@ cacheable-request@^6.0.0:
|
|
3010
3135
|
normalize-url "^4.1.0"
|
3011
3136
|
responselike "^1.0.2"
|
3012
3137
|
|
3013
|
-
call-bind@^1.0.0:
|
3138
|
+
call-bind@^1.0.0, call-bind@^1.0.2:
|
3014
3139
|
version "1.0.2"
|
3015
3140
|
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
|
3016
3141
|
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
|
@@ -3067,17 +3192,17 @@ camelcase-keys@^6.2.2:
|
|
3067
3192
|
map-obj "^4.0.0"
|
3068
3193
|
quick-lru "^4.0.1"
|
3069
3194
|
|
3070
|
-
camelcase@5.3.1, camelcase@^5.0.0, camelcase@^5.3.1:
|
3071
|
-
version "5.3.1"
|
3072
|
-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
3073
|
-
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
3074
|
-
|
3075
3195
|
camelcase@^2.0.0:
|
3076
3196
|
version "2.1.1"
|
3077
3197
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
|
3078
3198
|
integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
|
3079
3199
|
|
3080
|
-
camelcase@^
|
3200
|
+
camelcase@^5.0.0, camelcase@^5.3.1:
|
3201
|
+
version "5.3.1"
|
3202
|
+
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
3203
|
+
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
3204
|
+
|
3205
|
+
camelcase@^6.0.0:
|
3081
3206
|
version "6.2.0"
|
3082
3207
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
|
3083
3208
|
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
|
@@ -3107,10 +3232,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000792, caniuse-lite@^1.0.30000805, can
|
|
3107
3232
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001174.tgz#0f2aca2153fd88ceb07a2bb982fc2acb787623c4"
|
3108
3233
|
integrity sha512-tqClL/4ThQq6cfFXH3oJL4rifFBeM6gTkphjao5kgwMaW9yn0tKgQLAEfKzDwj6HQWCB/aWo8kTFlSvIN8geEA==
|
3109
3234
|
|
3110
|
-
caniuse-lite@^1.0.
|
3111
|
-
version "1.0.
|
3112
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
3113
|
-
integrity sha512-
|
3235
|
+
caniuse-lite@^1.0.30001219:
|
3236
|
+
version "1.0.30001230"
|
3237
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz#8135c57459854b2240b57a4a6786044bdc5a9f71"
|
3238
|
+
integrity sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ==
|
3114
3239
|
|
3115
3240
|
capture-exit@^2.0.0:
|
3116
3241
|
version "2.0.0"
|
@@ -3195,33 +3320,24 @@ character-reference-invalid@^1.0.0:
|
|
3195
3320
|
resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560"
|
3196
3321
|
integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==
|
3197
3322
|
|
3198
|
-
chart.js
|
3199
|
-
version "
|
3200
|
-
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-
|
3201
|
-
integrity sha512-
|
3202
|
-
dependencies:
|
3203
|
-
chartjs-color "^2.1.0"
|
3204
|
-
moment "^2.10.2"
|
3323
|
+
chart.js@>=3.0.2, chart.js@^3.3.2:
|
3324
|
+
version "3.3.2"
|
3325
|
+
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.3.2.tgz#667f3a0b6371b9719d8949c04a5bcbaec0d8c615"
|
3326
|
+
integrity sha512-H0hSO7xqTIrwxoACqnSoNromEMfXvfuVnrbuSt2TuXfBDDofbnto4zuZlRtRvC73/b37q3wGAWZyUU41QPvNbA==
|
3205
3327
|
|
3206
|
-
chartjs-
|
3207
|
-
version "0.
|
3208
|
-
resolved "https://registry.yarnpkg.com/chartjs-
|
3209
|
-
integrity sha512-
|
3210
|
-
dependencies:
|
3211
|
-
color-name "^1.0.0"
|
3212
|
-
|
3213
|
-
chartjs-color@^2.1.0:
|
3214
|
-
version "2.4.1"
|
3215
|
-
resolved "https://registry.yarnpkg.com/chartjs-color/-/chartjs-color-2.4.1.tgz#6118bba202fe1ea79dd7f7c0f9da93467296c3b0"
|
3216
|
-
integrity sha512-haqOg1+Yebys/Ts/9bLo/BqUcONQOdr/hoEr2LLTRl6C5LXctUdHxsCYfvQVg5JIxITrfCNUDr4ntqmQk9+/0w==
|
3217
|
-
dependencies:
|
3218
|
-
chartjs-color-string "^0.6.0"
|
3219
|
-
color-convert "^1.9.3"
|
3328
|
+
chartjs-adapter-date-fns@>=2.0.0:
|
3329
|
+
version "2.0.0"
|
3330
|
+
resolved "https://registry.yarnpkg.com/chartjs-adapter-date-fns/-/chartjs-adapter-date-fns-2.0.0.tgz#5e53b2f660b993698f936f509c86dddf9ed44c6b"
|
3331
|
+
integrity sha512-rmZINGLe+9IiiEB0kb57vH3UugAtYw33anRiw5kS2Tu87agpetDDoouquycWc9pRsKtQo5j+vLsYHyr8etAvFw==
|
3220
3332
|
|
3221
|
-
chartkick@^
|
3222
|
-
version "
|
3223
|
-
resolved "https://registry.yarnpkg.com/chartkick/-/chartkick-
|
3224
|
-
integrity sha512-
|
3333
|
+
chartkick@^4.0.4:
|
3334
|
+
version "4.0.4"
|
3335
|
+
resolved "https://registry.yarnpkg.com/chartkick/-/chartkick-4.0.4.tgz#273f5fbaaebfb9aa95e76c8b9b996564321a5ab9"
|
3336
|
+
integrity sha512-kUSrZslQg0xbbYrtJz++Ohw64j0i6AS5uZu22agMf7ikaMYYMuQgTmrCrZ2xQ3rsQtjKSqdz4VHzl8vVRoG5Fw==
|
3337
|
+
optionalDependencies:
|
3338
|
+
chart.js ">=3.0.2"
|
3339
|
+
chartjs-adapter-date-fns ">=2.0.0"
|
3340
|
+
date-fns ">=2.0.0"
|
3225
3341
|
|
3226
3342
|
chokidar@^2.1.8:
|
3227
3343
|
version "2.1.8"
|
@@ -3279,6 +3395,11 @@ ci-info@^2.0.0:
|
|
3279
3395
|
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
|
3280
3396
|
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
|
3281
3397
|
|
3398
|
+
ci-info@^3.1.1:
|
3399
|
+
version "3.2.0"
|
3400
|
+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
|
3401
|
+
integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==
|
3402
|
+
|
3282
3403
|
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
|
3283
3404
|
version "1.0.4"
|
3284
3405
|
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
|
@@ -3331,7 +3452,7 @@ cli-width@^2.0.0:
|
|
3331
3452
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48"
|
3332
3453
|
integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==
|
3333
3454
|
|
3334
|
-
clipboard@^2.0.
|
3455
|
+
clipboard@^2.0.8:
|
3335
3456
|
version "2.0.8"
|
3336
3457
|
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.8.tgz#ffc6c103dd2967a83005f3f61976aa4655a4cdba"
|
3337
3458
|
integrity sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==
|
@@ -3434,7 +3555,7 @@ collection-visit@^1.0.0:
|
|
3434
3555
|
map-visit "^1.0.0"
|
3435
3556
|
object-visit "^1.0.0"
|
3436
3557
|
|
3437
|
-
color-convert@^1.3.0, color-convert@^1.8.2, color-convert@^1.9.0, color-convert@^1.9.1
|
3558
|
+
color-convert@^1.3.0, color-convert@^1.8.2, color-convert@^1.9.0, color-convert@^1.9.1:
|
3438
3559
|
version "1.9.3"
|
3439
3560
|
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
|
3440
3561
|
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
|
@@ -3548,13 +3669,6 @@ component-emitter@^1.2.1:
|
|
3548
3669
|
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
|
3549
3670
|
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
|
3550
3671
|
|
3551
|
-
compose-function@3.0.3:
|
3552
|
-
version "3.0.3"
|
3553
|
-
resolved "https://registry.yarnpkg.com/compose-function/-/compose-function-3.0.3.tgz#9ed675f13cc54501d30950a486ff6a7ba3ab185f"
|
3554
|
-
integrity sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=
|
3555
|
-
dependencies:
|
3556
|
-
arity-n "^1.0.4"
|
3557
|
-
|
3558
3672
|
compressible@~2.0.16:
|
3559
3673
|
version "2.0.18"
|
3560
3674
|
resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba"
|
@@ -3678,11 +3792,6 @@ constants-browserify@^1.0.0:
|
|
3678
3792
|
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
|
3679
3793
|
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
|
3680
3794
|
|
3681
|
-
contains-path@^0.1.0:
|
3682
|
-
version "0.1.0"
|
3683
|
-
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
|
3684
|
-
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
|
3685
|
-
|
3686
3795
|
content-disposition@0.5.3:
|
3687
3796
|
version "0.5.3"
|
3688
3797
|
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
|
@@ -3695,18 +3804,13 @@ content-type@~1.0.4:
|
|
3695
3804
|
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
|
3696
3805
|
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
|
3697
3806
|
|
3698
|
-
convert-source-map
|
3807
|
+
convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
|
3699
3808
|
version "1.7.0"
|
3700
3809
|
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
|
3701
3810
|
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
|
3702
3811
|
dependencies:
|
3703
3812
|
safe-buffer "~5.1.1"
|
3704
3813
|
|
3705
|
-
convert-source-map@^0.3.3:
|
3706
|
-
version "0.3.5"
|
3707
|
-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190"
|
3708
|
-
integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA=
|
3709
|
-
|
3710
3814
|
cookie-signature@1.0.6:
|
3711
3815
|
version "1.0.6"
|
3712
3816
|
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
@@ -3734,12 +3838,12 @@ copy-descriptor@^0.1.0:
|
|
3734
3838
|
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
3735
3839
|
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
3736
3840
|
|
3737
|
-
core-js-compat@^3.
|
3738
|
-
version "3.
|
3739
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.
|
3740
|
-
integrity sha512-
|
3841
|
+
core-js-compat@^3.14.0, core-js-compat@^3.9.1:
|
3842
|
+
version "3.14.0"
|
3843
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5"
|
3844
|
+
integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==
|
3741
3845
|
dependencies:
|
3742
|
-
browserslist "^4.16.
|
3846
|
+
browserslist "^4.16.6"
|
3743
3847
|
semver "7.0.0"
|
3744
3848
|
|
3745
3849
|
core-js@^2.4.0:
|
@@ -3929,23 +4033,21 @@ css-loader@^3.5.3:
|
|
3929
4033
|
schema-utils "^2.7.0"
|
3930
4034
|
semver "^6.3.0"
|
3931
4035
|
|
3932
|
-
css-loader@^5.2.
|
3933
|
-
version "5.2.
|
3934
|
-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.
|
3935
|
-
integrity sha512-
|
4036
|
+
css-loader@^5.2.6:
|
4037
|
+
version "5.2.6"
|
4038
|
+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.6.tgz#c3c82ab77fea1f360e587d871a6811f4450cc8d1"
|
4039
|
+
integrity sha512-0wyN5vXMQZu6BvjbrPdUJvkCzGEO24HC7IS7nW4llc6BBFC+zwR9CKtYGv63Puzsg10L/o12inMY5/2ByzfD6w==
|
3936
4040
|
dependencies:
|
3937
|
-
camelcase "^6.2.0"
|
3938
|
-
cssesc "^3.0.0"
|
3939
4041
|
icss-utils "^5.1.0"
|
3940
4042
|
loader-utils "^2.0.0"
|
3941
|
-
postcss "^8.2.
|
4043
|
+
postcss "^8.2.15"
|
3942
4044
|
postcss-modules-extract-imports "^3.0.0"
|
3943
4045
|
postcss-modules-local-by-default "^4.0.0"
|
3944
4046
|
postcss-modules-scope "^3.0.0"
|
3945
4047
|
postcss-modules-values "^4.0.0"
|
3946
4048
|
postcss-value-parser "^4.1.0"
|
3947
4049
|
schema-utils "^3.0.0"
|
3948
|
-
semver "^7.3.
|
4050
|
+
semver "^7.3.5"
|
3949
4051
|
|
3950
4052
|
css-prefers-color-scheme@^3.1.1:
|
3951
4053
|
version "3.1.1"
|
@@ -3995,7 +4097,7 @@ css-what@^3.2.1:
|
|
3995
4097
|
resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4"
|
3996
4098
|
integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==
|
3997
4099
|
|
3998
|
-
css@^2.
|
4100
|
+
css@^2.1.0:
|
3999
4101
|
version "2.2.4"
|
4000
4102
|
resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929"
|
4001
4103
|
integrity sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==
|
@@ -4377,14 +4479,6 @@ d3@^5.14, d3@^5.7.0:
|
|
4377
4479
|
d3-voronoi "1"
|
4378
4480
|
d3-zoom "1"
|
4379
4481
|
|
4380
|
-
d@1, d@^1.0.1:
|
4381
|
-
version "1.0.1"
|
4382
|
-
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
|
4383
|
-
integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==
|
4384
|
-
dependencies:
|
4385
|
-
es5-ext "^0.10.50"
|
4386
|
-
type "^1.0.1"
|
4387
|
-
|
4388
4482
|
dagre-d3@^0.6.4:
|
4389
4483
|
version "0.6.4"
|
4390
4484
|
resolved "https://registry.yarnpkg.com/dagre-d3/-/dagre-d3-0.6.4.tgz#0728d5ce7f177ca2337df141ceb60fbe6eeb7b29"
|
@@ -4419,6 +4513,11 @@ data-urls@^2.0.0:
|
|
4419
4513
|
whatwg-mimetype "^2.3.0"
|
4420
4514
|
whatwg-url "^8.0.0"
|
4421
4515
|
|
4516
|
+
date-fns@>=2.0.0:
|
4517
|
+
version "2.19.0"
|
4518
|
+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.19.0.tgz#65193348635a28d5d916c43ec7ce6fbd145059e1"
|
4519
|
+
integrity sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg==
|
4520
|
+
|
4422
4521
|
de-indent@^1.0.2:
|
4423
4522
|
version "1.0.2"
|
4424
4523
|
resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
|
@@ -4446,7 +4545,7 @@ debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
|
|
4446
4545
|
dependencies:
|
4447
4546
|
ms "2.1.2"
|
4448
4547
|
|
4449
|
-
debug@^3.1.0, debug@^3.1.1, debug@^3.2.6:
|
4548
|
+
debug@^3.1.0, debug@^3.1.1, debug@^3.2.6, debug@^3.2.7:
|
4450
4549
|
version "3.2.7"
|
4451
4550
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
|
4452
4551
|
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
|
@@ -4633,9 +4732,9 @@ dns-equal@^1.0.0:
|
|
4633
4732
|
integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
|
4634
4733
|
|
4635
4734
|
dns-packet@^1.3.1:
|
4636
|
-
version "1.3.
|
4637
|
-
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.
|
4638
|
-
integrity sha512-
|
4735
|
+
version "1.3.4"
|
4736
|
+
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f"
|
4737
|
+
integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==
|
4639
4738
|
dependencies:
|
4640
4739
|
ip "^1.1.0"
|
4641
4740
|
safe-buffer "^5.0.1"
|
@@ -4647,13 +4746,12 @@ dns-txt@^2.0.2:
|
|
4647
4746
|
dependencies:
|
4648
4747
|
buffer-indexof "^1.0.0"
|
4649
4748
|
|
4650
|
-
doctrine
|
4651
|
-
version "1.
|
4652
|
-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.
|
4653
|
-
integrity
|
4749
|
+
doctrine@^2.1.0:
|
4750
|
+
version "2.1.0"
|
4751
|
+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
|
4752
|
+
integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
|
4654
4753
|
dependencies:
|
4655
4754
|
esutils "^2.0.2"
|
4656
|
-
isarray "^1.0.0"
|
4657
4755
|
|
4658
4756
|
doctrine@^3.0.0:
|
4659
4757
|
version "3.0.0"
|
@@ -4744,10 +4842,10 @@ dot-prop@^5.2.0:
|
|
4744
4842
|
dependencies:
|
4745
4843
|
is-obj "^2.0.0"
|
4746
4844
|
|
4747
|
-
dotenv@^
|
4748
|
-
version "
|
4749
|
-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-
|
4750
|
-
integrity sha512-
|
4845
|
+
dotenv@^10.0.0:
|
4846
|
+
version "10.0.0"
|
4847
|
+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
|
4848
|
+
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
|
4751
4849
|
|
4752
4850
|
duplexer3@^0.1.4:
|
4753
4851
|
version "0.1.4"
|
@@ -4797,10 +4895,10 @@ electron-to-chromium@^1.3.30, electron-to-chromium@^1.3.634:
|
|
4797
4895
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.636.tgz#6980bd90813a9fb744e43f5e848f16cea4930058"
|
4798
4896
|
integrity sha512-Adcvng33sd3gTjNIDNXGD1G4H6qCImIy2euUJAQHtLNplEKU5WEz5KRJxupRNIIT8sD5oFZLTKBWAf12Bsz24A==
|
4799
4897
|
|
4800
|
-
electron-to-chromium@^1.3.
|
4801
|
-
version "1.3.
|
4802
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.
|
4803
|
-
integrity sha512-
|
4898
|
+
electron-to-chromium@^1.3.723:
|
4899
|
+
version "1.3.742"
|
4900
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.742.tgz#7223215acbbd3a5284962ebcb6df85d88b95f200"
|
4901
|
+
integrity sha512-ihL14knI9FikJmH2XUIDdZFWJxvr14rPSdOhJ7PpS27xbz8qmaRwCwyg/bmFwjWKmWK9QyamiCZVCvXm5CH//Q==
|
4804
4902
|
|
4805
4903
|
elliptic@^6.5.3:
|
4806
4904
|
version "6.5.4"
|
@@ -4830,11 +4928,6 @@ emoji-regex@^8.0.0:
|
|
4830
4928
|
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
|
4831
4929
|
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
|
4832
4930
|
|
4833
|
-
emojis-list@^2.0.0:
|
4834
|
-
version "2.1.0"
|
4835
|
-
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
|
4836
|
-
integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
|
4837
|
-
|
4838
4931
|
emojis-list@^3.0.0:
|
4839
4932
|
version "3.0.0"
|
4840
4933
|
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
|
@@ -4934,6 +5027,28 @@ es-abstract@^1.18.0-next.1:
|
|
4934
5027
|
string.prototype.trimend "^1.0.1"
|
4935
5028
|
string.prototype.trimstart "^1.0.1"
|
4936
5029
|
|
5030
|
+
es-abstract@^1.18.0-next.2:
|
5031
|
+
version "1.18.0"
|
5032
|
+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz#ab80b359eecb7ede4c298000390bc5ac3ec7b5a4"
|
5033
|
+
integrity sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==
|
5034
|
+
dependencies:
|
5035
|
+
call-bind "^1.0.2"
|
5036
|
+
es-to-primitive "^1.2.1"
|
5037
|
+
function-bind "^1.1.1"
|
5038
|
+
get-intrinsic "^1.1.1"
|
5039
|
+
has "^1.0.3"
|
5040
|
+
has-symbols "^1.0.2"
|
5041
|
+
is-callable "^1.2.3"
|
5042
|
+
is-negative-zero "^2.0.1"
|
5043
|
+
is-regex "^1.1.2"
|
5044
|
+
is-string "^1.0.5"
|
5045
|
+
object-inspect "^1.9.0"
|
5046
|
+
object-keys "^1.1.1"
|
5047
|
+
object.assign "^4.1.2"
|
5048
|
+
string.prototype.trimend "^1.0.4"
|
5049
|
+
string.prototype.trimstart "^1.0.4"
|
5050
|
+
unbox-primitive "^1.0.0"
|
5051
|
+
|
4937
5052
|
es-to-primitive@^1.2.1:
|
4938
5053
|
version "1.2.1"
|
4939
5054
|
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
|
@@ -4943,32 +5058,6 @@ es-to-primitive@^1.2.1:
|
|
4943
5058
|
is-date-object "^1.0.1"
|
4944
5059
|
is-symbol "^1.0.2"
|
4945
5060
|
|
4946
|
-
es5-ext@^0.10.35, es5-ext@^0.10.50:
|
4947
|
-
version "0.10.53"
|
4948
|
-
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1"
|
4949
|
-
integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==
|
4950
|
-
dependencies:
|
4951
|
-
es6-iterator "~2.0.3"
|
4952
|
-
es6-symbol "~3.1.3"
|
4953
|
-
next-tick "~1.0.0"
|
4954
|
-
|
4955
|
-
es6-iterator@2.0.3, es6-iterator@~2.0.3:
|
4956
|
-
version "2.0.3"
|
4957
|
-
resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
|
4958
|
-
integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c=
|
4959
|
-
dependencies:
|
4960
|
-
d "1"
|
4961
|
-
es5-ext "^0.10.35"
|
4962
|
-
es6-symbol "^3.1.1"
|
4963
|
-
|
4964
|
-
es6-symbol@^3.1.1, es6-symbol@~3.1.3:
|
4965
|
-
version "3.1.3"
|
4966
|
-
resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18"
|
4967
|
-
integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==
|
4968
|
-
dependencies:
|
4969
|
-
d "^1.0.1"
|
4970
|
-
ext "^1.1.2"
|
4971
|
-
|
4972
5061
|
escalade@^3.1.1:
|
4973
5062
|
version "3.1.1"
|
4974
5063
|
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
@@ -4994,6 +5083,11 @@ escape-string-regexp@^2.0.0:
|
|
4994
5083
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
|
4995
5084
|
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
|
4996
5085
|
|
5086
|
+
escape-string-regexp@^4.0.0:
|
5087
|
+
version "4.0.0"
|
5088
|
+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
|
5089
|
+
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
|
5090
|
+
|
4997
5091
|
escodegen@^1.14.1:
|
4998
5092
|
version "1.14.3"
|
4999
5093
|
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503"
|
@@ -5006,10 +5100,10 @@ escodegen@^1.14.1:
|
|
5006
5100
|
optionalDependencies:
|
5007
5101
|
source-map "~0.6.1"
|
5008
5102
|
|
5009
|
-
eslint-config-standard@^16.0.
|
5010
|
-
version "16.0.
|
5011
|
-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.
|
5012
|
-
integrity sha512-
|
5103
|
+
eslint-config-standard@^16.0.3:
|
5104
|
+
version "16.0.3"
|
5105
|
+
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz#6c8761e544e96c531ff92642eeb87842b8488516"
|
5106
|
+
integrity sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==
|
5013
5107
|
|
5014
5108
|
eslint-import-resolver-node@^0.3.4:
|
5015
5109
|
version "0.3.4"
|
@@ -5019,12 +5113,12 @@ eslint-import-resolver-node@^0.3.4:
|
|
5019
5113
|
debug "^2.6.9"
|
5020
5114
|
resolve "^1.13.1"
|
5021
5115
|
|
5022
|
-
eslint-module-utils@^2.6.
|
5023
|
-
version "2.6.
|
5024
|
-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.
|
5025
|
-
integrity sha512-
|
5116
|
+
eslint-module-utils@^2.6.1:
|
5117
|
+
version "2.6.1"
|
5118
|
+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
|
5119
|
+
integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
|
5026
5120
|
dependencies:
|
5027
|
-
debug "^2.
|
5121
|
+
debug "^3.2.7"
|
5028
5122
|
pkg-dir "^2.0.0"
|
5029
5123
|
|
5030
5124
|
eslint-plugin-es@^3.0.0:
|
@@ -5035,23 +5129,25 @@ eslint-plugin-es@^3.0.0:
|
|
5035
5129
|
eslint-utils "^2.0.0"
|
5036
5130
|
regexpp "^3.0.0"
|
5037
5131
|
|
5038
|
-
eslint-plugin-import@^2.
|
5039
|
-
version "2.
|
5040
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.
|
5041
|
-
integrity sha512-
|
5132
|
+
eslint-plugin-import@^2.23.4:
|
5133
|
+
version "2.23.4"
|
5134
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
|
5135
|
+
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
|
5042
5136
|
dependencies:
|
5043
|
-
array-includes "^3.1.
|
5044
|
-
array.prototype.flat "^1.2.
|
5045
|
-
contains-path "^0.1.0"
|
5137
|
+
array-includes "^3.1.3"
|
5138
|
+
array.prototype.flat "^1.2.4"
|
5046
5139
|
debug "^2.6.9"
|
5047
|
-
doctrine "1.
|
5140
|
+
doctrine "^2.1.0"
|
5048
5141
|
eslint-import-resolver-node "^0.3.4"
|
5049
|
-
eslint-module-utils "^2.6.
|
5142
|
+
eslint-module-utils "^2.6.1"
|
5143
|
+
find-up "^2.0.0"
|
5050
5144
|
has "^1.0.3"
|
5145
|
+
is-core-module "^2.4.0"
|
5051
5146
|
minimatch "^3.0.4"
|
5052
|
-
object.values "^1.1.
|
5053
|
-
|
5054
|
-
|
5147
|
+
object.values "^1.1.3"
|
5148
|
+
pkg-up "^2.0.0"
|
5149
|
+
read-pkg-up "^3.0.0"
|
5150
|
+
resolve "^1.20.0"
|
5055
5151
|
tsconfig-paths "^3.9.0"
|
5056
5152
|
|
5057
5153
|
eslint-plugin-node@^11.1.0:
|
@@ -5066,10 +5162,10 @@ eslint-plugin-node@^11.1.0:
|
|
5066
5162
|
resolve "^1.10.1"
|
5067
5163
|
semver "^6.1.0"
|
5068
5164
|
|
5069
|
-
eslint-plugin-promise@^
|
5070
|
-
version "
|
5071
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-
|
5072
|
-
integrity sha512-
|
5165
|
+
eslint-plugin-promise@^5.1.0:
|
5166
|
+
version "5.1.0"
|
5167
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24"
|
5168
|
+
integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==
|
5073
5169
|
|
5074
5170
|
eslint-plugin-standard@^5.0.0:
|
5075
5171
|
version "5.0.0"
|
@@ -5109,28 +5205,30 @@ eslint-visitor-keys@^2.0.0:
|
|
5109
5205
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
5110
5206
|
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
5111
5207
|
|
5112
|
-
eslint@^7.
|
5113
|
-
version "7.
|
5114
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.
|
5115
|
-
integrity sha512-
|
5208
|
+
eslint@^7.29.0:
|
5209
|
+
version "7.29.0"
|
5210
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
|
5211
|
+
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
|
5116
5212
|
dependencies:
|
5117
5213
|
"@babel/code-frame" "7.12.11"
|
5118
|
-
"@eslint/eslintrc" "^0.4.
|
5214
|
+
"@eslint/eslintrc" "^0.4.2"
|
5119
5215
|
ajv "^6.10.0"
|
5120
5216
|
chalk "^4.0.0"
|
5121
5217
|
cross-spawn "^7.0.2"
|
5122
5218
|
debug "^4.0.1"
|
5123
5219
|
doctrine "^3.0.0"
|
5124
5220
|
enquirer "^2.3.5"
|
5221
|
+
escape-string-regexp "^4.0.0"
|
5125
5222
|
eslint-scope "^5.1.1"
|
5126
5223
|
eslint-utils "^2.1.0"
|
5127
5224
|
eslint-visitor-keys "^2.0.0"
|
5128
5225
|
espree "^7.3.1"
|
5129
5226
|
esquery "^1.4.0"
|
5130
5227
|
esutils "^2.0.2"
|
5228
|
+
fast-deep-equal "^3.1.3"
|
5131
5229
|
file-entry-cache "^6.0.1"
|
5132
5230
|
functional-red-black-tree "^1.0.1"
|
5133
|
-
glob-parent "^5.
|
5231
|
+
glob-parent "^5.1.2"
|
5134
5232
|
globals "^13.6.0"
|
5135
5233
|
ignore "^4.0.6"
|
5136
5234
|
import-fresh "^3.0.0"
|
@@ -5139,7 +5237,7 @@ eslint@^7.22.0:
|
|
5139
5237
|
js-yaml "^3.13.1"
|
5140
5238
|
json-stable-stringify-without-jsonify "^1.0.1"
|
5141
5239
|
levn "^0.4.1"
|
5142
|
-
lodash "^4.
|
5240
|
+
lodash.merge "^4.6.2"
|
5143
5241
|
minimatch "^3.0.4"
|
5144
5242
|
natural-compare "^1.4.0"
|
5145
5243
|
optionator "^0.9.1"
|
@@ -5148,7 +5246,7 @@ eslint@^7.22.0:
|
|
5148
5246
|
semver "^7.2.1"
|
5149
5247
|
strip-ansi "^6.0.0"
|
5150
5248
|
strip-json-comments "^3.1.0"
|
5151
|
-
table "^6.0.
|
5249
|
+
table "^6.0.9"
|
5152
5250
|
text-table "^0.2.0"
|
5153
5251
|
v8-compile-cache "^2.0.3"
|
5154
5252
|
|
@@ -5349,13 +5447,6 @@ express@^4.17.1:
|
|
5349
5447
|
utils-merge "1.0.1"
|
5350
5448
|
vary "~1.1.2"
|
5351
5449
|
|
5352
|
-
ext@^1.1.2:
|
5353
|
-
version "1.4.0"
|
5354
|
-
resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244"
|
5355
|
-
integrity sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==
|
5356
|
-
dependencies:
|
5357
|
-
type "^2.0.0"
|
5358
|
-
|
5359
5450
|
extend-shallow@^2.0.1:
|
5360
5451
|
version "2.0.1"
|
5361
5452
|
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
|
@@ -5431,7 +5522,7 @@ fast-deep-equal@^1.0.0:
|
|
5431
5522
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz#c053477817c86b51daa853c81e059b733d023614"
|
5432
5523
|
integrity sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=
|
5433
5524
|
|
5434
|
-
fast-deep-equal@^3.1.1:
|
5525
|
+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
5435
5526
|
version "3.1.3"
|
5436
5527
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
5437
5528
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
@@ -5761,6 +5852,11 @@ fsevents@^2.1.2, fsevents@~2.3.1:
|
|
5761
5852
|
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.1.tgz#b209ab14c61012636c8863507edf7fb68cc54e9f"
|
5762
5853
|
integrity sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==
|
5763
5854
|
|
5855
|
+
fsevents@^2.3.2:
|
5856
|
+
version "2.3.2"
|
5857
|
+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
|
5858
|
+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
|
5859
|
+
|
5764
5860
|
fstream@^1.0.0, fstream@^1.0.12:
|
5765
5861
|
version "1.0.12"
|
5766
5862
|
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
|
@@ -5812,7 +5908,7 @@ get-caller-file@^2.0.1:
|
|
5812
5908
|
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
|
5813
5909
|
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
5814
5910
|
|
5815
|
-
get-intrinsic@^1.0.
|
5911
|
+
get-intrinsic@^1.0.2:
|
5816
5912
|
version "1.0.2"
|
5817
5913
|
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.2.tgz#6820da226e50b24894e08859469dc68361545d49"
|
5818
5914
|
integrity sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg==
|
@@ -5821,6 +5917,15 @@ get-intrinsic@^1.0.1, get-intrinsic@^1.0.2:
|
|
5821
5917
|
has "^1.0.3"
|
5822
5918
|
has-symbols "^1.0.1"
|
5823
5919
|
|
5920
|
+
get-intrinsic@^1.1.1:
|
5921
|
+
version "1.1.1"
|
5922
|
+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
|
5923
|
+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
|
5924
|
+
dependencies:
|
5925
|
+
function-bind "^1.1.1"
|
5926
|
+
has "^1.0.3"
|
5927
|
+
has-symbols "^1.0.1"
|
5928
|
+
|
5824
5929
|
get-package-type@^0.1.0:
|
5825
5930
|
version "0.1.0"
|
5826
5931
|
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
|
@@ -5883,10 +5988,10 @@ glob-parent@^3.1.0:
|
|
5883
5988
|
is-glob "^3.1.0"
|
5884
5989
|
path-dirname "^1.0.0"
|
5885
5990
|
|
5886
|
-
glob-parent@^5.
|
5887
|
-
version "5.1.
|
5888
|
-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.
|
5889
|
-
integrity sha512-
|
5991
|
+
glob-parent@^5.1.2, glob-parent@~5.1.0:
|
5992
|
+
version "5.1.2"
|
5993
|
+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
|
5994
|
+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
|
5890
5995
|
dependencies:
|
5891
5996
|
is-glob "^4.0.1"
|
5892
5997
|
|
@@ -5895,10 +6000,10 @@ glob-to-regexp@^0.4.0:
|
|
5895
6000
|
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
|
5896
6001
|
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
|
5897
6002
|
|
5898
|
-
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@~7.1.1:
|
5899
|
-
version "7.1.
|
5900
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.
|
5901
|
-
integrity sha512-
|
6003
|
+
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@~7.1.1:
|
6004
|
+
version "7.1.7"
|
6005
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
|
6006
|
+
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
|
5902
6007
|
dependencies:
|
5903
6008
|
fs.realpath "^1.0.0"
|
5904
6009
|
inflight "^1.0.4"
|
@@ -5955,17 +6060,10 @@ globals@^11.1.0:
|
|
5955
6060
|
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
5956
6061
|
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
5957
6062
|
|
5958
|
-
globals@^
|
5959
|
-
version "
|
5960
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-
|
5961
|
-
integrity sha512-
|
5962
|
-
dependencies:
|
5963
|
-
type-fest "^0.8.1"
|
5964
|
-
|
5965
|
-
globals@^13.6.0:
|
5966
|
-
version "13.6.0"
|
5967
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
|
5968
|
-
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
|
6063
|
+
globals@^13.6.0, globals@^13.9.0:
|
6064
|
+
version "13.9.0"
|
6065
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
|
6066
|
+
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
|
5969
6067
|
dependencies:
|
5970
6068
|
type-fest "^0.20.2"
|
5971
6069
|
|
@@ -6042,10 +6140,10 @@ growly@^1.3.0:
|
|
6042
6140
|
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
|
6043
6141
|
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
|
6044
6142
|
|
6045
|
-
gsap@^3.
|
6046
|
-
version "3.
|
6047
|
-
resolved "https://registry.yarnpkg.com/gsap/-/gsap-3.
|
6048
|
-
integrity sha512-
|
6143
|
+
gsap@^3.7.0:
|
6144
|
+
version "3.7.0"
|
6145
|
+
resolved "https://registry.yarnpkg.com/gsap/-/gsap-3.7.0.tgz#ebadf467898ddf25011030090f0399cb0e292309"
|
6146
|
+
integrity sha512-8JI7pcFj0pgMzwqChARiHf7EIIZp1QrQBP74M2p2NpQLiAeIhQsrJWIRiwmA2JWkkNe0I2BiQF5ZhJvpyJVJDA==
|
6049
6147
|
|
6050
6148
|
gzip-size@^6.0.0:
|
6051
6149
|
version "6.0.0"
|
@@ -6084,6 +6182,11 @@ has-ansi@^2.0.0:
|
|
6084
6182
|
dependencies:
|
6085
6183
|
ansi-regex "^2.0.0"
|
6086
6184
|
|
6185
|
+
has-bigints@^1.0.1:
|
6186
|
+
version "1.0.1"
|
6187
|
+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
|
6188
|
+
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
|
6189
|
+
|
6087
6190
|
has-flag@^1.0.0:
|
6088
6191
|
version "1.0.0"
|
6089
6192
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
|
@@ -6104,6 +6207,11 @@ has-symbols@^1.0.1:
|
|
6104
6207
|
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
|
6105
6208
|
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
|
6106
6209
|
|
6210
|
+
has-symbols@^1.0.2:
|
6211
|
+
version "1.0.2"
|
6212
|
+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
|
6213
|
+
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
|
6214
|
+
|
6107
6215
|
has-unicode@^2.0.0:
|
6108
6216
|
version "2.0.1"
|
6109
6217
|
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
|
@@ -6288,9 +6396,9 @@ homedir-polyfill@^1.0.1:
|
|
6288
6396
|
parse-passwd "^1.0.0"
|
6289
6397
|
|
6290
6398
|
hosted-git-info@^2.1.4:
|
6291
|
-
version "2.8.
|
6292
|
-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.
|
6293
|
-
integrity sha512-
|
6399
|
+
version "2.8.9"
|
6400
|
+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
6401
|
+
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
|
6294
6402
|
|
6295
6403
|
hpack.js@^2.1.6:
|
6296
6404
|
version "2.1.6"
|
@@ -6736,6 +6844,11 @@ is-arrayish@^0.3.1:
|
|
6736
6844
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
6737
6845
|
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
6738
6846
|
|
6847
|
+
is-bigint@^1.0.1:
|
6848
|
+
version "1.0.2"
|
6849
|
+
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.2.tgz#ffb381442503235ad245ea89e45b3dbff040ee5a"
|
6850
|
+
integrity sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==
|
6851
|
+
|
6739
6852
|
is-binary-path@^1.0.0:
|
6740
6853
|
version "1.0.1"
|
6741
6854
|
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
|
@@ -6750,6 +6863,13 @@ is-binary-path@~2.1.0:
|
|
6750
6863
|
dependencies:
|
6751
6864
|
binary-extensions "^2.0.0"
|
6752
6865
|
|
6866
|
+
is-boolean-object@^1.1.0:
|
6867
|
+
version "1.1.1"
|
6868
|
+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz#3c0878f035cb821228d350d2e1e36719716a3de8"
|
6869
|
+
integrity sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==
|
6870
|
+
dependencies:
|
6871
|
+
call-bind "^1.0.2"
|
6872
|
+
|
6753
6873
|
is-buffer@^2.0.0:
|
6754
6874
|
version "2.0.5"
|
6755
6875
|
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
|
@@ -6760,6 +6880,11 @@ is-callable@^1.1.4, is-callable@^1.2.2:
|
|
6760
6880
|
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
|
6761
6881
|
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
|
6762
6882
|
|
6883
|
+
is-callable@^1.2.3:
|
6884
|
+
version "1.2.3"
|
6885
|
+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
|
6886
|
+
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
|
6887
|
+
|
6763
6888
|
is-ci@^2.0.0:
|
6764
6889
|
version "2.0.0"
|
6765
6890
|
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
|
@@ -6767,6 +6892,13 @@ is-ci@^2.0.0:
|
|
6767
6892
|
dependencies:
|
6768
6893
|
ci-info "^2.0.0"
|
6769
6894
|
|
6895
|
+
is-ci@^3.0.0:
|
6896
|
+
version "3.0.0"
|
6897
|
+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994"
|
6898
|
+
integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==
|
6899
|
+
dependencies:
|
6900
|
+
ci-info "^3.1.1"
|
6901
|
+
|
6770
6902
|
is-color-stop@^1.0.0:
|
6771
6903
|
version "1.1.0"
|
6772
6904
|
resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
|
@@ -6779,10 +6911,10 @@ is-color-stop@^1.0.0:
|
|
6779
6911
|
rgb-regex "^1.0.1"
|
6780
6912
|
rgba-regex "^1.0.0"
|
6781
6913
|
|
6782
|
-
is-core-module@^2.
|
6783
|
-
version "2.
|
6784
|
-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.
|
6785
|
-
integrity sha512-
|
6914
|
+
is-core-module@^2.2.0, is-core-module@^2.4.0:
|
6915
|
+
version "2.4.0"
|
6916
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
|
6917
|
+
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
|
6786
6918
|
dependencies:
|
6787
6919
|
has "^1.0.3"
|
6788
6920
|
|
@@ -6914,7 +7046,7 @@ is-installed-globally@^0.3.1:
|
|
6914
7046
|
global-dirs "^2.0.1"
|
6915
7047
|
is-path-inside "^3.0.1"
|
6916
7048
|
|
6917
|
-
is-negative-zero@^2.0.0:
|
7049
|
+
is-negative-zero@^2.0.0, is-negative-zero@^2.0.1:
|
6918
7050
|
version "2.0.1"
|
6919
7051
|
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
|
6920
7052
|
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
|
@@ -6924,6 +7056,11 @@ is-npm@^4.0.0:
|
|
6924
7056
|
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz#c90dd8380696df87a7a6d823c20d0b12bbe3c84d"
|
6925
7057
|
integrity sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==
|
6926
7058
|
|
7059
|
+
is-number-object@^1.0.4:
|
7060
|
+
version "1.0.5"
|
7061
|
+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz#6edfaeed7950cff19afedce9fbfca9ee6dd289eb"
|
7062
|
+
integrity sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==
|
7063
|
+
|
6927
7064
|
is-number@^3.0.0:
|
6928
7065
|
version "3.0.0"
|
6929
7066
|
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
|
@@ -6994,6 +7131,14 @@ is-regex@^1.0.4, is-regex@^1.1.1:
|
|
6994
7131
|
dependencies:
|
6995
7132
|
has-symbols "^1.0.1"
|
6996
7133
|
|
7134
|
+
is-regex@^1.1.2:
|
7135
|
+
version "1.1.3"
|
7136
|
+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
|
7137
|
+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
|
7138
|
+
dependencies:
|
7139
|
+
call-bind "^1.0.2"
|
7140
|
+
has-symbols "^1.0.2"
|
7141
|
+
|
6997
7142
|
is-resolvable@^1.0.0:
|
6998
7143
|
version "1.1.0"
|
6999
7144
|
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
|
@@ -7033,6 +7178,13 @@ is-symbol@^1.0.2:
|
|
7033
7178
|
dependencies:
|
7034
7179
|
has-symbols "^1.0.1"
|
7035
7180
|
|
7181
|
+
is-symbol@^1.0.3:
|
7182
|
+
version "1.0.4"
|
7183
|
+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
|
7184
|
+
integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==
|
7185
|
+
dependencies:
|
7186
|
+
has-symbols "^1.0.2"
|
7187
|
+
|
7036
7188
|
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
|
7037
7189
|
version "1.0.0"
|
7038
7190
|
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
|
@@ -7289,6 +7441,26 @@ jest-haste-map@^26.6.2:
|
|
7289
7441
|
optionalDependencies:
|
7290
7442
|
fsevents "^2.1.2"
|
7291
7443
|
|
7444
|
+
jest-haste-map@^27.0.2:
|
7445
|
+
version "27.0.2"
|
7446
|
+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.2.tgz#3f1819400c671237e48b4d4b76a80a0dbed7577f"
|
7447
|
+
integrity sha512-37gYfrYjjhEfk37C4bCMWAC0oPBxDpG0qpl8lYg8BT//wf353YT/fzgA7+Dq0EtM7rPFS3JEcMsxdtDwNMi2cA==
|
7448
|
+
dependencies:
|
7449
|
+
"@jest/types" "^27.0.2"
|
7450
|
+
"@types/graceful-fs" "^4.1.2"
|
7451
|
+
"@types/node" "*"
|
7452
|
+
anymatch "^3.0.3"
|
7453
|
+
fb-watchman "^2.0.0"
|
7454
|
+
graceful-fs "^4.2.4"
|
7455
|
+
jest-regex-util "^27.0.1"
|
7456
|
+
jest-serializer "^27.0.1"
|
7457
|
+
jest-util "^27.0.2"
|
7458
|
+
jest-worker "^27.0.2"
|
7459
|
+
micromatch "^4.0.4"
|
7460
|
+
walker "^1.0.7"
|
7461
|
+
optionalDependencies:
|
7462
|
+
fsevents "^2.3.2"
|
7463
|
+
|
7292
7464
|
jest-jasmine2@^26.6.3:
|
7293
7465
|
version "26.6.3"
|
7294
7466
|
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd"
|
@@ -7364,6 +7536,11 @@ jest-regex-util@^26.0.0:
|
|
7364
7536
|
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28"
|
7365
7537
|
integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
|
7366
7538
|
|
7539
|
+
jest-regex-util@^27.0.1:
|
7540
|
+
version "27.0.1"
|
7541
|
+
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.1.tgz#69d4b1bf5b690faa3490113c47486ed85dd45b68"
|
7542
|
+
integrity sha512-6nY6QVcpTgEKQy1L41P4pr3aOddneK17kn3HJw6SdwGiKfgCGTvH02hVXL0GU8GEKtPH83eD2DIDgxHXOxVohQ==
|
7543
|
+
|
7367
7544
|
jest-resolve-dependencies@^26.6.3:
|
7368
7545
|
version "26.6.3"
|
7369
7546
|
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6"
|
@@ -7454,6 +7631,14 @@ jest-serializer@^26.6.2:
|
|
7454
7631
|
"@types/node" "*"
|
7455
7632
|
graceful-fs "^4.2.4"
|
7456
7633
|
|
7634
|
+
jest-serializer@^27.0.1:
|
7635
|
+
version "27.0.1"
|
7636
|
+
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.0.1.tgz#2464d04dcc33fb71dc80b7c82e3c5e8a08cb1020"
|
7637
|
+
integrity sha512-svy//5IH6bfQvAbkAEg1s7xhhgHTtXu0li0I2fdKHDsLP2P2MOiscPQIENQep8oU2g2B3jqLyxKKzotZOz4CwQ==
|
7638
|
+
dependencies:
|
7639
|
+
"@types/node" "*"
|
7640
|
+
graceful-fs "^4.2.4"
|
7641
|
+
|
7457
7642
|
jest-snapshot@^26.6.2:
|
7458
7643
|
version "26.6.2"
|
7459
7644
|
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.2.tgz#f3b0af1acb223316850bd14e1beea9837fb39c84"
|
@@ -7488,6 +7673,18 @@ jest-util@^26.6.2:
|
|
7488
7673
|
is-ci "^2.0.0"
|
7489
7674
|
micromatch "^4.0.2"
|
7490
7675
|
|
7676
|
+
jest-util@^27.0.2:
|
7677
|
+
version "27.0.2"
|
7678
|
+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.2.tgz#fc2c7ace3c75ae561cf1e5fdb643bf685a5be7c7"
|
7679
|
+
integrity sha512-1d9uH3a00OFGGWSibpNYr+jojZ6AckOMCXV2Z4K3YXDnzpkAaXQyIpY14FOJPiUmil7CD+A6Qs+lnnh6ctRbIA==
|
7680
|
+
dependencies:
|
7681
|
+
"@jest/types" "^27.0.2"
|
7682
|
+
"@types/node" "*"
|
7683
|
+
chalk "^4.0.0"
|
7684
|
+
graceful-fs "^4.2.4"
|
7685
|
+
is-ci "^3.0.0"
|
7686
|
+
picomatch "^2.2.3"
|
7687
|
+
|
7491
7688
|
jest-validate@^26.6.2:
|
7492
7689
|
version "26.6.2"
|
7493
7690
|
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec"
|
@@ -7522,6 +7719,15 @@ jest-worker@^26.5.0, jest-worker@^26.6.2:
|
|
7522
7719
|
merge-stream "^2.0.0"
|
7523
7720
|
supports-color "^7.0.0"
|
7524
7721
|
|
7722
|
+
jest-worker@^27.0.2:
|
7723
|
+
version "27.0.2"
|
7724
|
+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.0.2.tgz#4ebeb56cef48b3e7514552f80d0d80c0129f0b05"
|
7725
|
+
integrity sha512-EoBdilOTTyOgmHXtw/cPc+ZrCA0KJMrkXzkrPGNwLmnvvlN1nj7MPrxpT7m+otSv2e1TLaVffzDnE/LB14zJMg==
|
7726
|
+
dependencies:
|
7727
|
+
"@types/node" "*"
|
7728
|
+
merge-stream "^2.0.0"
|
7729
|
+
supports-color "^8.0.0"
|
7730
|
+
|
7525
7731
|
jest@^26.6.3:
|
7526
7732
|
version "26.6.3"
|
7527
7733
|
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
|
@@ -7579,10 +7785,10 @@ js-tokens@^3.0.2:
|
|
7579
7785
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
7580
7786
|
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
|
7581
7787
|
|
7582
|
-
js-yaml@4.
|
7583
|
-
version "4.
|
7584
|
-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.
|
7585
|
-
integrity sha512-
|
7788
|
+
js-yaml@4.1.0:
|
7789
|
+
version "4.1.0"
|
7790
|
+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
|
7791
|
+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
|
7586
7792
|
dependencies:
|
7587
7793
|
argparse "^2.0.1"
|
7588
7794
|
|
@@ -7720,10 +7926,10 @@ jsprim@^1.2.2:
|
|
7720
7926
|
json-schema "0.2.3"
|
7721
7927
|
verror "1.10.0"
|
7722
7928
|
|
7723
|
-
jsrsasign@^10.
|
7724
|
-
version "10.
|
7725
|
-
resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-10.
|
7726
|
-
integrity sha512-
|
7929
|
+
jsrsasign@^10.3.0:
|
7930
|
+
version "10.3.0"
|
7931
|
+
resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-10.3.0.tgz#540d7c6937da1d5b01699d5091e56378a33e246e"
|
7932
|
+
integrity sha512-irDIKKFW++EAELgP3fjFi5/Fn0XEyfuQTTgpbeFwCGkV6tRIYZl3uraRea2HTXWCstcSZuDaCbdAhU1n+075Bg==
|
7727
7933
|
|
7728
7934
|
keyv@^3.0.0:
|
7729
7935
|
version "3.1.0"
|
@@ -7823,14 +8029,14 @@ load-json-file@^1.0.0:
|
|
7823
8029
|
pinkie-promise "^2.0.0"
|
7824
8030
|
strip-bom "^2.0.0"
|
7825
8031
|
|
7826
|
-
load-json-file@^
|
7827
|
-
version "
|
7828
|
-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-
|
7829
|
-
integrity sha1-
|
8032
|
+
load-json-file@^4.0.0:
|
8033
|
+
version "4.0.0"
|
8034
|
+
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
|
8035
|
+
integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
|
7830
8036
|
dependencies:
|
7831
8037
|
graceful-fs "^4.1.2"
|
7832
|
-
parse-json "^
|
7833
|
-
pify "^
|
8038
|
+
parse-json "^4.0.0"
|
8039
|
+
pify "^3.0.0"
|
7834
8040
|
strip-bom "^3.0.0"
|
7835
8041
|
|
7836
8042
|
load-plugin@^3.0.0:
|
@@ -7846,15 +8052,6 @@ loader-runner@^2.4.0:
|
|
7846
8052
|
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
|
7847
8053
|
integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
|
7848
8054
|
|
7849
|
-
loader-utils@1.2.3:
|
7850
|
-
version "1.2.3"
|
7851
|
-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
|
7852
|
-
integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
|
7853
|
-
dependencies:
|
7854
|
-
big.js "^5.2.2"
|
7855
|
-
emojis-list "^2.0.0"
|
7856
|
-
json5 "^1.0.1"
|
7857
|
-
|
7858
8055
|
loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
|
7859
8056
|
version "1.4.0"
|
7860
8057
|
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613"
|
@@ -7901,6 +8098,11 @@ lodash._reinterpolate@^3.0.0:
|
|
7901
8098
|
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
|
7902
8099
|
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
|
7903
8100
|
|
8101
|
+
lodash.clonedeep@^4.5.0:
|
8102
|
+
version "4.5.0"
|
8103
|
+
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
|
8104
|
+
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
|
8105
|
+
|
7904
8106
|
lodash.debounce@^4.0.8:
|
7905
8107
|
version "4.0.8"
|
7906
8108
|
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
|
@@ -7946,6 +8148,11 @@ lodash.memoize@^4.1.2:
|
|
7946
8148
|
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
|
7947
8149
|
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
|
7948
8150
|
|
8151
|
+
lodash.merge@^4.6.2:
|
8152
|
+
version "4.6.2"
|
8153
|
+
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
|
8154
|
+
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
|
8155
|
+
|
7949
8156
|
lodash.some@^4.6.0:
|
7950
8157
|
version "4.6.0"
|
7951
8158
|
resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d"
|
@@ -7971,6 +8178,11 @@ lodash.templatesettings@^4.0.0:
|
|
7971
8178
|
dependencies:
|
7972
8179
|
lodash._reinterpolate "^3.0.0"
|
7973
8180
|
|
8181
|
+
lodash.truncate@^4.4.2:
|
8182
|
+
version "4.4.2"
|
8183
|
+
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
|
8184
|
+
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
|
8185
|
+
|
7974
8186
|
lodash.uniq@^4.5.0:
|
7975
8187
|
version "4.5.0"
|
7976
8188
|
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
@@ -8250,10 +8462,10 @@ merge-stream@^2.0.0:
|
|
8250
8462
|
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
|
8251
8463
|
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
|
8252
8464
|
|
8253
|
-
mermaid@^8.
|
8254
|
-
version "8.
|
8255
|
-
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-8.
|
8256
|
-
integrity sha512-
|
8465
|
+
mermaid@^8.10.2:
|
8466
|
+
version "8.10.2"
|
8467
|
+
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-8.10.2.tgz#e039df2e42faba08743f167fff85bdccff241f76"
|
8468
|
+
integrity sha512-Za5MrbAOMbEsyY4ONgGjfYz06sbwF1iNGRzp1sQqpOtvXxjxGu/J1jRJ8QyE9kD/D9zj1/KlRrYegWEvA7eZ5Q==
|
8257
8469
|
dependencies:
|
8258
8470
|
"@braintree/sanitize-url" "^3.1.0"
|
8259
8471
|
d3 "^5.7.0"
|
@@ -8299,6 +8511,14 @@ micromatch@^4.0.2:
|
|
8299
8511
|
braces "^3.0.1"
|
8300
8512
|
picomatch "^2.0.5"
|
8301
8513
|
|
8514
|
+
micromatch@^4.0.4:
|
8515
|
+
version "4.0.4"
|
8516
|
+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
|
8517
|
+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
|
8518
|
+
dependencies:
|
8519
|
+
braces "^3.0.1"
|
8520
|
+
picomatch "^2.2.3"
|
8521
|
+
|
8302
8522
|
miller-rabin@^4.0.0:
|
8303
8523
|
version "4.0.1"
|
8304
8524
|
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
|
@@ -8475,11 +8695,6 @@ moment-mini@^2.22.1:
|
|
8475
8695
|
resolved "https://registry.yarnpkg.com/moment-mini/-/moment-mini-2.24.0.tgz#fa68d98f7fe93ae65bf1262f6abb5fb6983d8d18"
|
8476
8696
|
integrity sha512-9ARkWHBs+6YJIvrIp0Ik5tyTTtP9PoV0Ssu2Ocq5y9v8+NOOpWiRshAp8c4rZVWTOe+157on/5G+zj5pwIQFEQ==
|
8477
8697
|
|
8478
|
-
moment@^2.10.2:
|
8479
|
-
version "2.29.1"
|
8480
|
-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
|
8481
|
-
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
|
8482
|
-
|
8483
8698
|
move-concurrently@^1.0.1:
|
8484
8699
|
version "1.0.1"
|
8485
8700
|
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
|
@@ -8535,10 +8750,10 @@ nan@^2.12.1, nan@^2.13.2:
|
|
8535
8750
|
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
|
8536
8751
|
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
|
8537
8752
|
|
8538
|
-
nanoid@^3.1.
|
8539
|
-
version "3.1.
|
8540
|
-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.
|
8541
|
-
integrity sha512-
|
8753
|
+
nanoid@^3.1.23:
|
8754
|
+
version "3.1.23"
|
8755
|
+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
|
8756
|
+
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
|
8542
8757
|
|
8543
8758
|
nanomatch@^1.2.9:
|
8544
8759
|
version "1.2.13"
|
@@ -8577,11 +8792,6 @@ neo-async@^2.5.0, neo-async@^2.6.1, neo-async@^2.6.2:
|
|
8577
8792
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
8578
8793
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
8579
8794
|
|
8580
|
-
next-tick@~1.0.0:
|
8581
|
-
version "1.0.0"
|
8582
|
-
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
|
8583
|
-
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
|
8584
|
-
|
8585
8795
|
nice-try@^1.0.4:
|
8586
8796
|
version "1.0.5"
|
8587
8797
|
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
@@ -8735,10 +8945,10 @@ node-releases@^1.1.69:
|
|
8735
8945
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.69.tgz#3149dbde53b781610cd8b486d62d86e26c3725f6"
|
8736
8946
|
integrity sha512-DGIjo79VDEyAnRlfSqYTsy+yoHd2IOjJiKUozD2MV2D85Vso6Bug56mb9tT/fY5Urt0iqk01H7x+llAruDR2zA==
|
8737
8947
|
|
8738
|
-
node-releases@^1.1.
|
8739
|
-
version "1.1.
|
8740
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.
|
8741
|
-
integrity sha512-
|
8948
|
+
node-releases@^1.1.71:
|
8949
|
+
version "1.1.72"
|
8950
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe"
|
8951
|
+
integrity sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==
|
8742
8952
|
|
8743
8953
|
node-sass@^4.14.1:
|
8744
8954
|
version "4.14.1"
|
@@ -8916,6 +9126,11 @@ object-inspect@^1.8.0:
|
|
8916
9126
|
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
|
8917
9127
|
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
|
8918
9128
|
|
9129
|
+
object-inspect@^1.9.0:
|
9130
|
+
version "1.10.3"
|
9131
|
+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
|
9132
|
+
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
|
9133
|
+
|
8919
9134
|
object-is@^1.0.1:
|
8920
9135
|
version "1.1.4"
|
8921
9136
|
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.4.tgz#63d6c83c00a43f4cbc9434eb9757c8a5b8565068"
|
@@ -8941,7 +9156,7 @@ object-visit@^1.0.0:
|
|
8941
9156
|
dependencies:
|
8942
9157
|
isobject "^3.0.0"
|
8943
9158
|
|
8944
|
-
object.assign@^4.1.0, object.assign@^4.1.1:
|
9159
|
+
object.assign@^4.1.0, object.assign@^4.1.1, object.assign@^4.1.2:
|
8945
9160
|
version "4.1.2"
|
8946
9161
|
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
|
8947
9162
|
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
|
@@ -8975,14 +9190,14 @@ object.pick@^1.3.0:
|
|
8975
9190
|
dependencies:
|
8976
9191
|
isobject "^3.0.1"
|
8977
9192
|
|
8978
|
-
object.values@^1.1.0, object.values@^1.1.
|
8979
|
-
version "1.1.
|
8980
|
-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.
|
8981
|
-
integrity sha512-
|
9193
|
+
object.values@^1.1.0, object.values@^1.1.3:
|
9194
|
+
version "1.1.3"
|
9195
|
+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee"
|
9196
|
+
integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==
|
8982
9197
|
dependencies:
|
8983
|
-
call-bind "^1.0.
|
9198
|
+
call-bind "^1.0.2"
|
8984
9199
|
define-properties "^1.1.3"
|
8985
|
-
es-abstract "^1.18.0-next.
|
9200
|
+
es-abstract "^1.18.0-next.2"
|
8986
9201
|
has "^1.0.3"
|
8987
9202
|
|
8988
9203
|
obuf@^1.0.0, obuf@^1.1.2:
|
@@ -9397,12 +9612,12 @@ path-type@^1.0.0:
|
|
9397
9612
|
pify "^2.0.0"
|
9398
9613
|
pinkie-promise "^2.0.0"
|
9399
9614
|
|
9400
|
-
path-type@^
|
9401
|
-
version "
|
9402
|
-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-
|
9403
|
-
integrity
|
9615
|
+
path-type@^3.0.0:
|
9616
|
+
version "3.0.0"
|
9617
|
+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
|
9618
|
+
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
|
9404
9619
|
dependencies:
|
9405
|
-
pify "^
|
9620
|
+
pify "^3.0.0"
|
9406
9621
|
|
9407
9622
|
path-type@^4.0.0:
|
9408
9623
|
version "4.0.0"
|
@@ -9437,11 +9652,21 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
|
|
9437
9652
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
|
9438
9653
|
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
|
9439
9654
|
|
9655
|
+
picomatch@^2.2.3:
|
9656
|
+
version "2.3.0"
|
9657
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
|
9658
|
+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
9659
|
+
|
9440
9660
|
pify@^2.0.0, pify@^2.3.0:
|
9441
9661
|
version "2.3.0"
|
9442
9662
|
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
9443
9663
|
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
|
9444
9664
|
|
9665
|
+
pify@^3.0.0:
|
9666
|
+
version "3.0.0"
|
9667
|
+
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
|
9668
|
+
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
|
9669
|
+
|
9445
9670
|
pify@^4.0.1:
|
9446
9671
|
version "4.0.1"
|
9447
9672
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
@@ -9496,6 +9721,13 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
|
9496
9721
|
dependencies:
|
9497
9722
|
find-up "^4.0.0"
|
9498
9723
|
|
9724
|
+
pkg-up@^2.0.0:
|
9725
|
+
version "2.0.0"
|
9726
|
+
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
|
9727
|
+
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
|
9728
|
+
dependencies:
|
9729
|
+
find-up "^2.1.0"
|
9730
|
+
|
9499
9731
|
pleeease-filters@^4.0.0:
|
9500
9732
|
version "4.0.0"
|
9501
9733
|
resolved "https://registry.yarnpkg.com/pleeease-filters/-/pleeease-filters-4.0.0.tgz#6632b2fb05648d2758d865384fbced79e1ccaec7"
|
@@ -10548,15 +10780,6 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
|
|
10548
10780
|
indexes-of "^1.0.1"
|
10549
10781
|
uniq "^1.0.1"
|
10550
10782
|
|
10551
|
-
postcss@7.0.21:
|
10552
|
-
version "7.0.21"
|
10553
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17"
|
10554
|
-
integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==
|
10555
|
-
dependencies:
|
10556
|
-
chalk "^2.4.2"
|
10557
|
-
source-map "^0.6.1"
|
10558
|
-
supports-color "^6.1.0"
|
10559
|
-
|
10560
10783
|
postcss@^5.0.5:
|
10561
10784
|
version "5.2.18"
|
10562
10785
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5"
|
@@ -10576,7 +10799,7 @@ postcss@^6.0, postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.11, postcss@^6.0.14,
|
|
10576
10799
|
source-map "^0.6.1"
|
10577
10800
|
supports-color "^5.4.0"
|
10578
10801
|
|
10579
|
-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
|
10802
|
+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6:
|
10580
10803
|
version "7.0.35"
|
10581
10804
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24"
|
10582
10805
|
integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==
|
@@ -10585,14 +10808,14 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2
|
|
10585
10808
|
source-map "^0.6.1"
|
10586
10809
|
supports-color "^6.1.0"
|
10587
10810
|
|
10588
|
-
postcss@^8.2.
|
10589
|
-
version "8.
|
10590
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.
|
10591
|
-
integrity sha512
|
10811
|
+
postcss@^8.2.15:
|
10812
|
+
version "8.3.0"
|
10813
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f"
|
10814
|
+
integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==
|
10592
10815
|
dependencies:
|
10593
10816
|
colorette "^1.2.2"
|
10594
|
-
nanoid "^3.1.
|
10595
|
-
source-map "^0.6.
|
10817
|
+
nanoid "^3.1.23"
|
10818
|
+
source-map-js "^0.6.2"
|
10596
10819
|
|
10597
10820
|
precss@^4.0.0:
|
10598
10821
|
version "4.0.0"
|
@@ -10652,11 +10875,9 @@ pretty@^2.0.0:
|
|
10652
10875
|
js-beautify "^1.6.12"
|
10653
10876
|
|
10654
10877
|
prismjs@^1.15.0:
|
10655
|
-
version "1.
|
10656
|
-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.
|
10657
|
-
integrity sha512-
|
10658
|
-
optionalDependencies:
|
10659
|
-
clipboard "^2.0.0"
|
10878
|
+
version "1.24.0"
|
10879
|
+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.24.0.tgz#0409c30068a6c52c89ef7f1089b3ca4de56be2ac"
|
10880
|
+
integrity sha512-SqV5GRsNqnzCL8k5dfAjCNhUrF3pR0A9lTDSCUZeh/LIshheXJEaP0hwLz2t4XHivd2J/v2HR+gRnigzeKe3cQ==
|
10660
10881
|
|
10661
10882
|
process-nextick-args@~1.0.6:
|
10662
10883
|
version "1.0.7"
|
@@ -10948,13 +11169,13 @@ read-pkg-up@^1.0.1:
|
|
10948
11169
|
find-up "^1.0.0"
|
10949
11170
|
read-pkg "^1.0.0"
|
10950
11171
|
|
10951
|
-
read-pkg-up@^
|
10952
|
-
version "
|
10953
|
-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-
|
10954
|
-
integrity sha1-
|
11172
|
+
read-pkg-up@^3.0.0:
|
11173
|
+
version "3.0.0"
|
11174
|
+
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
|
11175
|
+
integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
|
10955
11176
|
dependencies:
|
10956
11177
|
find-up "^2.0.0"
|
10957
|
-
read-pkg "^
|
11178
|
+
read-pkg "^3.0.0"
|
10958
11179
|
|
10959
11180
|
read-pkg-up@^7.0.1:
|
10960
11181
|
version "7.0.1"
|
@@ -10974,14 +11195,14 @@ read-pkg@^1.0.0:
|
|
10974
11195
|
normalize-package-data "^2.3.2"
|
10975
11196
|
path-type "^1.0.0"
|
10976
11197
|
|
10977
|
-
read-pkg@^
|
10978
|
-
version "
|
10979
|
-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-
|
10980
|
-
integrity sha1-
|
11198
|
+
read-pkg@^3.0.0:
|
11199
|
+
version "3.0.0"
|
11200
|
+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
|
11201
|
+
integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
|
10981
11202
|
dependencies:
|
10982
|
-
load-json-file "^
|
11203
|
+
load-json-file "^4.0.0"
|
10983
11204
|
normalize-package-data "^2.3.2"
|
10984
|
-
path-type "^
|
11205
|
+
path-type "^3.0.0"
|
10985
11206
|
|
10986
11207
|
read-pkg@^5.2.0:
|
10987
11208
|
version "5.2.0"
|
@@ -11402,20 +11623,15 @@ resolve-from@^5.0.0:
|
|
11402
11623
|
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
|
11403
11624
|
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
11404
11625
|
|
11405
|
-
resolve-url-loader@^
|
11406
|
-
version "
|
11407
|
-
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-
|
11408
|
-
integrity sha512-
|
11409
|
-
dependencies:
|
11410
|
-
adjust-sourcemap-loader "
|
11411
|
-
|
11412
|
-
|
11413
|
-
|
11414
|
-
es6-iterator "2.0.3"
|
11415
|
-
loader-utils "1.2.3"
|
11416
|
-
postcss "7.0.21"
|
11417
|
-
rework "1.0.1"
|
11418
|
-
rework-visit "1.0.0"
|
11626
|
+
resolve-url-loader@^4.0.0:
|
11627
|
+
version "4.0.0"
|
11628
|
+
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz#d50d4ddc746bb10468443167acf800dcd6c3ad57"
|
11629
|
+
integrity sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==
|
11630
|
+
dependencies:
|
11631
|
+
adjust-sourcemap-loader "^4.0.0"
|
11632
|
+
convert-source-map "^1.7.0"
|
11633
|
+
loader-utils "^2.0.0"
|
11634
|
+
postcss "^7.0.35"
|
11419
11635
|
source-map "0.6.1"
|
11420
11636
|
|
11421
11637
|
resolve-url@^0.2.1:
|
@@ -11423,15 +11639,7 @@ resolve-url@^0.2.1:
|
|
11423
11639
|
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
11424
11640
|
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
11425
11641
|
|
11426
|
-
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.
|
11427
|
-
version "1.19.0"
|
11428
|
-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
|
11429
|
-
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
|
11430
|
-
dependencies:
|
11431
|
-
is-core-module "^2.1.0"
|
11432
|
-
path-parse "^1.0.6"
|
11433
|
-
|
11434
|
-
resolve@^1.14.2:
|
11642
|
+
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.18.1, resolve@^1.20.0, resolve@^1.5.0:
|
11435
11643
|
version "1.20.0"
|
11436
11644
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
11437
11645
|
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
@@ -11503,19 +11711,6 @@ retry@^0.12.0:
|
|
11503
11711
|
resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
|
11504
11712
|
integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=
|
11505
11713
|
|
11506
|
-
rework-visit@1.0.0:
|
11507
|
-
version "1.0.0"
|
11508
|
-
resolved "https://registry.yarnpkg.com/rework-visit/-/rework-visit-1.0.0.tgz#9945b2803f219e2f7aca00adb8bc9f640f842c9a"
|
11509
|
-
integrity sha1-mUWygD8hni96ygCtuLyfZA+ELJo=
|
11510
|
-
|
11511
|
-
rework@1.0.1:
|
11512
|
-
version "1.0.1"
|
11513
|
-
resolved "https://registry.yarnpkg.com/rework/-/rework-1.0.1.tgz#30806a841342b54510aa4110850cd48534144aa7"
|
11514
|
-
integrity sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=
|
11515
|
-
dependencies:
|
11516
|
-
convert-source-map "^0.3.3"
|
11517
|
-
css "^2.0.0"
|
11518
|
-
|
11519
11714
|
rgb-hex@^2.1.0:
|
11520
11715
|
version "2.1.0"
|
11521
11716
|
resolved "https://registry.yarnpkg.com/rgb-hex/-/rgb-hex-2.1.0.tgz#c773c5fe2268a25578d92539a82a7a5ce53beda6"
|
@@ -11747,10 +11942,10 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semve
|
|
11747
11942
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
11748
11943
|
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
11749
11944
|
|
11750
|
-
semver@^7.2.1, semver@^7.3.2, semver@^7.3.
|
11751
|
-
version "7.3.
|
11752
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.
|
11753
|
-
integrity sha512-
|
11945
|
+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
|
11946
|
+
version "7.3.5"
|
11947
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
|
11948
|
+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
|
11754
11949
|
dependencies:
|
11755
11950
|
lru-cache "^6.0.0"
|
11756
11951
|
|
@@ -12008,6 +12203,11 @@ source-list-map@^2.0.0, source-list-map@^2.0.1:
|
|
12008
12203
|
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
12009
12204
|
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
12010
12205
|
|
12206
|
+
source-map-js@^0.6.2:
|
12207
|
+
version "0.6.2"
|
12208
|
+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
|
12209
|
+
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
|
12210
|
+
|
12011
12211
|
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
|
12012
12212
|
version "0.5.3"
|
12013
12213
|
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
|
@@ -12321,6 +12521,14 @@ string.prototype.trimend@^1.0.1:
|
|
12321
12521
|
call-bind "^1.0.0"
|
12322
12522
|
define-properties "^1.1.3"
|
12323
12523
|
|
12524
|
+
string.prototype.trimend@^1.0.4:
|
12525
|
+
version "1.0.4"
|
12526
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
|
12527
|
+
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
|
12528
|
+
dependencies:
|
12529
|
+
call-bind "^1.0.2"
|
12530
|
+
define-properties "^1.1.3"
|
12531
|
+
|
12324
12532
|
string.prototype.trimstart@^1.0.1:
|
12325
12533
|
version "1.0.3"
|
12326
12534
|
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz#9b4cb590e123bb36564401d59824298de50fd5aa"
|
@@ -12329,6 +12537,14 @@ string.prototype.trimstart@^1.0.1:
|
|
12329
12537
|
call-bind "^1.0.0"
|
12330
12538
|
define-properties "^1.1.3"
|
12331
12539
|
|
12540
|
+
string.prototype.trimstart@^1.0.4:
|
12541
|
+
version "1.0.4"
|
12542
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
|
12543
|
+
integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==
|
12544
|
+
dependencies:
|
12545
|
+
call-bind "^1.0.2"
|
12546
|
+
define-properties "^1.1.3"
|
12547
|
+
|
12332
12548
|
string_decoder@^1.0.0, string_decoder@^1.1.1:
|
12333
12549
|
version "1.3.0"
|
12334
12550
|
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
|
@@ -12506,6 +12722,13 @@ supports-color@^7.0.0, supports-color@^7.1.0:
|
|
12506
12722
|
dependencies:
|
12507
12723
|
has-flag "^4.0.0"
|
12508
12724
|
|
12725
|
+
supports-color@^8.0.0:
|
12726
|
+
version "8.1.1"
|
12727
|
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
|
12728
|
+
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
|
12729
|
+
dependencies:
|
12730
|
+
has-flag "^4.0.0"
|
12731
|
+
|
12509
12732
|
supports-hyperlinks@^2.0.0:
|
12510
12733
|
version "2.1.0"
|
12511
12734
|
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47"
|
@@ -12538,15 +12761,17 @@ symbol-tree@^3.2.4:
|
|
12538
12761
|
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
|
12539
12762
|
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
|
12540
12763
|
|
12541
|
-
table@^6.0.
|
12542
|
-
version "6.
|
12543
|
-
resolved "https://registry.yarnpkg.com/table/-/table-6.
|
12544
|
-
integrity sha512-
|
12764
|
+
table@^6.0.9:
|
12765
|
+
version "6.7.1"
|
12766
|
+
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
|
12767
|
+
integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
|
12545
12768
|
dependencies:
|
12546
|
-
ajv "^
|
12547
|
-
lodash "^4.
|
12769
|
+
ajv "^8.0.1"
|
12770
|
+
lodash.clonedeep "^4.5.0"
|
12771
|
+
lodash.truncate "^4.4.2"
|
12548
12772
|
slice-ansi "^4.0.0"
|
12549
12773
|
string-width "^4.2.0"
|
12774
|
+
strip-ansi "^6.0.0"
|
12550
12775
|
|
12551
12776
|
tapable@^1.0.0, tapable@^1.1.3:
|
12552
12777
|
version "1.1.3"
|
@@ -12981,16 +13206,6 @@ type-is@~1.6.17, type-is@~1.6.18:
|
|
12981
13206
|
media-typer "0.3.0"
|
12982
13207
|
mime-types "~2.1.24"
|
12983
13208
|
|
12984
|
-
type@^1.0.1:
|
12985
|
-
version "1.2.0"
|
12986
|
-
resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0"
|
12987
|
-
integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==
|
12988
|
-
|
12989
|
-
type@^2.0.0:
|
12990
|
-
version "2.1.0"
|
12991
|
-
resolved "https://registry.yarnpkg.com/type/-/type-2.1.0.tgz#9bdc22c648cf8cf86dd23d32336a41cfb6475e3f"
|
12992
|
-
integrity sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA==
|
12993
|
-
|
12994
13209
|
typedarray-to-buffer@^3.1.5:
|
12995
13210
|
version "3.1.5"
|
12996
13211
|
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
|
@@ -13008,10 +13223,20 @@ uglify-js@^3.5.1:
|
|
13008
13223
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.4.tgz#93de48bb76bb3ec0fc36563f871ba46e2ee5c7ee"
|
13009
13224
|
integrity sha512-L5i5jg/SHkEqzN18gQMTWsZk3KelRsfD1wUVNqtq0kzqWQqcJjyL8yc1o8hJgRrWqrAl2mUFbhfznEIoi7zi2A==
|
13010
13225
|
|
13011
|
-
|
13012
|
-
version "1.
|
13013
|
-
resolved "https://registry.yarnpkg.com/
|
13014
|
-
integrity sha512-
|
13226
|
+
unbox-primitive@^1.0.0:
|
13227
|
+
version "1.0.1"
|
13228
|
+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
|
13229
|
+
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
|
13230
|
+
dependencies:
|
13231
|
+
function-bind "^1.1.1"
|
13232
|
+
has-bigints "^1.0.1"
|
13233
|
+
has-symbols "^1.0.2"
|
13234
|
+
which-boxed-primitive "^1.0.2"
|
13235
|
+
|
13236
|
+
underscore@^1.13.1:
|
13237
|
+
version "1.13.1"
|
13238
|
+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
|
13239
|
+
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==
|
13015
13240
|
|
13016
13241
|
unherit@^1.0.4:
|
13017
13242
|
version "1.1.3"
|
@@ -13276,9 +13501,9 @@ url-parse-lax@^3.0.0:
|
|
13276
13501
|
prepend-http "^2.0.0"
|
13277
13502
|
|
13278
13503
|
url-parse@^1.4.3, url-parse@^1.4.7:
|
13279
|
-
version "1.
|
13280
|
-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.
|
13281
|
-
integrity sha512-
|
13504
|
+
version "1.5.1"
|
13505
|
+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b"
|
13506
|
+
integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==
|
13282
13507
|
dependencies:
|
13283
13508
|
querystringify "^2.1.1"
|
13284
13509
|
requires-port "^1.0.0"
|
@@ -13473,10 +13698,10 @@ vue-jest@^3.0.7:
|
|
13473
13698
|
tsconfig "^7.0.0"
|
13474
13699
|
vue-template-es2015-compiler "^1.6.0"
|
13475
13700
|
|
13476
|
-
vue-loader@^15.9.
|
13477
|
-
version "15.9.
|
13478
|
-
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.
|
13479
|
-
integrity sha512-
|
13701
|
+
vue-loader@^15.9.7:
|
13702
|
+
version "15.9.7"
|
13703
|
+
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.7.tgz#15b05775c3e0c38407679393c2ce6df673b01044"
|
13704
|
+
integrity sha512-qzlsbLV1HKEMf19IqCJqdNvFJRCI58WNbS6XbPqK13MrLz65es75w392MSQ5TsARAfIjUw+ATm3vlCXUJSOH9Q==
|
13480
13705
|
dependencies:
|
13481
13706
|
"@vue/component-compiler-utils" "^3.1.0"
|
13482
13707
|
hash-sum "^1.0.2"
|
@@ -13492,10 +13717,10 @@ vue-style-loader@^4.1.0:
|
|
13492
13717
|
hash-sum "^1.0.2"
|
13493
13718
|
loader-utils "^1.0.2"
|
13494
13719
|
|
13495
|
-
vue-template-compiler@^2.6.
|
13496
|
-
version "2.6.
|
13497
|
-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.
|
13498
|
-
integrity sha512-
|
13720
|
+
vue-template-compiler@^2.6.14:
|
13721
|
+
version "2.6.14"
|
13722
|
+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz#a2f0e7d985670d42c9c9ee0d044fed7690f4f763"
|
13723
|
+
integrity sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==
|
13499
13724
|
dependencies:
|
13500
13725
|
de-indent "^1.0.2"
|
13501
13726
|
he "^1.1.0"
|
@@ -13505,10 +13730,10 @@ vue-template-es2015-compiler@^1.6.0, vue-template-es2015-compiler@^1.9.0:
|
|
13505
13730
|
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
|
13506
13731
|
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
|
13507
13732
|
|
13508
|
-
vue@^2.6.
|
13509
|
-
version "2.6.
|
13510
|
-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.
|
13511
|
-
integrity sha512-
|
13733
|
+
vue@^2.6.14:
|
13734
|
+
version "2.6.14"
|
13735
|
+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235"
|
13736
|
+
integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==
|
13512
13737
|
|
13513
13738
|
w3c-hr-time@^1.0.2:
|
13514
13739
|
version "1.0.2"
|
@@ -13594,10 +13819,10 @@ webpack-assets-manifest@^3.1.1:
|
|
13594
13819
|
tapable "^1.0.0"
|
13595
13820
|
webpack-sources "^1.0.0"
|
13596
13821
|
|
13597
|
-
webpack-bundle-analyzer@^4.4.
|
13598
|
-
version "4.4.
|
13599
|
-
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.4.
|
13600
|
-
integrity sha512-
|
13822
|
+
webpack-bundle-analyzer@^4.4.2:
|
13823
|
+
version "4.4.2"
|
13824
|
+
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.4.2.tgz#39898cf6200178240910d629705f0f3493f7d666"
|
13825
|
+
integrity sha512-PIagMYhlEzFfhMYOzs5gFT55DkUdkyrJi/SxJp8EF3YMWhS+T9vvs2EoTetpk5qb6VsCq02eXTlRDOydRhDFAQ==
|
13601
13826
|
dependencies:
|
13602
13827
|
acorn "^8.0.4"
|
13603
13828
|
acorn-walk "^8.0.0"
|
@@ -13684,18 +13909,18 @@ webpack-log@^2.0.0:
|
|
13684
13909
|
ansi-colors "^3.0.0"
|
13685
13910
|
uuid "^3.3.2"
|
13686
13911
|
|
13687
|
-
webpack-manifest-plugin@^3.1.
|
13688
|
-
version "3.1.
|
13689
|
-
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-3.1.
|
13690
|
-
integrity sha512-
|
13912
|
+
webpack-manifest-plugin@^3.1.1:
|
13913
|
+
version "3.1.1"
|
13914
|
+
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-3.1.1.tgz#d4c57ef70e0641f754dd005cb5ba7ca5601ac9d3"
|
13915
|
+
integrity sha512-r3vL8BBNVtyeNbaFwDQoOWqBd0Gp/Tbzo8Q3YGZDV+IG77gsB9VZry5XKKbfFNFHSmwW+f1z4/w2XPt6wBZJYg==
|
13691
13916
|
dependencies:
|
13692
13917
|
tapable "^2.0.0"
|
13693
13918
|
webpack-sources "^2.2.0"
|
13694
13919
|
|
13695
|
-
webpack-merge@^5.
|
13696
|
-
version "5.
|
13697
|
-
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.
|
13698
|
-
integrity sha512
|
13920
|
+
webpack-merge@^5.8.0:
|
13921
|
+
version "5.8.0"
|
13922
|
+
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61"
|
13923
|
+
integrity sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==
|
13699
13924
|
dependencies:
|
13700
13925
|
clone-deep "^4.0.1"
|
13701
13926
|
wildcard "^2.0.0"
|
@@ -13794,6 +14019,17 @@ whatwg-url@^8.0.0:
|
|
13794
14019
|
tr46 "^2.0.2"
|
13795
14020
|
webidl-conversions "^6.1.0"
|
13796
14021
|
|
14022
|
+
which-boxed-primitive@^1.0.2:
|
14023
|
+
version "1.0.2"
|
14024
|
+
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
|
14025
|
+
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==
|
14026
|
+
dependencies:
|
14027
|
+
is-bigint "^1.0.1"
|
14028
|
+
is-boolean-object "^1.1.0"
|
14029
|
+
is-number-object "^1.0.4"
|
14030
|
+
is-string "^1.0.5"
|
14031
|
+
is-symbol "^1.0.3"
|
14032
|
+
|
13797
14033
|
which-module@^2.0.0:
|
13798
14034
|
version "2.0.0"
|
13799
14035
|
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
|
@@ -13878,9 +14114,9 @@ write-file-atomic@^3.0.0:
|
|
13878
14114
|
typedarray-to-buffer "^3.1.5"
|
13879
14115
|
|
13880
14116
|
ws@^6.2.1:
|
13881
|
-
version "6.2.
|
13882
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.
|
13883
|
-
integrity sha512-
|
14117
|
+
version "6.2.2"
|
14118
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
|
14119
|
+
integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
|
13884
14120
|
dependencies:
|
13885
14121
|
async-limiter "~1.0.0"
|
13886
14122
|
|