webpacker 5.3.0 → 5.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d400dc003c9e7467963ea8556f019a980f8fe93256cd796e720da01bba242c7d
4
- data.tar.gz: 26c4837e5359a82fd82929e24ea5366c7fe32a341394fc03333e25db21ba845b
3
+ metadata.gz: 5166d2a4be6f8e7922eca1b15b6622115868a2a0ef8a7048170d55b33b0c952a
4
+ data.tar.gz: 626056ac147c4e33b8218f1010aba7360b95481217d1720d76571b8af5e065ea
5
5
  SHA512:
6
- metadata.gz: f4af27103d5c0da92740a9ca8925808a0efd101e67b24ba1181eb6c39dd8f316c29324561f84c7961eda057632b271d13a804419b2557f9e29750cf38a117a29
7
- data.tar.gz: 1bce4a57afbd0edef757ff224c40734b7e839113583449d3741c615b47384331bcc4e7d9c6c88569a41cc4dc342b91dfb1345c44db345089992e76e2c57a1897
6
+ metadata.gz: 780aec53de7f62dea38afc7e0eda8a45868380865493e8aea5d372ebdbea628f06da5b5c7232339b2af1f39f907093bc8a2ed19860beabcfc04dc59dbe889999
7
+ data.tar.gz: 71e3bba0bd47f85e9f639de5c9c274fc4a20a56bfa980111600e1f31ed086784fcb1f27472ffb95dac6d30e4320338de6bbe9f152113fde3db3bc5aa917bf6e4
data/CHANGELOG.md CHANGED
@@ -2,7 +2,11 @@
2
2
 
3
3
  **Please note that Webpacker 4.1.0 has an installer bug. Please use 4.2.0 or above**
4
4
 
5
- ## [[5.3.0]](https://github.com/rails/webpacker/compare/v5.3.0...5.2.1) - 2021-TBD
5
+ ## [[5.4.0]](https://github.com/rails/webpacker/compare/v5.4.0...5.3.0) - 2021-05-18
6
+
7
+ - Fix compatibility with Psych 4
8
+
9
+ ## [[5.3.0]](https://github.com/rails/webpacker/compare/v5.3.0...5.2.1) - 2021-04-27
6
10
 
7
11
  - Adds experimental Yarn 2 support. Note you must manually set `nodeLinker: node-modules` in your `.yarnrc.yml`.
8
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- webpacker (5.3.0)
4
+ webpacker (5.4.0)
5
5
  activesupport (>= 5.2)
6
6
  rack-proxy (>= 0.6.1)
7
7
  railties (>= 5.2)
@@ -10,60 +10,60 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (6.1.3.1)
14
- actionpack (= 6.1.3.1)
15
- activesupport (= 6.1.3.1)
13
+ actioncable (6.1.3.2)
14
+ actionpack (= 6.1.3.2)
15
+ activesupport (= 6.1.3.2)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.1.3.1)
19
- actionpack (= 6.1.3.1)
20
- activejob (= 6.1.3.1)
21
- activerecord (= 6.1.3.1)
22
- activestorage (= 6.1.3.1)
23
- activesupport (= 6.1.3.1)
18
+ actionmailbox (6.1.3.2)
19
+ actionpack (= 6.1.3.2)
20
+ activejob (= 6.1.3.2)
21
+ activerecord (= 6.1.3.2)
22
+ activestorage (= 6.1.3.2)
23
+ activesupport (= 6.1.3.2)
24
24
  mail (>= 2.7.1)
25
- actionmailer (6.1.3.1)
26
- actionpack (= 6.1.3.1)
27
- actionview (= 6.1.3.1)
28
- activejob (= 6.1.3.1)
29
- activesupport (= 6.1.3.1)
25
+ actionmailer (6.1.3.2)
26
+ actionpack (= 6.1.3.2)
27
+ actionview (= 6.1.3.2)
28
+ activejob (= 6.1.3.2)
29
+ activesupport (= 6.1.3.2)
30
30
  mail (~> 2.5, >= 2.5.4)
31
31
  rails-dom-testing (~> 2.0)
32
- actionpack (6.1.3.1)
33
- actionview (= 6.1.3.1)
34
- activesupport (= 6.1.3.1)
32
+ actionpack (6.1.3.2)
33
+ actionview (= 6.1.3.2)
34
+ activesupport (= 6.1.3.2)
35
35
  rack (~> 2.0, >= 2.0.9)
36
36
  rack-test (>= 0.6.3)
37
37
  rails-dom-testing (~> 2.0)
38
38
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
39
- actiontext (6.1.3.1)
40
- actionpack (= 6.1.3.1)
41
- activerecord (= 6.1.3.1)
42
- activestorage (= 6.1.3.1)
43
- activesupport (= 6.1.3.1)
39
+ actiontext (6.1.3.2)
40
+ actionpack (= 6.1.3.2)
41
+ activerecord (= 6.1.3.2)
42
+ activestorage (= 6.1.3.2)
43
+ activesupport (= 6.1.3.2)
44
44
  nokogiri (>= 1.8.5)
45
- actionview (6.1.3.1)
46
- activesupport (= 6.1.3.1)
45
+ actionview (6.1.3.2)
46
+ activesupport (= 6.1.3.2)
47
47
  builder (~> 3.1)
48
48
  erubi (~> 1.4)
49
49
  rails-dom-testing (~> 2.0)
50
50
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
51
- activejob (6.1.3.1)
52
- activesupport (= 6.1.3.1)
51
+ activejob (6.1.3.2)
52
+ activesupport (= 6.1.3.2)
53
53
  globalid (>= 0.3.6)
54
- activemodel (6.1.3.1)
55
- activesupport (= 6.1.3.1)
56
- activerecord (6.1.3.1)
57
- activemodel (= 6.1.3.1)
58
- activesupport (= 6.1.3.1)
59
- activestorage (6.1.3.1)
60
- actionpack (= 6.1.3.1)
61
- activejob (= 6.1.3.1)
62
- activerecord (= 6.1.3.1)
63
- activesupport (= 6.1.3.1)
54
+ activemodel (6.1.3.2)
55
+ activesupport (= 6.1.3.2)
56
+ activerecord (6.1.3.2)
57
+ activemodel (= 6.1.3.2)
58
+ activesupport (= 6.1.3.2)
59
+ activestorage (6.1.3.2)
60
+ actionpack (= 6.1.3.2)
61
+ activejob (= 6.1.3.2)
62
+ activerecord (= 6.1.3.2)
63
+ activesupport (= 6.1.3.2)
64
64
  marcel (~> 1.0.0)
65
65
  mini_mime (~> 1.0.2)
66
- activesupport (6.1.3.1)
66
+ activesupport (6.1.3.2)
67
67
  concurrent-ruby (~> 1.0, >= 1.0.2)
68
68
  i18n (>= 1.6, < 2)
69
69
  minitest (>= 5.1)
@@ -87,14 +87,14 @@ GEM
87
87
  marcel (1.0.1)
88
88
  method_source (1.0.0)
89
89
  mini_mime (1.0.3)
90
- mini_portile2 (2.5.0)
90
+ mini_portile2 (2.5.1)
91
91
  minitest (5.14.4)
92
92
  nio4r (2.5.7)
93
- nokogiri (1.11.3)
93
+ nokogiri (1.11.4)
94
94
  mini_portile2 (~> 2.5.0)
95
95
  racc (~> 1.4)
96
96
  parallel (1.20.1)
97
- parser (3.0.1.0)
97
+ parser (3.0.1.1)
98
98
  ast (~> 2.4.1)
99
99
  racc (1.5.2)
100
100
  rack (2.2.3)
@@ -102,29 +102,29 @@ GEM
102
102
  rack
103
103
  rack-test (1.1.0)
104
104
  rack (>= 1.0, < 3)
105
- rails (6.1.3.1)
106
- actioncable (= 6.1.3.1)
107
- actionmailbox (= 6.1.3.1)
108
- actionmailer (= 6.1.3.1)
109
- actionpack (= 6.1.3.1)
110
- actiontext (= 6.1.3.1)
111
- actionview (= 6.1.3.1)
112
- activejob (= 6.1.3.1)
113
- activemodel (= 6.1.3.1)
114
- activerecord (= 6.1.3.1)
115
- activestorage (= 6.1.3.1)
116
- activesupport (= 6.1.3.1)
105
+ rails (6.1.3.2)
106
+ actioncable (= 6.1.3.2)
107
+ actionmailbox (= 6.1.3.2)
108
+ actionmailer (= 6.1.3.2)
109
+ actionpack (= 6.1.3.2)
110
+ actiontext (= 6.1.3.2)
111
+ actionview (= 6.1.3.2)
112
+ activejob (= 6.1.3.2)
113
+ activemodel (= 6.1.3.2)
114
+ activerecord (= 6.1.3.2)
115
+ activestorage (= 6.1.3.2)
116
+ activesupport (= 6.1.3.2)
117
117
  bundler (>= 1.15.0)
118
- railties (= 6.1.3.1)
118
+ railties (= 6.1.3.2)
119
119
  sprockets-rails (>= 2.0.0)
120
120
  rails-dom-testing (2.0.3)
121
121
  activesupport (>= 4.2.0)
122
122
  nokogiri (>= 1.6)
123
123
  rails-html-sanitizer (1.3.0)
124
124
  loofah (~> 2.3)
125
- railties (6.1.3.1)
126
- actionpack (= 6.1.3.1)
127
- activesupport (= 6.1.3.1)
125
+ railties (6.1.3.2)
126
+ actionpack (= 6.1.3.2)
127
+ activesupport (= 6.1.3.2)
128
128
  method_source
129
129
  rake (>= 0.8.7)
130
130
  thor (~> 1.0)
@@ -141,8 +141,8 @@ GEM
141
141
  rubocop-ast (>= 0.6.0)
142
142
  ruby-progressbar (~> 1.7)
143
143
  unicode-display_width (>= 1.4.0, < 2.0)
144
- rubocop-ast (1.4.1)
145
- parser (>= 2.7.1.5)
144
+ rubocop-ast (1.5.0)
145
+ parser (>= 3.0.1.1)
146
146
  rubocop-performance (1.10.2)
147
147
  rubocop (>= 0.90.0, < 2.0)
148
148
  rubocop-ast (>= 0.4.0)
@@ -93,8 +93,12 @@ class Webpacker::Configuration
93
93
  end
94
94
 
95
95
  def load
96
- YAML.load(config_path.read)[env].deep_symbolize_keys
97
-
96
+ config = begin
97
+ YAML.load_file(config_path.to_s, aliases: true)
98
+ rescue ArgumentError
99
+ YAML.load_file(config_path.to_s)
100
+ end
101
+ config[env].deep_symbolize_keys
98
102
  rescue Errno::ENOENT => e
99
103
  raise "Webpacker configuration file not found #{config_path}. " \
100
104
  "Please run rails webpacker:install " \
@@ -107,8 +111,15 @@ class Webpacker::Configuration
107
111
  end
108
112
 
109
113
  def defaults
110
- @defaults ||= \
111
- HashWithIndifferentAccess.new(YAML.load_file(File.expand_path("../../install/config/webpacker.yml", __FILE__))[env])
114
+ @defaults ||= begin
115
+ path = File.expand_path("../../install/config/webpacker.yml", __FILE__)
116
+ config = begin
117
+ YAML.load_file(path, aliases: true)
118
+ rescue ArgumentError
119
+ YAML.load_file(path)
120
+ end
121
+ HashWithIndifferentAccess.new(config[env])
122
+ end
112
123
  end
113
124
 
114
125
  def globbed_path_with_extensions(path)
data/lib/webpacker/env.rb CHANGED
@@ -27,7 +27,11 @@ class Webpacker::Env
27
27
 
28
28
  def available_environments
29
29
  if config_path.exist?
30
- YAML.load(config_path.read).keys
30
+ begin
31
+ YAML.load_file(config_path.to_s, aliases: true)
32
+ rescue ArgumentError
33
+ YAML.load_file(config_path.to_s)
34
+ end
31
35
  else
32
36
  [].freeze
33
37
  end
@@ -1,4 +1,4 @@
1
1
  module Webpacker
2
2
  # Change the version in package.json too, please!
3
- VERSION = "5.3.0".freeze
3
+ VERSION = "5.4.0".freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rails/webpacker",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "Use webpack to manage app-like JavaScript modules in Rails",
5
5
  "main": "package/index.js",
6
6
  "files": [
@@ -12,28 +12,28 @@
12
12
  "yarn": ">=1 <3"
13
13
  },
14
14
  "dependencies": {
15
- "@babel/core": "^7.13.16",
15
+ "@babel/core": "^7.14.3",
16
16
  "@babel/plugin-proposal-class-properties": "^7.13.0",
17
- "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
17
+ "@babel/plugin-proposal-object-rest-spread": "^7.14.2",
18
18
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
19
19
  "@babel/plugin-transform-destructuring": "^7.13.17",
20
20
  "@babel/plugin-transform-regenerator": "^7.13.15",
21
- "@babel/plugin-transform-runtime": "^7.13.15",
22
- "@babel/preset-env": "^7.13.15",
23
- "@babel/runtime": "^7.13.17",
21
+ "@babel/plugin-transform-runtime": "^7.14.3",
22
+ "@babel/preset-env": "^7.14.2",
23
+ "@babel/runtime": "^7.14.0",
24
24
  "babel-loader": "^8.2.2",
25
25
  "babel-plugin-dynamic-import-node": "^2.3.3",
26
26
  "babel-plugin-macros": "^2.8.0",
27
27
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
28
28
  "compression-webpack-plugin": "^4.0.1",
29
- "core-js": "^3.11.0",
29
+ "core-js": "^3.12.1",
30
30
  "css-loader": "^3.6.0",
31
31
  "file-loader": "^6.2.0",
32
32
  "flatted": "^3.1.1",
33
- "glob": "^7.1.6",
33
+ "glob": "^7.1.7",
34
34
  "js-yaml": "^3.14.1",
35
35
  "mini-css-extract-plugin": "^0.9.0",
36
- "optimize-css-assets-webpack-plugin": "^5.0.4",
36
+ "optimize-css-assets-webpack-plugin": "^5.0.6",
37
37
  "path-complete-extname": "^1.0.0",
38
38
  "pnp-webpack-plugin": "^1.6.4",
39
39
  "postcss-flexbugs-fixes": "^4.2.1",
@@ -42,7 +42,7 @@
42
42
  "postcss-preset-env": "^6.7.0",
43
43
  "postcss-safe-parser": "^4.0.2",
44
44
  "regenerator-runtime": "^0.13.7",
45
- "sass": "^1.32.11",
45
+ "sass": "^1.32.13",
46
46
  "sass-loader": "10.1.1",
47
47
  "style-loader": "^1.3.0",
48
48
  "terser-webpack-plugin": "^4.2.3",
@@ -52,9 +52,9 @@
52
52
  "webpack-sources": "^1.4.3"
53
53
  },
54
54
  "devDependencies": {
55
- "eslint": "^7.25.0",
55
+ "eslint": "^7.26.0",
56
56
  "eslint-config-airbnb": "^18.2.1",
57
- "eslint-plugin-import": "^2.22.1",
57
+ "eslint-plugin-import": "^2.23.2",
58
58
  "eslint-plugin-jsx-a11y": "^6.4.1",
59
59
  "eslint-plugin-react": "^7.23.2",
60
60
  "jest": "^26.6.3"
data/yarn.lock CHANGED
@@ -23,11 +23,16 @@
23
23
  dependencies:
24
24
  "@babel/highlight" "^7.12.13"
25
25
 
26
- "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8":
26
+ "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15":
27
27
  version "7.13.15"
28
28
  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
29
29
  integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
30
30
 
31
+ "@babel/compat-data@^7.14.0":
32
+ version "7.14.0"
33
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
34
+ integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
35
+
31
36
  "@babel/core@^7.1.0", "@babel/core@^7.7.5":
32
37
  version "7.11.1"
33
38
  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
@@ -50,20 +55,20 @@
50
55
  semver "^5.4.1"
51
56
  source-map "^0.5.0"
52
57
 
53
- "@babel/core@^7.13.16":
54
- version "7.13.16"
55
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
56
- integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
58
+ "@babel/core@^7.14.3":
59
+ version "7.14.3"
60
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
61
+ integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==
57
62
  dependencies:
58
63
  "@babel/code-frame" "^7.12.13"
59
- "@babel/generator" "^7.13.16"
64
+ "@babel/generator" "^7.14.3"
60
65
  "@babel/helper-compilation-targets" "^7.13.16"
61
- "@babel/helper-module-transforms" "^7.13.14"
62
- "@babel/helpers" "^7.13.16"
63
- "@babel/parser" "^7.13.16"
66
+ "@babel/helper-module-transforms" "^7.14.2"
67
+ "@babel/helpers" "^7.14.0"
68
+ "@babel/parser" "^7.14.3"
64
69
  "@babel/template" "^7.12.13"
65
- "@babel/traverse" "^7.13.15"
66
- "@babel/types" "^7.13.16"
70
+ "@babel/traverse" "^7.14.2"
71
+ "@babel/types" "^7.14.2"
67
72
  convert-source-map "^1.7.0"
68
73
  debug "^4.1.0"
69
74
  gensync "^1.0.0-beta.2"
@@ -89,6 +94,15 @@
89
94
  jsesc "^2.5.1"
90
95
  source-map "^0.5.0"
91
96
 
97
+ "@babel/generator@^7.14.2", "@babel/generator@^7.14.3":
98
+ version "7.14.3"
99
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
100
+ integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
101
+ dependencies:
102
+ "@babel/types" "^7.14.2"
103
+ jsesc "^2.5.1"
104
+ source-map "^0.5.0"
105
+
92
106
  "@babel/helper-annotate-as-pure@^7.10.4":
93
107
  version "7.10.4"
94
108
  resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -111,7 +125,7 @@
111
125
  "@babel/helper-explode-assignable-expression" "^7.12.13"
112
126
  "@babel/types" "^7.12.13"
113
127
 
114
- "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8":
128
+ "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16":
115
129
  version "7.13.16"
116
130
  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
117
131
  integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
@@ -132,6 +146,18 @@
132
146
  "@babel/helper-replace-supers" "^7.13.0"
133
147
  "@babel/helper-split-export-declaration" "^7.12.13"
134
148
 
149
+ "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.3":
150
+ version "7.14.3"
151
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.3.tgz#832111bcf4f57ca57a4c5b1a000fc125abc6554a"
152
+ integrity sha512-BnEfi5+6J2Lte9LeiL6TxLWdIlEv9Woacc1qXzXBgbikcOzMRM2Oya5XGg/f/ngotv1ej2A/b+3iJH8wbS1+lQ==
153
+ dependencies:
154
+ "@babel/helper-annotate-as-pure" "^7.12.13"
155
+ "@babel/helper-function-name" "^7.14.2"
156
+ "@babel/helper-member-expression-to-functions" "^7.13.12"
157
+ "@babel/helper-optimise-call-expression" "^7.12.13"
158
+ "@babel/helper-replace-supers" "^7.14.3"
159
+ "@babel/helper-split-export-declaration" "^7.12.13"
160
+
135
161
  "@babel/helper-create-regexp-features-plugin@^7.10.4":
136
162
  version "7.10.4"
137
163
  resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz#fdd60d88524659a0b6959c0579925e425714f3b8"
@@ -188,6 +214,15 @@
188
214
  "@babel/template" "^7.12.13"
189
215
  "@babel/types" "^7.12.13"
190
216
 
217
+ "@babel/helper-function-name@^7.14.2":
218
+ version "7.14.2"
219
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2"
220
+ integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==
221
+ dependencies:
222
+ "@babel/helper-get-function-arity" "^7.12.13"
223
+ "@babel/template" "^7.12.13"
224
+ "@babel/types" "^7.14.2"
225
+
191
226
  "@babel/helper-get-function-arity@^7.10.4":
192
227
  version "7.10.4"
193
228
  resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
@@ -251,7 +286,7 @@
251
286
  "@babel/types" "^7.11.0"
252
287
  lodash "^4.17.19"
253
288
 
254
- "@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.14":
289
+ "@babel/helper-module-transforms@^7.13.0":
255
290
  version "7.13.14"
256
291
  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
257
292
  integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
@@ -265,6 +300,20 @@
265
300
  "@babel/traverse" "^7.13.13"
266
301
  "@babel/types" "^7.13.14"
267
302
 
303
+ "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2":
304
+ version "7.14.2"
305
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5"
306
+ integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==
307
+ dependencies:
308
+ "@babel/helper-module-imports" "^7.13.12"
309
+ "@babel/helper-replace-supers" "^7.13.12"
310
+ "@babel/helper-simple-access" "^7.13.12"
311
+ "@babel/helper-split-export-declaration" "^7.12.13"
312
+ "@babel/helper-validator-identifier" "^7.14.0"
313
+ "@babel/template" "^7.12.13"
314
+ "@babel/traverse" "^7.14.2"
315
+ "@babel/types" "^7.14.2"
316
+
268
317
  "@babel/helper-optimise-call-expression@^7.10.4":
269
318
  version "7.10.4"
270
319
  resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -325,6 +374,16 @@
325
374
  "@babel/traverse" "^7.13.0"
326
375
  "@babel/types" "^7.13.12"
327
376
 
377
+ "@babel/helper-replace-supers@^7.14.3":
378
+ version "7.14.3"
379
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.3.tgz#ca17b318b859d107f0e9b722d58cf12d94436600"
380
+ integrity sha512-Rlh8qEWZSTfdz+tgNV/N4gz1a0TMNwCUcENhMjHTHKp3LseYH5Jha0NSlyTQWMnjbYcwFt+bqAMqSLHVXkQ6UA==
381
+ dependencies:
382
+ "@babel/helper-member-expression-to-functions" "^7.13.12"
383
+ "@babel/helper-optimise-call-expression" "^7.12.13"
384
+ "@babel/traverse" "^7.14.2"
385
+ "@babel/types" "^7.14.2"
386
+
328
387
  "@babel/helper-simple-access@^7.10.4":
329
388
  version "7.10.4"
330
389
  resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -333,7 +392,7 @@
333
392
  "@babel/template" "^7.10.4"
334
393
  "@babel/types" "^7.10.4"
335
394
 
336
- "@babel/helper-simple-access@^7.12.13", "@babel/helper-simple-access@^7.13.12":
395
+ "@babel/helper-simple-access@^7.13.12":
337
396
  version "7.13.12"
338
397
  resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
339
398
  integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
@@ -371,6 +430,11 @@
371
430
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
372
431
  integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
373
432
 
433
+ "@babel/helper-validator-identifier@^7.14.0":
434
+ version "7.14.0"
435
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
436
+ integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
437
+
374
438
  "@babel/helper-validator-option@^7.12.17":
375
439
  version "7.12.17"
376
440
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -395,14 +459,14 @@
395
459
  "@babel/traverse" "^7.10.4"
396
460
  "@babel/types" "^7.10.4"
397
461
 
398
- "@babel/helpers@^7.13.16":
399
- version "7.13.17"
400
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.17.tgz#b497c7a00e9719d5b613b8982bda6ed3ee94caf6"
401
- integrity sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==
462
+ "@babel/helpers@^7.14.0":
463
+ version "7.14.0"
464
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
465
+ integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
402
466
  dependencies:
403
467
  "@babel/template" "^7.12.13"
404
- "@babel/traverse" "^7.13.17"
405
- "@babel/types" "^7.13.17"
468
+ "@babel/traverse" "^7.14.0"
469
+ "@babel/types" "^7.14.0"
406
470
 
407
471
  "@babel/highlight@^7.10.4":
408
472
  version "7.10.4"
@@ -432,6 +496,11 @@
432
496
  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
433
497
  integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
434
498
 
499
+ "@babel/parser@^7.14.2", "@babel/parser@^7.14.3":
500
+ version "7.14.3"
501
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298"
502
+ integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ==
503
+
435
504
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
436
505
  version "7.13.12"
437
506
  resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -441,10 +510,10 @@
441
510
  "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
442
511
  "@babel/plugin-proposal-optional-chaining" "^7.13.12"
443
512
 
444
- "@babel/plugin-proposal-async-generator-functions@^7.13.15":
445
- version "7.13.15"
446
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.15.tgz#80e549df273a3b3050431b148c892491df1bcc5b"
447
- integrity sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==
513
+ "@babel/plugin-proposal-async-generator-functions@^7.14.2":
514
+ version "7.14.2"
515
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.2.tgz#3a2085abbf5d5f962d480dbc81347385ed62eb1e"
516
+ integrity sha512-b1AM4F6fwck4N8ItZ/AtC4FP/cqZqmKRQ4FaTDutwSYyjuhtvsGEMLK4N/ztV/ImP40BjIDyMgBQAeAMsQYVFQ==
448
517
  dependencies:
449
518
  "@babel/helper-plugin-utils" "^7.13.0"
450
519
  "@babel/helper-remap-async-to-generator" "^7.13.0"
@@ -458,69 +527,78 @@
458
527
  "@babel/helper-create-class-features-plugin" "^7.13.0"
459
528
  "@babel/helper-plugin-utils" "^7.13.0"
460
529
 
461
- "@babel/plugin-proposal-dynamic-import@^7.13.8":
462
- version "7.13.8"
463
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz#876a1f6966e1dec332e8c9451afda3bebcdf2e1d"
464
- integrity sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ==
530
+ "@babel/plugin-proposal-class-static-block@^7.13.11":
531
+ version "7.14.3"
532
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360"
533
+ integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==
534
+ dependencies:
535
+ "@babel/helper-create-class-features-plugin" "^7.14.3"
536
+ "@babel/helper-plugin-utils" "^7.13.0"
537
+ "@babel/plugin-syntax-class-static-block" "^7.12.13"
538
+
539
+ "@babel/plugin-proposal-dynamic-import@^7.14.2":
540
+ version "7.14.2"
541
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.2.tgz#01ebabd7c381cff231fa43e302939a9de5be9d9f"
542
+ integrity sha512-oxVQZIWFh91vuNEMKltqNsKLFWkOIyJc95k2Gv9lWVyDfPUQGSSlbDEgWuJUU1afGE9WwlzpucMZ3yDRHIItkA==
465
543
  dependencies:
466
544
  "@babel/helper-plugin-utils" "^7.13.0"
467
545
  "@babel/plugin-syntax-dynamic-import" "^7.8.3"
468
546
 
469
- "@babel/plugin-proposal-export-namespace-from@^7.12.13":
470
- version "7.12.13"
471
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz#393be47a4acd03fa2af6e3cde9b06e33de1b446d"
472
- integrity sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==
547
+ "@babel/plugin-proposal-export-namespace-from@^7.14.2":
548
+ version "7.14.2"
549
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.2.tgz#62542f94aa9ce8f6dba79eec698af22112253791"
550
+ integrity sha512-sRxW3z3Zp3pFfLAgVEvzTFutTXax837oOatUIvSG9o5gRj9mKwm3br1Se5f4QalTQs9x4AzlA/HrCWbQIHASUQ==
473
551
  dependencies:
474
- "@babel/helper-plugin-utils" "^7.12.13"
552
+ "@babel/helper-plugin-utils" "^7.13.0"
475
553
  "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
476
554
 
477
- "@babel/plugin-proposal-json-strings@^7.13.8":
478
- version "7.13.8"
479
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz#bf1fb362547075afda3634ed31571c5901afef7b"
480
- integrity sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==
555
+ "@babel/plugin-proposal-json-strings@^7.14.2":
556
+ version "7.14.2"
557
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.2.tgz#830b4e2426a782e8b2878fbfe2cba85b70cbf98c"
558
+ integrity sha512-w2DtsfXBBJddJacXMBhElGEYqCZQqN99Se1qeYn8DVLB33owlrlLftIbMzn5nz1OITfDVknXF433tBrLEAOEjA==
481
559
  dependencies:
482
560
  "@babel/helper-plugin-utils" "^7.13.0"
483
561
  "@babel/plugin-syntax-json-strings" "^7.8.3"
484
562
 
485
- "@babel/plugin-proposal-logical-assignment-operators@^7.13.8":
486
- version "7.13.8"
487
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.13.8.tgz#93fa78d63857c40ce3c8c3315220fd00bfbb4e1a"
488
- integrity sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A==
563
+ "@babel/plugin-proposal-logical-assignment-operators@^7.14.2":
564
+ version "7.14.2"
565
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.2.tgz#222348c080a1678e0e74ea63fe76f275882d1fd7"
566
+ integrity sha512-1JAZtUrqYyGsS7IDmFeaem+/LJqujfLZ2weLR9ugB0ufUPjzf8cguyVT1g5im7f7RXxuLq1xUxEzvm68uYRtGg==
489
567
  dependencies:
490
568
  "@babel/helper-plugin-utils" "^7.13.0"
491
569
  "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
492
570
 
493
- "@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8":
494
- version "7.13.8"
495
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz#3730a31dafd3c10d8ccd10648ed80a2ac5472ef3"
496
- integrity sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==
571
+ "@babel/plugin-proposal-nullish-coalescing-operator@^7.14.2":
572
+ version "7.14.2"
573
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.2.tgz#425b11dc62fc26939a2ab42cbba680bdf5734546"
574
+ integrity sha512-ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==
497
575
  dependencies:
498
576
  "@babel/helper-plugin-utils" "^7.13.0"
499
577
  "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
500
578
 
501
- "@babel/plugin-proposal-numeric-separator@^7.12.13":
502
- version "7.12.13"
503
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz#bd9da3188e787b5120b4f9d465a8261ce67ed1db"
504
- integrity sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==
579
+ "@babel/plugin-proposal-numeric-separator@^7.14.2":
580
+ version "7.14.2"
581
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz#82b4cc06571143faf50626104b335dd71baa4f9e"
582
+ integrity sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==
505
583
  dependencies:
506
- "@babel/helper-plugin-utils" "^7.12.13"
584
+ "@babel/helper-plugin-utils" "^7.13.0"
507
585
  "@babel/plugin-syntax-numeric-separator" "^7.10.4"
508
586
 
509
- "@babel/plugin-proposal-object-rest-spread@^7.13.8":
510
- version "7.13.8"
511
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz#5d210a4d727d6ce3b18f9de82cc99a3964eed60a"
512
- integrity sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==
587
+ "@babel/plugin-proposal-object-rest-spread@^7.14.2":
588
+ version "7.14.2"
589
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc"
590
+ integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw==
513
591
  dependencies:
514
- "@babel/compat-data" "^7.13.8"
515
- "@babel/helper-compilation-targets" "^7.13.8"
592
+ "@babel/compat-data" "^7.14.0"
593
+ "@babel/helper-compilation-targets" "^7.13.16"
516
594
  "@babel/helper-plugin-utils" "^7.13.0"
517
595
  "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
518
- "@babel/plugin-transform-parameters" "^7.13.0"
596
+ "@babel/plugin-transform-parameters" "^7.14.2"
519
597
 
520
- "@babel/plugin-proposal-optional-catch-binding@^7.13.8":
521
- version "7.13.8"
522
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.13.8.tgz#3ad6bd5901506ea996fc31bdcf3ccfa2bed71107"
523
- integrity sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA==
598
+ "@babel/plugin-proposal-optional-catch-binding@^7.14.2":
599
+ version "7.14.2"
600
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.2.tgz#150d4e58e525b16a9a1431bd5326c4eed870d717"
601
+ integrity sha512-XtkJsmJtBaUbOxZsNk0Fvrv8eiqgneug0A6aqLFZ4TSkar2L5dSXWcnUKHgmjJt49pyB/6ZHvkr3dPgl9MOWRQ==
524
602
  dependencies:
525
603
  "@babel/helper-plugin-utils" "^7.13.0"
526
604
  "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
@@ -534,6 +612,15 @@
534
612
  "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
535
613
  "@babel/plugin-syntax-optional-chaining" "^7.8.3"
536
614
 
615
+ "@babel/plugin-proposal-optional-chaining@^7.14.2":
616
+ version "7.14.2"
617
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.2.tgz#df8171a8b9c43ebf4c1dabe6311b432d83e1b34e"
618
+ integrity sha512-qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==
619
+ dependencies:
620
+ "@babel/helper-plugin-utils" "^7.13.0"
621
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
622
+ "@babel/plugin-syntax-optional-chaining" "^7.8.3"
623
+
537
624
  "@babel/plugin-proposal-private-methods@^7.13.0":
538
625
  version "7.13.0"
539
626
  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.13.0.tgz#04bd4c6d40f6e6bbfa2f57e2d8094bad900ef787"
@@ -542,6 +629,16 @@
542
629
  "@babel/helper-create-class-features-plugin" "^7.13.0"
543
630
  "@babel/helper-plugin-utils" "^7.13.0"
544
631
 
632
+ "@babel/plugin-proposal-private-property-in-object@^7.14.0":
633
+ version "7.14.0"
634
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.0.tgz#b1a1f2030586b9d3489cc26179d2eb5883277636"
635
+ integrity sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==
636
+ dependencies:
637
+ "@babel/helper-annotate-as-pure" "^7.12.13"
638
+ "@babel/helper-create-class-features-plugin" "^7.14.0"
639
+ "@babel/helper-plugin-utils" "^7.13.0"
640
+ "@babel/plugin-syntax-private-property-in-object" "^7.14.0"
641
+
545
642
  "@babel/plugin-proposal-unicode-property-regex@^7.12.13":
546
643
  version "7.12.13"
547
644
  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz#bebde51339be829c17aaaaced18641deb62b39ba"
@@ -586,6 +683,13 @@
586
683
  dependencies:
587
684
  "@babel/helper-plugin-utils" "^7.10.4"
588
685
 
686
+ "@babel/plugin-syntax-class-static-block@^7.12.13":
687
+ version "7.12.13"
688
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.12.13.tgz#8e3d674b0613e67975ceac2776c97b60cafc5c9c"
689
+ integrity sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==
690
+ dependencies:
691
+ "@babel/helper-plugin-utils" "^7.12.13"
692
+
589
693
  "@babel/plugin-syntax-dynamic-import@^7.8.3":
590
694
  version "7.8.3"
591
695
  resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
@@ -656,6 +760,13 @@
656
760
  dependencies:
657
761
  "@babel/helper-plugin-utils" "^7.8.0"
658
762
 
763
+ "@babel/plugin-syntax-private-property-in-object@^7.14.0":
764
+ version "7.14.0"
765
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.0.tgz#762a4babec61176fec6c88480dec40372b140c0b"
766
+ integrity sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==
767
+ dependencies:
768
+ "@babel/helper-plugin-utils" "^7.13.0"
769
+
659
770
  "@babel/plugin-syntax-top-level-await@^7.12.13", "@babel/plugin-syntax-top-level-await@^7.8.3":
660
771
  version "7.12.13"
661
772
  resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz#c5f0fa6e249f5b739727f923540cf7a806130178"
@@ -686,23 +797,23 @@
686
797
  dependencies:
687
798
  "@babel/helper-plugin-utils" "^7.12.13"
688
799
 
689
- "@babel/plugin-transform-block-scoping@^7.12.13":
690
- version "7.13.16"
691
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892"
692
- integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg==
800
+ "@babel/plugin-transform-block-scoping@^7.14.2":
801
+ version "7.14.2"
802
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c"
803
+ integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg==
693
804
  dependencies:
694
805
  "@babel/helper-plugin-utils" "^7.13.0"
695
806
 
696
- "@babel/plugin-transform-classes@^7.13.0":
697
- version "7.13.0"
698
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.13.0.tgz#0265155075c42918bf4d3a4053134176ad9b533b"
699
- integrity sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g==
807
+ "@babel/plugin-transform-classes@^7.14.2":
808
+ version "7.14.2"
809
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d"
810
+ integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg==
700
811
  dependencies:
701
812
  "@babel/helper-annotate-as-pure" "^7.12.13"
702
- "@babel/helper-function-name" "^7.12.13"
813
+ "@babel/helper-function-name" "^7.14.2"
703
814
  "@babel/helper-optimise-call-expression" "^7.12.13"
704
815
  "@babel/helper-plugin-utils" "^7.13.0"
705
- "@babel/helper-replace-supers" "^7.13.0"
816
+ "@babel/helper-replace-supers" "^7.13.12"
706
817
  "@babel/helper-split-export-declaration" "^7.12.13"
707
818
  globals "^11.1.0"
708
819
 
@@ -713,7 +824,7 @@
713
824
  dependencies:
714
825
  "@babel/helper-plugin-utils" "^7.13.0"
715
826
 
716
- "@babel/plugin-transform-destructuring@^7.13.0", "@babel/plugin-transform-destructuring@^7.13.17":
827
+ "@babel/plugin-transform-destructuring@^7.13.17":
717
828
  version "7.13.17"
718
829
  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27"
719
830
  integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==
@@ -780,23 +891,23 @@
780
891
  dependencies:
781
892
  "@babel/helper-plugin-utils" "^7.12.13"
782
893
 
783
- "@babel/plugin-transform-modules-amd@^7.13.0":
784
- version "7.13.0"
785
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.13.0.tgz#19f511d60e3d8753cc5a6d4e775d3a5184866cc3"
786
- integrity sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ==
894
+ "@babel/plugin-transform-modules-amd@^7.14.2":
895
+ version "7.14.2"
896
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.2.tgz#6622806fe1a7c07a1388444222ef9535f2ca17b0"
897
+ integrity sha512-hPC6XBswt8P3G2D1tSV2HzdKvkqOpmbyoy+g73JG0qlF/qx2y3KaMmXb1fLrpmWGLZYA0ojCvaHdzFWjlmV+Pw==
787
898
  dependencies:
788
- "@babel/helper-module-transforms" "^7.13.0"
899
+ "@babel/helper-module-transforms" "^7.14.2"
789
900
  "@babel/helper-plugin-utils" "^7.13.0"
790
901
  babel-plugin-dynamic-import-node "^2.3.3"
791
902
 
792
- "@babel/plugin-transform-modules-commonjs@^7.13.8":
793
- version "7.13.8"
794
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz#7b01ad7c2dcf2275b06fa1781e00d13d420b3e1b"
795
- integrity sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==
903
+ "@babel/plugin-transform-modules-commonjs@^7.14.0":
904
+ version "7.14.0"
905
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.0.tgz#52bc199cb581e0992edba0f0f80356467587f161"
906
+ integrity sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==
796
907
  dependencies:
797
- "@babel/helper-module-transforms" "^7.13.0"
908
+ "@babel/helper-module-transforms" "^7.14.0"
798
909
  "@babel/helper-plugin-utils" "^7.13.0"
799
- "@babel/helper-simple-access" "^7.12.13"
910
+ "@babel/helper-simple-access" "^7.13.12"
800
911
  babel-plugin-dynamic-import-node "^2.3.3"
801
912
 
802
913
  "@babel/plugin-transform-modules-systemjs@^7.13.8":
@@ -810,12 +921,12 @@
810
921
  "@babel/helper-validator-identifier" "^7.12.11"
811
922
  babel-plugin-dynamic-import-node "^2.3.3"
812
923
 
813
- "@babel/plugin-transform-modules-umd@^7.13.0":
814
- version "7.13.0"
815
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.13.0.tgz#8a3d96a97d199705b9fd021580082af81c06e70b"
816
- integrity sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw==
924
+ "@babel/plugin-transform-modules-umd@^7.14.0":
925
+ version "7.14.0"
926
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.0.tgz#2f8179d1bbc9263665ce4a65f305526b2ea8ac34"
927
+ integrity sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==
817
928
  dependencies:
818
- "@babel/helper-module-transforms" "^7.13.0"
929
+ "@babel/helper-module-transforms" "^7.14.0"
819
930
  "@babel/helper-plugin-utils" "^7.13.0"
820
931
 
821
932
  "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13":
@@ -840,10 +951,10 @@
840
951
  "@babel/helper-plugin-utils" "^7.12.13"
841
952
  "@babel/helper-replace-supers" "^7.12.13"
842
953
 
843
- "@babel/plugin-transform-parameters@^7.13.0":
844
- version "7.13.0"
845
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.13.0.tgz#8fa7603e3097f9c0b7ca1a4821bc2fb52e9e5007"
846
- integrity sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw==
954
+ "@babel/plugin-transform-parameters@^7.14.2":
955
+ version "7.14.2"
956
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.2.tgz#e4290f72e0e9e831000d066427c4667098decc31"
957
+ integrity sha512-NxoVmA3APNCC1JdMXkdYXuQS+EMdqy0vIwyDHeKHiJKRxmp1qGSdb0JLEIoPRhkx6H/8Qi3RJ3uqOCYw8giy9A==
847
958
  dependencies:
848
959
  "@babel/helper-plugin-utils" "^7.13.0"
849
960
 
@@ -868,10 +979,10 @@
868
979
  dependencies:
869
980
  "@babel/helper-plugin-utils" "^7.12.13"
870
981
 
871
- "@babel/plugin-transform-runtime@^7.13.15":
872
- version "7.13.15"
873
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.15.tgz#2eddf585dd066b84102517e10a577f24f76a9cd7"
874
- integrity sha512-d+ezl76gx6Jal08XngJUkXM4lFXK/5Ikl9Mh4HKDxSfGJXmZ9xG64XT2oivBzfxb/eQ62VfvoMkaCZUKJMVrBA==
982
+ "@babel/plugin-transform-runtime@^7.14.3":
983
+ version "7.14.3"
984
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.3.tgz#1fd885a2d0de1d3c223795a4e9be72c2db4515cf"
985
+ integrity sha512-t960xbi8wpTFE623ef7sd+UpEC5T6EEguQlTBJDEO05+XwnIWVfuqLw/vdLWY6IdFmtZE+65CZAfByT39zRpkg==
875
986
  dependencies:
876
987
  "@babel/helper-module-imports" "^7.13.12"
877
988
  "@babel/helper-plugin-utils" "^7.13.0"
@@ -931,31 +1042,34 @@
931
1042
  "@babel/helper-create-regexp-features-plugin" "^7.12.13"
932
1043
  "@babel/helper-plugin-utils" "^7.12.13"
933
1044
 
934
- "@babel/preset-env@^7.13.15":
935
- version "7.13.15"
936
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.15.tgz#c8a6eb584f96ecba183d3d414a83553a599f478f"
937
- integrity sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==
1045
+ "@babel/preset-env@^7.14.2":
1046
+ version "7.14.2"
1047
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5"
1048
+ integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ==
938
1049
  dependencies:
939
- "@babel/compat-data" "^7.13.15"
940
- "@babel/helper-compilation-targets" "^7.13.13"
1050
+ "@babel/compat-data" "^7.14.0"
1051
+ "@babel/helper-compilation-targets" "^7.13.16"
941
1052
  "@babel/helper-plugin-utils" "^7.13.0"
942
1053
  "@babel/helper-validator-option" "^7.12.17"
943
1054
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
944
- "@babel/plugin-proposal-async-generator-functions" "^7.13.15"
1055
+ "@babel/plugin-proposal-async-generator-functions" "^7.14.2"
945
1056
  "@babel/plugin-proposal-class-properties" "^7.13.0"
946
- "@babel/plugin-proposal-dynamic-import" "^7.13.8"
947
- "@babel/plugin-proposal-export-namespace-from" "^7.12.13"
948
- "@babel/plugin-proposal-json-strings" "^7.13.8"
949
- "@babel/plugin-proposal-logical-assignment-operators" "^7.13.8"
950
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8"
951
- "@babel/plugin-proposal-numeric-separator" "^7.12.13"
952
- "@babel/plugin-proposal-object-rest-spread" "^7.13.8"
953
- "@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
954
- "@babel/plugin-proposal-optional-chaining" "^7.13.12"
1057
+ "@babel/plugin-proposal-class-static-block" "^7.13.11"
1058
+ "@babel/plugin-proposal-dynamic-import" "^7.14.2"
1059
+ "@babel/plugin-proposal-export-namespace-from" "^7.14.2"
1060
+ "@babel/plugin-proposal-json-strings" "^7.14.2"
1061
+ "@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
1062
+ "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
1063
+ "@babel/plugin-proposal-numeric-separator" "^7.14.2"
1064
+ "@babel/plugin-proposal-object-rest-spread" "^7.14.2"
1065
+ "@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
1066
+ "@babel/plugin-proposal-optional-chaining" "^7.14.2"
955
1067
  "@babel/plugin-proposal-private-methods" "^7.13.0"
1068
+ "@babel/plugin-proposal-private-property-in-object" "^7.14.0"
956
1069
  "@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
957
1070
  "@babel/plugin-syntax-async-generators" "^7.8.4"
958
1071
  "@babel/plugin-syntax-class-properties" "^7.12.13"
1072
+ "@babel/plugin-syntax-class-static-block" "^7.12.13"
959
1073
  "@babel/plugin-syntax-dynamic-import" "^7.8.3"
960
1074
  "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
961
1075
  "@babel/plugin-syntax-json-strings" "^7.8.3"
@@ -965,14 +1079,15 @@
965
1079
  "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
966
1080
  "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
967
1081
  "@babel/plugin-syntax-optional-chaining" "^7.8.3"
1082
+ "@babel/plugin-syntax-private-property-in-object" "^7.14.0"
968
1083
  "@babel/plugin-syntax-top-level-await" "^7.12.13"
969
1084
  "@babel/plugin-transform-arrow-functions" "^7.13.0"
970
1085
  "@babel/plugin-transform-async-to-generator" "^7.13.0"
971
1086
  "@babel/plugin-transform-block-scoped-functions" "^7.12.13"
972
- "@babel/plugin-transform-block-scoping" "^7.12.13"
973
- "@babel/plugin-transform-classes" "^7.13.0"
1087
+ "@babel/plugin-transform-block-scoping" "^7.14.2"
1088
+ "@babel/plugin-transform-classes" "^7.14.2"
974
1089
  "@babel/plugin-transform-computed-properties" "^7.13.0"
975
- "@babel/plugin-transform-destructuring" "^7.13.0"
1090
+ "@babel/plugin-transform-destructuring" "^7.13.17"
976
1091
  "@babel/plugin-transform-dotall-regex" "^7.12.13"
977
1092
  "@babel/plugin-transform-duplicate-keys" "^7.12.13"
978
1093
  "@babel/plugin-transform-exponentiation-operator" "^7.12.13"
@@ -980,14 +1095,14 @@
980
1095
  "@babel/plugin-transform-function-name" "^7.12.13"
981
1096
  "@babel/plugin-transform-literals" "^7.12.13"
982
1097
  "@babel/plugin-transform-member-expression-literals" "^7.12.13"
983
- "@babel/plugin-transform-modules-amd" "^7.13.0"
984
- "@babel/plugin-transform-modules-commonjs" "^7.13.8"
1098
+ "@babel/plugin-transform-modules-amd" "^7.14.2"
1099
+ "@babel/plugin-transform-modules-commonjs" "^7.14.0"
985
1100
  "@babel/plugin-transform-modules-systemjs" "^7.13.8"
986
- "@babel/plugin-transform-modules-umd" "^7.13.0"
1101
+ "@babel/plugin-transform-modules-umd" "^7.14.0"
987
1102
  "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13"
988
1103
  "@babel/plugin-transform-new-target" "^7.12.13"
989
1104
  "@babel/plugin-transform-object-super" "^7.12.13"
990
- "@babel/plugin-transform-parameters" "^7.13.0"
1105
+ "@babel/plugin-transform-parameters" "^7.14.2"
991
1106
  "@babel/plugin-transform-property-literals" "^7.12.13"
992
1107
  "@babel/plugin-transform-regenerator" "^7.13.15"
993
1108
  "@babel/plugin-transform-reserved-words" "^7.12.13"
@@ -999,7 +1114,7 @@
999
1114
  "@babel/plugin-transform-unicode-escapes" "^7.12.13"
1000
1115
  "@babel/plugin-transform-unicode-regex" "^7.12.13"
1001
1116
  "@babel/preset-modules" "^0.1.4"
1002
- "@babel/types" "^7.13.14"
1117
+ "@babel/types" "^7.14.2"
1003
1118
  babel-plugin-polyfill-corejs2 "^0.2.0"
1004
1119
  babel-plugin-polyfill-corejs3 "^0.2.0"
1005
1120
  babel-plugin-polyfill-regenerator "^0.2.0"
@@ -1032,10 +1147,10 @@
1032
1147
  dependencies:
1033
1148
  regenerator-runtime "^0.13.4"
1034
1149
 
1035
- "@babel/runtime@^7.13.17":
1036
- version "7.13.17"
1037
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.17.tgz#8966d1fc9593bf848602f0662d6b4d0069e3a7ec"
1038
- integrity sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==
1150
+ "@babel/runtime@^7.14.0":
1151
+ version "7.14.0"
1152
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
1153
+ integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
1039
1154
  dependencies:
1040
1155
  regenerator-runtime "^0.13.4"
1041
1156
 
@@ -1072,7 +1187,7 @@
1072
1187
  globals "^11.1.0"
1073
1188
  lodash "^4.17.19"
1074
1189
 
1075
- "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17":
1190
+ "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15":
1076
1191
  version "7.13.17"
1077
1192
  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
1078
1193
  integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
@@ -1086,6 +1201,20 @@
1086
1201
  debug "^4.1.0"
1087
1202
  globals "^11.1.0"
1088
1203
 
1204
+ "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
1205
+ version "7.14.2"
1206
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
1207
+ integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
1208
+ dependencies:
1209
+ "@babel/code-frame" "^7.12.13"
1210
+ "@babel/generator" "^7.14.2"
1211
+ "@babel/helper-function-name" "^7.14.2"
1212
+ "@babel/helper-split-export-declaration" "^7.12.13"
1213
+ "@babel/parser" "^7.14.2"
1214
+ "@babel/types" "^7.14.2"
1215
+ debug "^4.1.0"
1216
+ globals "^11.1.0"
1217
+
1089
1218
  "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1090
1219
  version "7.11.0"
1091
1220
  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
@@ -1103,6 +1232,14 @@
1103
1232
  "@babel/helper-validator-identifier" "^7.12.11"
1104
1233
  to-fast-properties "^2.0.0"
1105
1234
 
1235
+ "@babel/types@^7.14.0", "@babel/types@^7.14.2":
1236
+ version "7.14.2"
1237
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
1238
+ integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==
1239
+ dependencies:
1240
+ "@babel/helper-validator-identifier" "^7.14.0"
1241
+ to-fast-properties "^2.0.0"
1242
+
1106
1243
  "@bcoe/v8-coverage@^0.2.3":
1107
1244
  version "0.2.3"
1108
1245
  resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1121,10 +1258,10 @@
1121
1258
  resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
1122
1259
  integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
1123
1260
 
1124
- "@eslint/eslintrc@^0.4.0":
1125
- version "0.4.0"
1126
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
1127
- integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
1261
+ "@eslint/eslintrc@^0.4.1":
1262
+ version "0.4.1"
1263
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
1264
+ integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
1128
1265
  dependencies:
1129
1266
  ajv "^6.12.4"
1130
1267
  debug "^4.1.1"
@@ -1851,13 +1988,14 @@ array-unique@^0.3.2:
1851
1988
  resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
1852
1989
  integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
1853
1990
 
1854
- array.prototype.flat@^1.2.3:
1855
- version "1.2.3"
1856
- resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.3.tgz#0de82b426b0318dbfdb940089e38b043d37f6c7b"
1857
- integrity sha512-gBlRZV0VSmfPIeWfuuy56XZMvbVfbEUnOXUvt3F/eUUUSyzlgLxhEX4YAEpxNAogRGehPSnfXyPtYyKAhkzQhQ==
1991
+ array.prototype.flat@^1.2.4:
1992
+ version "1.2.4"
1993
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
1994
+ integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
1858
1995
  dependencies:
1996
+ call-bind "^1.0.0"
1859
1997
  define-properties "^1.1.3"
1860
- es-abstract "^1.17.0-next.1"
1998
+ es-abstract "^1.18.0-next.1"
1861
1999
 
1862
2000
  array.prototype.flatmap@^1.2.4:
1863
2001
  version "1.2.4"
@@ -2711,10 +2849,13 @@ constants-browserify@^1.0.0:
2711
2849
  resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
2712
2850
  integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
2713
2851
 
2714
- contains-path@^0.1.0:
2715
- version "0.1.0"
2716
- resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
2717
- integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
2852
+ contains-path@^1.0.0:
2853
+ version "1.0.0"
2854
+ resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-1.0.0.tgz#3458b332185603e8eed18f518d4a10888a3abc91"
2855
+ integrity sha1-NFizMhhWA+ju0Y9RjUoQiIo6vJE=
2856
+ dependencies:
2857
+ normalize-path "^2.1.1"
2858
+ path-starts-with "^1.0.0"
2718
2859
 
2719
2860
  convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
2720
2861
  version "1.7.0"
@@ -2753,10 +2894,10 @@ core-js-pure@^3.0.0:
2753
2894
  resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.5.tgz#c79e75f5e38dbc85a662d91eea52b8256d53b813"
2754
2895
  integrity sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA==
2755
2896
 
2756
- core-js@^3.11.0:
2757
- version "3.11.0"
2758
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.11.0.tgz#05dac6aa70c0a4ad842261f8957b961d36eb8926"
2759
- integrity sha512-bd79DPpx+1Ilh9+30aT5O1sgpQd4Ttg8oqkqi51ZzhedMM1omD2e6IOF48Z/DzDCZ2svp49tN/3vneTK6ZBkXw==
2897
+ core-js@^3.12.1:
2898
+ version "3.12.1"
2899
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.12.1.tgz#6b5af4ff55616c08a44d386f1f510917ff204112"
2900
+ integrity sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw==
2760
2901
 
2761
2902
  core-util-is@1.0.2, core-util-is@~1.0.0:
2762
2903
  version "1.0.2"
@@ -3082,6 +3223,13 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
3082
3223
  dependencies:
3083
3224
  ms "2.0.0"
3084
3225
 
3226
+ debug@^3.2.7:
3227
+ version "3.2.7"
3228
+ resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
3229
+ integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
3230
+ dependencies:
3231
+ ms "^2.1.1"
3232
+
3085
3233
  debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
3086
3234
  version "4.1.1"
3087
3235
  resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
@@ -3180,14 +3328,6 @@ diffie-hellman@^5.0.0:
3180
3328
  miller-rabin "^4.0.0"
3181
3329
  randombytes "^2.0.0"
3182
3330
 
3183
- doctrine@1.5.0:
3184
- version "1.5.0"
3185
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
3186
- integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=
3187
- dependencies:
3188
- esutils "^2.0.2"
3189
- isarray "^1.0.0"
3190
-
3191
3331
  doctrine@^2.1.0:
3192
3332
  version "2.1.0"
3193
3333
  resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -3357,7 +3497,7 @@ errno@^0.1.3, errno@~0.1.7:
3357
3497
  dependencies:
3358
3498
  prr "~1.0.1"
3359
3499
 
3360
- error-ex@^1.2.0, error-ex@^1.3.1:
3500
+ error-ex@^1.3.1:
3361
3501
  version "1.3.2"
3362
3502
  resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
3363
3503
  integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
@@ -3465,31 +3605,34 @@ eslint-import-resolver-node@^0.3.4:
3465
3605
  debug "^2.6.9"
3466
3606
  resolve "^1.13.1"
3467
3607
 
3468
- eslint-module-utils@^2.6.0:
3469
- version "2.6.0"
3470
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
3471
- integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
3608
+ eslint-module-utils@^2.6.1:
3609
+ version "2.6.1"
3610
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
3611
+ integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
3472
3612
  dependencies:
3473
- debug "^2.6.9"
3613
+ debug "^3.2.7"
3474
3614
  pkg-dir "^2.0.0"
3475
3615
 
3476
- eslint-plugin-import@^2.22.1:
3477
- version "2.22.1"
3478
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
3479
- integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
3616
+ eslint-plugin-import@^2.23.2:
3617
+ version "2.23.2"
3618
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.2.tgz#ee15dd68fc7a1a1ba4c653c734e0d01c100d3484"
3619
+ integrity sha512-LmNoRptHBxOP+nb0PIKz1y6OSzCJlB+0g0IGS3XV4KaKk2q4szqQ6s6F1utVf5ZRkxk/QOTjdxe7v4VjS99Bsg==
3480
3620
  dependencies:
3481
- array-includes "^3.1.1"
3482
- array.prototype.flat "^1.2.3"
3483
- contains-path "^0.1.0"
3621
+ array-includes "^3.1.3"
3622
+ array.prototype.flat "^1.2.4"
3623
+ contains-path "^1.0.0"
3484
3624
  debug "^2.6.9"
3485
- doctrine "1.5.0"
3625
+ doctrine "^2.1.0"
3486
3626
  eslint-import-resolver-node "^0.3.4"
3487
- eslint-module-utils "^2.6.0"
3627
+ eslint-module-utils "^2.6.1"
3628
+ find-up "^2.0.0"
3488
3629
  has "^1.0.3"
3630
+ is-core-module "^2.4.0"
3489
3631
  minimatch "^3.0.4"
3490
- object.values "^1.1.1"
3491
- read-pkg-up "^2.0.0"
3492
- resolve "^1.17.0"
3632
+ object.values "^1.1.3"
3633
+ pkg-up "^2.0.0"
3634
+ read-pkg-up "^3.0.0"
3635
+ resolve "^1.20.0"
3493
3636
  tsconfig-paths "^3.9.0"
3494
3637
 
3495
3638
  eslint-plugin-jsx-a11y@^6.4.1:
@@ -3560,13 +3703,13 @@ eslint-visitor-keys@^2.0.0:
3560
3703
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
3561
3704
  integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
3562
3705
 
3563
- eslint@^7.25.0:
3564
- version "7.25.0"
3565
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67"
3566
- integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==
3706
+ eslint@^7.26.0:
3707
+ version "7.26.0"
3708
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6"
3709
+ integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg==
3567
3710
  dependencies:
3568
3711
  "@babel/code-frame" "7.12.11"
3569
- "@eslint/eslintrc" "^0.4.0"
3712
+ "@eslint/eslintrc" "^0.4.1"
3570
3713
  ajv "^6.10.0"
3571
3714
  chalk "^4.0.0"
3572
3715
  cross-spawn "^7.0.2"
@@ -4079,7 +4222,7 @@ glob-parent@^5.0.0, glob-parent@~5.1.0:
4079
4222
  dependencies:
4080
4223
  is-glob "^4.0.1"
4081
4224
 
4082
- glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4225
+ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
4083
4226
  version "7.1.6"
4084
4227
  resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
4085
4228
  integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -4091,6 +4234,18 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4091
4234
  once "^1.3.0"
4092
4235
  path-is-absolute "^1.0.0"
4093
4236
 
4237
+ glob@^7.1.7:
4238
+ version "7.1.7"
4239
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
4240
+ integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
4241
+ dependencies:
4242
+ fs.realpath "^1.0.0"
4243
+ inflight "^1.0.4"
4244
+ inherits "2"
4245
+ minimatch "^3.0.4"
4246
+ once "^1.3.0"
4247
+ path-is-absolute "^1.0.0"
4248
+
4094
4249
  global-modules@^1.0.0:
4095
4250
  version "1.0.0"
4096
4251
  resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
@@ -4562,6 +4717,13 @@ is-core-module@^2.2.0:
4562
4717
  dependencies:
4563
4718
  has "^1.0.3"
4564
4719
 
4720
+ is-core-module@^2.4.0:
4721
+ version "2.4.0"
4722
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
4723
+ integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
4724
+ dependencies:
4725
+ has "^1.0.3"
4726
+
4565
4727
  is-data-descriptor@^0.1.4:
4566
4728
  version "0.1.4"
4567
4729
  resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5421,14 +5583,14 @@ lines-and-columns@^1.1.6:
5421
5583
  resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
5422
5584
  integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
5423
5585
 
5424
- load-json-file@^2.0.0:
5425
- version "2.0.0"
5426
- resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
5427
- integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=
5586
+ load-json-file@^4.0.0:
5587
+ version "4.0.0"
5588
+ resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
5589
+ integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
5428
5590
  dependencies:
5429
5591
  graceful-fs "^4.1.2"
5430
- parse-json "^2.2.0"
5431
- pify "^2.0.0"
5592
+ parse-json "^4.0.0"
5593
+ pify "^3.0.0"
5432
5594
  strip-bom "^3.0.0"
5433
5595
 
5434
5596
  loader-runner@^2.4.0:
@@ -6106,7 +6268,7 @@ object.pick@^1.3.0:
6106
6268
  dependencies:
6107
6269
  isobject "^3.0.1"
6108
6270
 
6109
- object.values@^1.1.0, object.values@^1.1.1:
6271
+ object.values@^1.1.0:
6110
6272
  version "1.1.1"
6111
6273
  resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e"
6112
6274
  integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==
@@ -6140,10 +6302,10 @@ onetime@^5.1.0:
6140
6302
  dependencies:
6141
6303
  mimic-fn "^2.1.0"
6142
6304
 
6143
- optimize-css-assets-webpack-plugin@^5.0.4:
6144
- version "5.0.4"
6145
- resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz#85883c6528aaa02e30bbad9908c92926bb52dc90"
6146
- integrity sha512-wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A==
6305
+ optimize-css-assets-webpack-plugin@^5.0.6:
6306
+ version "5.0.6"
6307
+ resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.6.tgz#abad0c6c11a632201794f75ddba3ce13e32ae80e"
6308
+ integrity sha512-JAYw7WrIAIuHWoKeSBB3lJ6ZG9PSDK3JJduv/FMpIY060wvbA8Lqn/TCtxNGICNlg0X5AGshLzIhpYrkltdq+A==
6147
6309
  dependencies:
6148
6310
  cssnano "^4.1.10"
6149
6311
  last-call-webpack-plugin "^3.0.0"
@@ -6278,13 +6440,6 @@ parse-asn1@^5.0.0, parse-asn1@^5.1.5:
6278
6440
  pbkdf2 "^3.0.3"
6279
6441
  safe-buffer "^5.1.1"
6280
6442
 
6281
- parse-json@^2.2.0:
6282
- version "2.2.0"
6283
- resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
6284
- integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=
6285
- dependencies:
6286
- error-ex "^1.2.0"
6287
-
6288
6443
  parse-json@^4.0.0:
6289
6444
  version "4.0.0"
6290
6445
  resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
@@ -6363,12 +6518,19 @@ path-parse@^1.0.6:
6363
6518
  resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
6364
6519
  integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
6365
6520
 
6366
- path-type@^2.0.0:
6367
- version "2.0.0"
6368
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
6369
- integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=
6521
+ path-starts-with@^1.0.0:
6522
+ version "1.0.0"
6523
+ resolved "https://registry.yarnpkg.com/path-starts-with/-/path-starts-with-1.0.0.tgz#b28243015e8b138de572682ac52da42e646ad84e"
6524
+ integrity sha1-soJDAV6LE43lcmgqxS2kLmRq2E4=
6370
6525
  dependencies:
6371
- pify "^2.0.0"
6526
+ normalize-path "^2.1.1"
6527
+
6528
+ path-type@^3.0.0:
6529
+ version "3.0.0"
6530
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
6531
+ integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
6532
+ dependencies:
6533
+ pify "^3.0.0"
6372
6534
 
6373
6535
  path-type@^4.0.0:
6374
6536
  version "4.0.0"
@@ -6396,11 +6558,16 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
6396
6558
  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
6397
6559
  integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
6398
6560
 
6399
- pify@^2.0.0, pify@^2.3.0:
6561
+ pify@^2.3.0:
6400
6562
  version "2.3.0"
6401
6563
  resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
6402
6564
  integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
6403
6565
 
6566
+ pify@^3.0.0:
6567
+ version "3.0.0"
6568
+ resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
6569
+ integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
6570
+
6404
6571
  pify@^4.0.1:
6405
6572
  version "4.0.1"
6406
6573
  resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
@@ -7295,13 +7462,13 @@ read-cache@^1.0.0:
7295
7462
  dependencies:
7296
7463
  pify "^2.3.0"
7297
7464
 
7298
- read-pkg-up@^2.0.0:
7299
- version "2.0.0"
7300
- resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
7301
- integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=
7465
+ read-pkg-up@^3.0.0:
7466
+ version "3.0.0"
7467
+ resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
7468
+ integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
7302
7469
  dependencies:
7303
7470
  find-up "^2.0.0"
7304
- read-pkg "^2.0.0"
7471
+ read-pkg "^3.0.0"
7305
7472
 
7306
7473
  read-pkg-up@^7.0.1:
7307
7474
  version "7.0.1"
@@ -7312,14 +7479,14 @@ read-pkg-up@^7.0.1:
7312
7479
  read-pkg "^5.2.0"
7313
7480
  type-fest "^0.8.1"
7314
7481
 
7315
- read-pkg@^2.0.0:
7316
- version "2.0.0"
7317
- resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
7318
- integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=
7482
+ read-pkg@^3.0.0:
7483
+ version "3.0.0"
7484
+ resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
7485
+ integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
7319
7486
  dependencies:
7320
- load-json-file "^2.0.0"
7487
+ load-json-file "^4.0.0"
7321
7488
  normalize-package-data "^2.3.2"
7322
- path-type "^2.0.0"
7489
+ path-type "^3.0.0"
7323
7490
 
7324
7491
  read-pkg@^5.2.0:
7325
7492
  version "5.2.0"
@@ -7572,14 +7739,14 @@ resolve-url@^0.2.1:
7572
7739
  resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
7573
7740
  integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
7574
7741
 
7575
- resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2:
7742
+ resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2:
7576
7743
  version "1.17.0"
7577
7744
  resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
7578
7745
  integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
7579
7746
  dependencies:
7580
7747
  path-parse "^1.0.6"
7581
7748
 
7582
- resolve@^1.14.2, resolve@^1.18.1:
7749
+ resolve@^1.14.2, resolve@^1.18.1, resolve@^1.20.0:
7583
7750
  version "1.20.0"
7584
7751
  resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
7585
7752
  integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -7692,10 +7859,10 @@ sass-loader@10.1.1:
7692
7859
  schema-utils "^3.0.0"
7693
7860
  semver "^7.3.2"
7694
7861
 
7695
- sass@^1.32.11:
7696
- version "1.32.11"
7697
- resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.11.tgz#b236b3ea55c76602c2ef2bd0445f0db581baa218"
7698
- integrity sha512-O9tRcob/fegUVSIV1ihLLZcftIOh0AF1VpKgusUfLqnb2jQ0GLDwI5ivv1FYWivGv8eZ/AwntTyTzjcHu0c/qw==
7862
+ sass@^1.32.13:
7863
+ version "1.32.13"
7864
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.13.tgz#8d29c849e625a415bce71609c7cf95e15f74ed00"
7865
+ integrity sha512-dEgI9nShraqP7cXQH+lEXVf73WOPCse0QlFzSD8k+1TcOxCMwVXfQlr0jtoluZysQOyJGnfr21dLvYKDJq8HkA==
7699
7866
  dependencies:
7700
7867
  chokidar ">=3.0.0 <4.0.0"
7701
7868