stimulus_reflex 3.4.0.pre4 → 3.4.0.pre5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of stimulus_reflex might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -1
- data/Gemfile.lock +6 -6
- data/README.md +4 -5
- data/Rakefile +1 -1
- data/bin/standardize +1 -1
- data/lib/stimulus_reflex/broadcasters/broadcaster.rb +1 -1
- data/lib/stimulus_reflex/broadcasters/page_broadcaster.rb +1 -1
- data/lib/stimulus_reflex/broadcasters/selector_broadcaster.rb +2 -2
- data/lib/stimulus_reflex/sanity_checker.rb +1 -1
- data/lib/stimulus_reflex/version.rb +1 -1
- data/package.json +4 -4
- data/yarn.lock +218 -192
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1744cbfb7c9c5508487beb3d0087c77b6cc532386ef503709aa0c0097b4f56e
|
4
|
+
data.tar.gz: 99ce8b8d1ad3190d5cd90e49182b39ec959a39f3accb4784f2d0cccbfb7e6fe4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: faccf3117f5cb17303725bab3ba659a77314e44908a1b5d1d5184e171b2635c44a10a42f7e19cbfefa6231a6488d1364b6b463a04e3438e1b92aff237545d515
|
7
|
+
data.tar.gz: 126a3dc45916880d97b6ab1971dfb2a433b1d8e1c27b3c7a1c32a5d0b55ee0ae7c50bfdb9b10901525520b0ae1e975a083125a26305147e62252464a872b15db
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,23 @@
|
|
2
2
|
|
3
3
|
## [Unreleased](https://github.com/hopsoft/stimulus_reflex/tree/HEAD)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.4.0.
|
5
|
+
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.4.0.pre4...HEAD)
|
6
|
+
|
7
|
+
**Closed issues:**
|
8
|
+
|
9
|
+
- SR doesn't seem to handle redirects / 302s [\#376](https://github.com/hopsoft/stimulus_reflex/issues/376)
|
10
|
+
|
11
|
+
**Merged pull requests:**
|
12
|
+
|
13
|
+
- Move package.json to root of project [\#380](https://github.com/hopsoft/stimulus_reflex/pull/380) ([hopsoft](https://github.com/hopsoft))
|
14
|
+
- make element.reflexController a dictionary [\#379](https://github.com/hopsoft/stimulus_reflex/pull/379) ([existentialmutt](https://github.com/existentialmutt))
|
15
|
+
- fixed bug preventing callbacks for multiple morphs [\#378](https://github.com/hopsoft/stimulus_reflex/pull/378) ([leastbad](https://github.com/leastbad))
|
16
|
+
- Handles to mitigate race conditions when running reflexes in quick succession on the same element [\#377](https://github.com/hopsoft/stimulus_reflex/pull/377) ([existentialmutt](https://github.com/existentialmutt))
|
17
|
+
- Exit with nonzero status code [\#375](https://github.com/hopsoft/stimulus_reflex/pull/375) ([julianrubisch](https://github.com/julianrubisch))
|
18
|
+
|
19
|
+
## [v3.4.0.pre4](https://github.com/hopsoft/stimulus_reflex/tree/v3.4.0.pre4) (2020-11-19)
|
20
|
+
|
21
|
+
[Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.4.0.pre3...v3.4.0.pre4)
|
6
22
|
|
7
23
|
**Fixed bugs:**
|
8
24
|
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
stimulus_reflex (3.4.0.
|
4
|
+
stimulus_reflex (3.4.0.pre5)
|
5
5
|
cable_ready (>= 4.3.0)
|
6
6
|
nokogiri
|
7
7
|
rack
|
@@ -68,7 +68,7 @@ GEM
|
|
68
68
|
zeitwerk (~> 2.2, >= 2.2.2)
|
69
69
|
ast (2.4.1)
|
70
70
|
builder (3.2.4)
|
71
|
-
cable_ready (4.
|
71
|
+
cable_ready (4.4.0)
|
72
72
|
rails (>= 5.2)
|
73
73
|
coderay (1.1.3)
|
74
74
|
concurrent-ruby (1.1.7)
|
@@ -93,7 +93,7 @@ GEM
|
|
93
93
|
nio4r (2.5.4)
|
94
94
|
nokogiri (1.10.10)
|
95
95
|
mini_portile2 (~> 2.4.0)
|
96
|
-
parallel (1.20.
|
96
|
+
parallel (1.20.1)
|
97
97
|
parser (2.7.2.0)
|
98
98
|
ast (~> 2.4.1)
|
99
99
|
pry (0.12.2)
|
@@ -132,8 +132,8 @@ GEM
|
|
132
132
|
thor (>= 0.20.3, < 2.0)
|
133
133
|
rainbow (3.0.0)
|
134
134
|
rake (13.0.1)
|
135
|
-
redis (4.2.
|
136
|
-
regexp_parser (
|
135
|
+
redis (4.2.5)
|
136
|
+
regexp_parser (2.0.0)
|
137
137
|
rexml (3.2.4)
|
138
138
|
rubocop (1.2.0)
|
139
139
|
parallel (~> 1.10)
|
@@ -144,7 +144,7 @@ GEM
|
|
144
144
|
rubocop-ast (>= 1.0.1)
|
145
145
|
ruby-progressbar (~> 1.7)
|
146
146
|
unicode-display_width (>= 1.4.0, < 2.0)
|
147
|
-
rubocop-ast (1.
|
147
|
+
rubocop-ast (1.2.0)
|
148
148
|
parser (>= 2.7.1.5)
|
149
149
|
rubocop-performance (1.8.1)
|
150
150
|
rubocop (>= 0.87.0)
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<p align="center">
|
2
|
-
<img src="assets/stimulus-reflex-logo-with-copy.svg" width="360" />
|
2
|
+
<img src="https://gitcdn.link/repo/hopsoft/stimulus_reflex/master/assets/stimulus-reflex-logo-with-copy.svg" width="360" />
|
3
3
|
<h1 align="center">Welcome to StimulusReflex 👋</h1>
|
4
4
|
<p align="center">
|
5
5
|
<img src="https://img.shields.io/gem/v/stimulus_reflex.svg?color=red" />
|
@@ -11,7 +11,7 @@
|
|
11
11
|
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-brightgreen.svg" target="_blank" />
|
12
12
|
</a>
|
13
13
|
<a href="http://blog.codinghorror.com/the-best-code-is-no-code-at-all/" target="_blank">
|
14
|
-
<img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-
|
14
|
+
<img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-1506-brightgreen.svg?style=flat" />
|
15
15
|
</a>
|
16
16
|
<a href="https://docs.stimulusreflex.com/" target="_blank">
|
17
17
|
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
|
@@ -113,9 +113,8 @@ View the [wiki](https://github.com/hopsoft/stimulus_reflex/wiki/Editor-Configura
|
|
113
113
|
1. Bump version number at `lib/stimulus_reflex/version.rb`
|
114
114
|
1. Run `rake build`
|
115
115
|
1. Run `rake release`
|
116
|
-
1.
|
117
|
-
1.
|
118
|
-
|
116
|
+
1. Run `yarn publish --no-git-tag-version`
|
117
|
+
1. Commit and push changes to the `package.json` file
|
119
118
|
|
120
119
|
## 📝 License
|
121
120
|
|
data/Rakefile
CHANGED
data/bin/standardize
CHANGED
@@ -27,7 +27,7 @@ module StimulusReflex
|
|
27
27
|
|
28
28
|
def broadcast_message(subject:, body: nil, data: {}, error: nil)
|
29
29
|
logger.error "\e[31m#{body}\e[0m" if subject == "error"
|
30
|
-
|
30
|
+
operations << ["document", :dispatch_event]
|
31
31
|
cable_ready[stream_name].dispatch_event(
|
32
32
|
name: "stimulus-reflex:server-message",
|
33
33
|
detail: {
|
@@ -11,7 +11,7 @@ module StimulusReflex
|
|
11
11
|
document = Nokogiri::HTML.parse(page_html)
|
12
12
|
selectors = selectors.select { |s| document.css(s).present? }
|
13
13
|
selectors.each do |selector|
|
14
|
-
|
14
|
+
operations << [selector, :morph]
|
15
15
|
html = document.css(selector).inner_html
|
16
16
|
cable_ready[stream_name].morph(
|
17
17
|
selector: selector,
|
@@ -11,7 +11,7 @@ module StimulusReflex
|
|
11
11
|
fragment = Nokogiri::HTML.fragment(html)
|
12
12
|
match = fragment.at_css(selector)
|
13
13
|
if match.present?
|
14
|
-
|
14
|
+
operations << [selector, :morph]
|
15
15
|
cable_ready[stream_name].morph(
|
16
16
|
selector: selector,
|
17
17
|
html: match.inner_html,
|
@@ -22,7 +22,7 @@ module StimulusReflex
|
|
22
22
|
})
|
23
23
|
)
|
24
24
|
else
|
25
|
-
|
25
|
+
operations << [selector, :inner_html]
|
26
26
|
cable_ready[stream_name].inner_html(
|
27
27
|
selector: selector,
|
28
28
|
html: fragment.to_html,
|
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "stimulus_reflex",
|
3
|
-
"version": "3.4.0-
|
3
|
+
"version": "3.4.0-pre4",
|
4
4
|
"description": "Build reactive applications with the Rails tooling you already know and love.",
|
5
5
|
"keywords": [
|
6
6
|
"ruby",
|
@@ -31,9 +31,9 @@
|
|
31
31
|
"main": "./javascript/stimulus_reflex.js",
|
32
32
|
"module": "./javascript/stimulus_reflex.js",
|
33
33
|
"scripts": {
|
34
|
-
"postinstall": "node javascript/scripts/post_install.js",
|
35
|
-
"prettier-standard:check": "yarn run prettier-standard --check
|
36
|
-
"prettier-standard:format": "yarn run prettier-standard
|
34
|
+
"postinstall": "node ./javascript/scripts/post_install.js",
|
35
|
+
"prettier-standard:check": "yarn run prettier-standard --check ./javascript/*.js ./javascript/**/*.js",
|
36
|
+
"prettier-standard:format": "yarn run prettier-standard ./javascript/*.js ./javascript/**/*.js",
|
37
37
|
"test": "yarn run mocha --require @babel/register --require esm ./javascript/test"
|
38
38
|
},
|
39
39
|
"peerDependencies": {
|
data/yarn.lock
CHANGED
@@ -23,24 +23,24 @@
|
|
23
23
|
dependencies:
|
24
24
|
"@babel/highlight" "^7.10.4"
|
25
25
|
|
26
|
-
"@babel/compat-data@^7.12.
|
27
|
-
version "7.12.
|
28
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.
|
29
|
-
integrity sha512-
|
26
|
+
"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
|
27
|
+
version "7.12.7"
|
28
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
|
29
|
+
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
|
30
30
|
|
31
31
|
"@babel/core@^7.6.2":
|
32
|
-
version "7.12.
|
33
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.
|
34
|
-
integrity sha512-
|
32
|
+
version "7.12.9"
|
33
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
|
34
|
+
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
|
35
35
|
dependencies:
|
36
36
|
"@babel/code-frame" "^7.10.4"
|
37
|
-
"@babel/generator" "^7.12.
|
37
|
+
"@babel/generator" "^7.12.5"
|
38
38
|
"@babel/helper-module-transforms" "^7.12.1"
|
39
|
-
"@babel/helpers" "^7.12.
|
40
|
-
"@babel/parser" "^7.12.
|
41
|
-
"@babel/template" "^7.
|
42
|
-
"@babel/traverse" "^7.12.
|
43
|
-
"@babel/types" "^7.12.
|
39
|
+
"@babel/helpers" "^7.12.5"
|
40
|
+
"@babel/parser" "^7.12.7"
|
41
|
+
"@babel/template" "^7.12.7"
|
42
|
+
"@babel/traverse" "^7.12.9"
|
43
|
+
"@babel/types" "^7.12.7"
|
44
44
|
convert-source-map "^1.7.0"
|
45
45
|
debug "^4.1.0"
|
46
46
|
gensync "^1.0.0-beta.1"
|
@@ -50,12 +50,12 @@
|
|
50
50
|
semver "^5.4.1"
|
51
51
|
source-map "^0.5.0"
|
52
52
|
|
53
|
-
"@babel/generator@^7.12.
|
54
|
-
version "7.12.
|
55
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.
|
56
|
-
integrity sha512-
|
53
|
+
"@babel/generator@^7.12.5":
|
54
|
+
version "7.12.5"
|
55
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
|
56
|
+
integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
|
57
57
|
dependencies:
|
58
|
-
"@babel/types" "^7.12.
|
58
|
+
"@babel/types" "^7.12.5"
|
59
59
|
jsesc "^2.5.1"
|
60
60
|
source-map "^0.5.0"
|
61
61
|
|
@@ -74,14 +74,14 @@
|
|
74
74
|
"@babel/helper-explode-assignable-expression" "^7.10.4"
|
75
75
|
"@babel/types" "^7.10.4"
|
76
76
|
|
77
|
-
"@babel/helper-compilation-targets@^7.12.
|
78
|
-
version "7.12.
|
79
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.
|
80
|
-
integrity sha512
|
77
|
+
"@babel/helper-compilation-targets@^7.12.5":
|
78
|
+
version "7.12.5"
|
79
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831"
|
80
|
+
integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==
|
81
81
|
dependencies:
|
82
|
-
"@babel/compat-data" "^7.12.
|
82
|
+
"@babel/compat-data" "^7.12.5"
|
83
83
|
"@babel/helper-validator-option" "^7.12.1"
|
84
|
-
browserslist "^4.
|
84
|
+
browserslist "^4.14.5"
|
85
85
|
semver "^5.5.0"
|
86
86
|
|
87
87
|
"@babel/helper-create-class-features-plugin@^7.12.1":
|
@@ -96,12 +96,11 @@
|
|
96
96
|
"@babel/helper-split-export-declaration" "^7.10.4"
|
97
97
|
|
98
98
|
"@babel/helper-create-regexp-features-plugin@^7.12.1":
|
99
|
-
version "7.12.
|
100
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.
|
101
|
-
integrity sha512-
|
99
|
+
version "7.12.7"
|
100
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz#2084172e95443fa0a09214ba1bb328f9aea1278f"
|
101
|
+
integrity sha512-idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ==
|
102
102
|
dependencies:
|
103
103
|
"@babel/helper-annotate-as-pure" "^7.10.4"
|
104
|
-
"@babel/helper-regex" "^7.10.4"
|
105
104
|
regexpu-core "^4.7.1"
|
106
105
|
|
107
106
|
"@babel/helper-define-map@^7.10.4":
|
@@ -144,18 +143,18 @@
|
|
144
143
|
"@babel/types" "^7.10.4"
|
145
144
|
|
146
145
|
"@babel/helper-member-expression-to-functions@^7.12.1":
|
147
|
-
version "7.12.
|
148
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.
|
149
|
-
integrity sha512-
|
146
|
+
version "7.12.7"
|
147
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
|
148
|
+
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
|
150
149
|
dependencies:
|
151
|
-
"@babel/types" "^7.12.
|
150
|
+
"@babel/types" "^7.12.7"
|
152
151
|
|
153
|
-
"@babel/helper-module-imports@^7.12.1":
|
154
|
-
version "7.12.
|
155
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.
|
156
|
-
integrity sha512-
|
152
|
+
"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5":
|
153
|
+
version "7.12.5"
|
154
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
|
155
|
+
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
|
157
156
|
dependencies:
|
158
|
-
"@babel/types" "^7.12.
|
157
|
+
"@babel/types" "^7.12.5"
|
159
158
|
|
160
159
|
"@babel/helper-module-transforms@^7.12.1":
|
161
160
|
version "7.12.1"
|
@@ -173,24 +172,17 @@
|
|
173
172
|
lodash "^4.17.19"
|
174
173
|
|
175
174
|
"@babel/helper-optimise-call-expression@^7.10.4":
|
176
|
-
version "7.
|
177
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.
|
178
|
-
integrity sha512-
|
175
|
+
version "7.12.7"
|
176
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz#7f94ae5e08721a49467346aa04fd22f750033b9c"
|
177
|
+
integrity sha512-I5xc9oSJ2h59OwyUqjv95HRyzxj53DAubUERgQMrpcCEYQyToeHA+NEcUEsVWB4j53RDeskeBJ0SgRAYHDBckw==
|
179
178
|
dependencies:
|
180
|
-
"@babel/types" "^7.
|
179
|
+
"@babel/types" "^7.12.7"
|
181
180
|
|
182
181
|
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
183
182
|
version "7.10.4"
|
184
183
|
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
|
185
184
|
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
|
186
185
|
|
187
|
-
"@babel/helper-regex@^7.10.4":
|
188
|
-
version "7.10.5"
|
189
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.5.tgz#32dfbb79899073c415557053a19bd055aae50ae0"
|
190
|
-
integrity sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==
|
191
|
-
dependencies:
|
192
|
-
lodash "^4.17.19"
|
193
|
-
|
194
186
|
"@babel/helper-remap-async-to-generator@^7.12.1":
|
195
187
|
version "7.12.1"
|
196
188
|
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz#8c4dbbf916314f6047dc05e6a2217074238347fd"
|
@@ -201,14 +193,14 @@
|
|
201
193
|
"@babel/types" "^7.12.1"
|
202
194
|
|
203
195
|
"@babel/helper-replace-supers@^7.12.1":
|
204
|
-
version "7.12.
|
205
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.
|
206
|
-
integrity sha512-
|
196
|
+
version "7.12.5"
|
197
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9"
|
198
|
+
integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==
|
207
199
|
dependencies:
|
208
200
|
"@babel/helper-member-expression-to-functions" "^7.12.1"
|
209
201
|
"@babel/helper-optimise-call-expression" "^7.10.4"
|
210
|
-
"@babel/traverse" "^7.12.
|
211
|
-
"@babel/types" "^7.12.
|
202
|
+
"@babel/traverse" "^7.12.5"
|
203
|
+
"@babel/types" "^7.12.5"
|
212
204
|
|
213
205
|
"@babel/helper-simple-access@^7.12.1":
|
214
206
|
version "7.12.1"
|
@@ -251,14 +243,14 @@
|
|
251
243
|
"@babel/traverse" "^7.10.4"
|
252
244
|
"@babel/types" "^7.10.4"
|
253
245
|
|
254
|
-
"@babel/helpers@^7.12.
|
255
|
-
version "7.12.
|
256
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.
|
257
|
-
integrity sha512-
|
246
|
+
"@babel/helpers@^7.12.5":
|
247
|
+
version "7.12.5"
|
248
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
|
249
|
+
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
|
258
250
|
dependencies:
|
259
251
|
"@babel/template" "^7.10.4"
|
260
|
-
"@babel/traverse" "^7.12.
|
261
|
-
"@babel/types" "^7.12.
|
252
|
+
"@babel/traverse" "^7.12.5"
|
253
|
+
"@babel/types" "^7.12.5"
|
262
254
|
|
263
255
|
"@babel/highlight@^7.10.4", "@babel/highlight@^7.8.3":
|
264
256
|
version "7.10.4"
|
@@ -274,10 +266,10 @@
|
|
274
266
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
|
275
267
|
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
|
276
268
|
|
277
|
-
"@babel/parser@^7.
|
278
|
-
version "7.12.
|
279
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.
|
280
|
-
integrity sha512-
|
269
|
+
"@babel/parser@^7.12.7":
|
270
|
+
version "7.12.7"
|
271
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
|
272
|
+
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
|
281
273
|
|
282
274
|
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
|
283
275
|
version "7.12.1"
|
@@ -336,10 +328,10 @@
|
|
336
328
|
"@babel/helper-plugin-utils" "^7.10.4"
|
337
329
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
|
338
330
|
|
339
|
-
"@babel/plugin-proposal-numeric-separator@^7.12.
|
340
|
-
version "7.12.
|
341
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.
|
342
|
-
integrity sha512-
|
331
|
+
"@babel/plugin-proposal-numeric-separator@^7.12.7":
|
332
|
+
version "7.12.7"
|
333
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b"
|
334
|
+
integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==
|
343
335
|
dependencies:
|
344
336
|
"@babel/helper-plugin-utils" "^7.10.4"
|
345
337
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
@@ -361,10 +353,10 @@
|
|
361
353
|
"@babel/helper-plugin-utils" "^7.10.4"
|
362
354
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
|
363
355
|
|
364
|
-
"@babel/plugin-proposal-optional-chaining@^7.12.
|
365
|
-
version "7.12.
|
366
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.
|
367
|
-
integrity sha512-
|
356
|
+
"@babel/plugin-proposal-optional-chaining@^7.12.7":
|
357
|
+
version "7.12.7"
|
358
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c"
|
359
|
+
integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==
|
368
360
|
dependencies:
|
369
361
|
"@babel/helper-plugin-utils" "^7.10.4"
|
370
362
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
@@ -683,13 +675,12 @@
|
|
683
675
|
"@babel/helper-plugin-utils" "^7.10.4"
|
684
676
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
685
677
|
|
686
|
-
"@babel/plugin-transform-sticky-regex@^7.12.
|
687
|
-
version "7.12.
|
688
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.
|
689
|
-
integrity sha512-
|
678
|
+
"@babel/plugin-transform-sticky-regex@^7.12.7":
|
679
|
+
version "7.12.7"
|
680
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad"
|
681
|
+
integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==
|
690
682
|
dependencies:
|
691
683
|
"@babel/helper-plugin-utils" "^7.10.4"
|
692
|
-
"@babel/helper-regex" "^7.10.4"
|
693
684
|
|
694
685
|
"@babel/plugin-transform-template-literals@^7.12.1":
|
695
686
|
version "7.12.1"
|
@@ -721,13 +712,13 @@
|
|
721
712
|
"@babel/helper-plugin-utils" "^7.10.4"
|
722
713
|
|
723
714
|
"@babel/preset-env@^7.6.2":
|
724
|
-
version "7.12.
|
725
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.
|
726
|
-
integrity sha512-
|
715
|
+
version "7.12.7"
|
716
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
|
717
|
+
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
|
727
718
|
dependencies:
|
728
|
-
"@babel/compat-data" "^7.12.
|
729
|
-
"@babel/helper-compilation-targets" "^7.12.
|
730
|
-
"@babel/helper-module-imports" "^7.12.
|
719
|
+
"@babel/compat-data" "^7.12.7"
|
720
|
+
"@babel/helper-compilation-targets" "^7.12.5"
|
721
|
+
"@babel/helper-module-imports" "^7.12.5"
|
731
722
|
"@babel/helper-plugin-utils" "^7.10.4"
|
732
723
|
"@babel/helper-validator-option" "^7.12.1"
|
733
724
|
"@babel/plugin-proposal-async-generator-functions" "^7.12.1"
|
@@ -737,10 +728,10 @@
|
|
737
728
|
"@babel/plugin-proposal-json-strings" "^7.12.1"
|
738
729
|
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
|
739
730
|
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
|
740
|
-
"@babel/plugin-proposal-numeric-separator" "^7.12.
|
731
|
+
"@babel/plugin-proposal-numeric-separator" "^7.12.7"
|
741
732
|
"@babel/plugin-proposal-object-rest-spread" "^7.12.1"
|
742
733
|
"@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
|
743
|
-
"@babel/plugin-proposal-optional-chaining" "^7.12.
|
734
|
+
"@babel/plugin-proposal-optional-chaining" "^7.12.7"
|
744
735
|
"@babel/plugin-proposal-private-methods" "^7.12.1"
|
745
736
|
"@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
|
746
737
|
"@babel/plugin-syntax-async-generators" "^7.8.0"
|
@@ -782,14 +773,14 @@
|
|
782
773
|
"@babel/plugin-transform-reserved-words" "^7.12.1"
|
783
774
|
"@babel/plugin-transform-shorthand-properties" "^7.12.1"
|
784
775
|
"@babel/plugin-transform-spread" "^7.12.1"
|
785
|
-
"@babel/plugin-transform-sticky-regex" "^7.12.
|
776
|
+
"@babel/plugin-transform-sticky-regex" "^7.12.7"
|
786
777
|
"@babel/plugin-transform-template-literals" "^7.12.1"
|
787
778
|
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
|
788
779
|
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
|
789
780
|
"@babel/plugin-transform-unicode-regex" "^7.12.1"
|
790
781
|
"@babel/preset-modules" "^0.1.3"
|
791
|
-
"@babel/types" "^7.12.
|
792
|
-
core-js-compat "^3.
|
782
|
+
"@babel/types" "^7.12.7"
|
783
|
+
core-js-compat "^3.7.0"
|
793
784
|
semver "^5.5.0"
|
794
785
|
|
795
786
|
"@babel/preset-modules@^0.1.3":
|
@@ -815,40 +806,40 @@
|
|
815
806
|
source-map-support "^0.5.16"
|
816
807
|
|
817
808
|
"@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
|
818
|
-
version "7.12.
|
819
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.
|
820
|
-
integrity sha512-
|
809
|
+
version "7.12.5"
|
810
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
|
811
|
+
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
|
821
812
|
dependencies:
|
822
813
|
regenerator-runtime "^0.13.4"
|
823
814
|
|
824
|
-
"@babel/template@^7.10.4":
|
825
|
-
version "7.
|
826
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.
|
827
|
-
integrity sha512-
|
815
|
+
"@babel/template@^7.10.4", "@babel/template@^7.12.7":
|
816
|
+
version "7.12.7"
|
817
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
|
818
|
+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
|
828
819
|
dependencies:
|
829
820
|
"@babel/code-frame" "^7.10.4"
|
830
|
-
"@babel/parser" "^7.
|
831
|
-
"@babel/types" "^7.
|
821
|
+
"@babel/parser" "^7.12.7"
|
822
|
+
"@babel/types" "^7.12.7"
|
832
823
|
|
833
|
-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1":
|
834
|
-
version "7.12.
|
835
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.
|
836
|
-
integrity sha512-
|
824
|
+
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9":
|
825
|
+
version "7.12.9"
|
826
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
|
827
|
+
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
|
837
828
|
dependencies:
|
838
829
|
"@babel/code-frame" "^7.10.4"
|
839
|
-
"@babel/generator" "^7.12.
|
830
|
+
"@babel/generator" "^7.12.5"
|
840
831
|
"@babel/helper-function-name" "^7.10.4"
|
841
832
|
"@babel/helper-split-export-declaration" "^7.11.0"
|
842
|
-
"@babel/parser" "^7.12.
|
843
|
-
"@babel/types" "^7.12.
|
833
|
+
"@babel/parser" "^7.12.7"
|
834
|
+
"@babel/types" "^7.12.7"
|
844
835
|
debug "^4.1.0"
|
845
836
|
globals "^11.1.0"
|
846
837
|
lodash "^4.17.19"
|
847
838
|
|
848
|
-
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.4.4":
|
849
|
-
version "7.12.
|
850
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.
|
851
|
-
integrity sha512-
|
839
|
+
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4":
|
840
|
+
version "7.12.7"
|
841
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
|
842
|
+
integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==
|
852
843
|
dependencies:
|
853
844
|
"@babel/helper-validator-identifier" "^7.10.4"
|
854
845
|
lodash "^4.17.19"
|
@@ -950,9 +941,9 @@
|
|
950
941
|
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
|
951
942
|
|
952
943
|
"@types/node@*":
|
953
|
-
version "14.14.
|
954
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.
|
955
|
-
integrity sha512-
|
944
|
+
version "14.14.10"
|
945
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785"
|
946
|
+
integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==
|
956
947
|
|
957
948
|
"@types/unist@^2.0.0", "@types/unist@^2.0.2":
|
958
949
|
version "2.0.3"
|
@@ -1190,9 +1181,9 @@ aws-sign2@~0.7.0:
|
|
1190
1181
|
integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
|
1191
1182
|
|
1192
1183
|
aws4@^1.8.0:
|
1193
|
-
version "1.
|
1194
|
-
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.
|
1195
|
-
integrity sha512-
|
1184
|
+
version "1.11.0"
|
1185
|
+
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
|
1186
|
+
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
1196
1187
|
|
1197
1188
|
babel-plugin-dynamic-import-node@^2.3.3:
|
1198
1189
|
version "2.3.3"
|
@@ -1248,15 +1239,16 @@ browser-stdout@1.3.1:
|
|
1248
1239
|
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
|
1249
1240
|
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
|
1250
1241
|
|
1251
|
-
browserslist@^4.
|
1252
|
-
version "4.14.
|
1253
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.
|
1254
|
-
integrity sha512-
|
1242
|
+
browserslist@^4.14.5, browserslist@^4.14.6:
|
1243
|
+
version "4.14.7"
|
1244
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
|
1245
|
+
integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
|
1255
1246
|
dependencies:
|
1256
|
-
caniuse-lite "^1.0.
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1247
|
+
caniuse-lite "^1.0.30001157"
|
1248
|
+
colorette "^1.2.1"
|
1249
|
+
electron-to-chromium "^1.3.591"
|
1250
|
+
escalade "^3.1.1"
|
1251
|
+
node-releases "^1.1.66"
|
1260
1252
|
|
1261
1253
|
buffer-from@^1.0.0:
|
1262
1254
|
version "1.1.1"
|
@@ -1264,12 +1256,20 @@ buffer-from@^1.0.0:
|
|
1264
1256
|
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
|
1265
1257
|
|
1266
1258
|
"cable_ready@>= 4.3.0":
|
1267
|
-
version "4.
|
1268
|
-
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-4.
|
1269
|
-
integrity sha512
|
1259
|
+
version "4.4.0"
|
1260
|
+
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-4.4.0.tgz#6291d01fcfe306592724be355facfac22c9834d8"
|
1261
|
+
integrity sha512-0KcCu3cuapDx6mo5UnJz8ZSTIMG9qNc+E3AgfF1qozPYCCbtjz+fQZ1rW0C/pUTXvRMNOfvzUjQ0aHU5IaGgVQ==
|
1270
1262
|
dependencies:
|
1271
1263
|
morphdom "^2.6.1"
|
1272
1264
|
|
1265
|
+
call-bind@^1.0.0:
|
1266
|
+
version "1.0.0"
|
1267
|
+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.0.tgz#24127054bb3f9bdcb4b1fb82418186072f77b8ce"
|
1268
|
+
integrity sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w==
|
1269
|
+
dependencies:
|
1270
|
+
function-bind "^1.1.1"
|
1271
|
+
get-intrinsic "^1.0.0"
|
1272
|
+
|
1273
1273
|
caller-callsite@^2.0.0:
|
1274
1274
|
version "2.0.0"
|
1275
1275
|
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
|
@@ -1300,14 +1300,14 @@ camelcase@5.3.1, camelcase@^5.0.0:
|
|
1300
1300
|
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
1301
1301
|
|
1302
1302
|
camelcase@^6.0.0:
|
1303
|
-
version "6.
|
1304
|
-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.
|
1305
|
-
integrity sha512-
|
1303
|
+
version "6.2.0"
|
1304
|
+
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
|
1305
|
+
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
|
1306
1306
|
|
1307
|
-
caniuse-lite@^1.0.
|
1308
|
-
version "1.0.
|
1309
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
1310
|
-
integrity sha512-
|
1307
|
+
caniuse-lite@^1.0.30001157:
|
1308
|
+
version "1.0.30001161"
|
1309
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001161.tgz#64f7ffe79ee780b8c92843ff34feb36cea4651e0"
|
1310
|
+
integrity sha512-JharrCDxOqPLBULF9/SPa6yMcBRTjZARJ6sc3cuKrPfyIk64JN6kuMINWqA99Xc8uElMFcROliwtz0n9pYej+g==
|
1311
1311
|
|
1312
1312
|
caseless@~0.12.0:
|
1313
1313
|
version "0.12.0"
|
@@ -1473,6 +1473,11 @@ color-name@~1.1.4:
|
|
1473
1473
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
1474
1474
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
1475
1475
|
|
1476
|
+
colorette@^1.2.1:
|
1477
|
+
version "1.2.1"
|
1478
|
+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
|
1479
|
+
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
|
1480
|
+
|
1476
1481
|
combined-stream@^1.0.6, combined-stream@~1.0.6:
|
1477
1482
|
version "1.0.8"
|
1478
1483
|
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
|
@@ -1502,12 +1507,12 @@ convert-source-map@^1.7.0:
|
|
1502
1507
|
dependencies:
|
1503
1508
|
safe-buffer "~5.1.1"
|
1504
1509
|
|
1505
|
-
core-js-compat@^3.
|
1506
|
-
version "3.
|
1507
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.
|
1508
|
-
integrity sha512-
|
1510
|
+
core-js-compat@^3.7.0:
|
1511
|
+
version "3.7.0"
|
1512
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed"
|
1513
|
+
integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==
|
1509
1514
|
dependencies:
|
1510
|
-
browserslist "^4.
|
1515
|
+
browserslist "^4.14.6"
|
1511
1516
|
semver "7.0.0"
|
1512
1517
|
|
1513
1518
|
core-util-is@1.0.2:
|
@@ -1588,13 +1593,20 @@ date-fns@^1.27.2:
|
|
1588
1593
|
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
|
1589
1594
|
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
|
1590
1595
|
|
1591
|
-
debug@4.2.0
|
1596
|
+
debug@4.2.0:
|
1592
1597
|
version "4.2.0"
|
1593
1598
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
|
1594
1599
|
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
|
1595
1600
|
dependencies:
|
1596
1601
|
ms "2.1.2"
|
1597
1602
|
|
1603
|
+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
|
1604
|
+
version "4.3.1"
|
1605
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
|
1606
|
+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
|
1607
|
+
dependencies:
|
1608
|
+
ms "2.1.2"
|
1609
|
+
|
1598
1610
|
decamelize@^1.2.0:
|
1599
1611
|
version "1.2.0"
|
1600
1612
|
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
|
@@ -1700,10 +1712,10 @@ editorconfig@0.15.3:
|
|
1700
1712
|
semver "^5.6.0"
|
1701
1713
|
sigmund "^1.0.1"
|
1702
1714
|
|
1703
|
-
electron-to-chromium@^1.3.
|
1704
|
-
version "1.3.
|
1705
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.
|
1706
|
-
integrity sha512-
|
1715
|
+
electron-to-chromium@^1.3.591:
|
1716
|
+
version "1.3.607"
|
1717
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.607.tgz#1bff13f1cf89f2fee0d244b8c64a7138f80f3a3b"
|
1718
|
+
integrity sha512-h2SYNaBnlplGS0YyXl8oJWokfcNxVjJANQfMCsQefG6OSuAuNIeW+A8yGT/ci+xRoBb3k2zq1FrOvkgoKBol8g==
|
1707
1719
|
|
1708
1720
|
elegant-spinner@^1.0.1:
|
1709
1721
|
version "1.0.1"
|
@@ -1751,7 +1763,7 @@ es-abstract@^1.17.4, es-abstract@^1.17.5:
|
|
1751
1763
|
string.prototype.trimend "^1.0.1"
|
1752
1764
|
string.prototype.trimstart "^1.0.1"
|
1753
1765
|
|
1754
|
-
es-abstract@^1.18.0-next.
|
1766
|
+
es-abstract@^1.18.0-next.1:
|
1755
1767
|
version "1.18.0-next.1"
|
1756
1768
|
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
|
1757
1769
|
integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
|
@@ -1783,7 +1795,7 @@ es6-object-assign@^1.1.0:
|
|
1783
1795
|
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
|
1784
1796
|
integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=
|
1785
1797
|
|
1786
|
-
escalade@^3.1.
|
1798
|
+
escalade@^3.1.1:
|
1787
1799
|
version "3.1.1"
|
1788
1800
|
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
1789
1801
|
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
@@ -2155,6 +2167,15 @@ get-caller-file@^2.0.1:
|
|
2155
2167
|
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
|
2156
2168
|
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
2157
2169
|
|
2170
|
+
get-intrinsic@^1.0.0:
|
2171
|
+
version "1.0.1"
|
2172
|
+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.1.tgz#94a9768fcbdd0595a1c9273aacf4c89d075631be"
|
2173
|
+
integrity sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg==
|
2174
|
+
dependencies:
|
2175
|
+
function-bind "^1.1.1"
|
2176
|
+
has "^1.0.3"
|
2177
|
+
has-symbols "^1.0.1"
|
2178
|
+
|
2158
2179
|
get-own-enumerable-property-symbols@^3.0.0:
|
2159
2180
|
version "3.0.2"
|
2160
2181
|
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
|
@@ -2385,9 +2406,9 @@ import-fresh@^2.0.0:
|
|
2385
2406
|
resolve-from "^3.0.0"
|
2386
2407
|
|
2387
2408
|
import-fresh@^3.0.0:
|
2388
|
-
version "3.2.
|
2389
|
-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.
|
2390
|
-
integrity sha512-
|
2409
|
+
version "3.2.2"
|
2410
|
+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e"
|
2411
|
+
integrity sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==
|
2391
2412
|
dependencies:
|
2392
2413
|
parent-module "^1.0.0"
|
2393
2414
|
resolve-from "^4.0.0"
|
@@ -2480,9 +2501,9 @@ is-binary-path@~2.1.0:
|
|
2480
2501
|
binary-extensions "^2.0.0"
|
2481
2502
|
|
2482
2503
|
is-buffer@^2.0.0:
|
2483
|
-
version "2.0.
|
2484
|
-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.
|
2485
|
-
integrity sha512-
|
2504
|
+
version "2.0.5"
|
2505
|
+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
|
2506
|
+
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
|
2486
2507
|
|
2487
2508
|
is-callable@^1.1.4, is-callable@^1.2.2:
|
2488
2509
|
version "1.2.2"
|
@@ -2496,10 +2517,10 @@ is-ci@2.0.0:
|
|
2496
2517
|
dependencies:
|
2497
2518
|
ci-info "^2.0.0"
|
2498
2519
|
|
2499
|
-
is-core-module@^2.
|
2500
|
-
version "2.
|
2501
|
-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.
|
2502
|
-
integrity sha512-
|
2520
|
+
is-core-module@^2.1.0:
|
2521
|
+
version "2.1.0"
|
2522
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1.0.tgz#a4cc031d9b1aca63eecbd18a650e13cb4eeab946"
|
2523
|
+
integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==
|
2503
2524
|
dependencies:
|
2504
2525
|
has "^1.0.3"
|
2505
2526
|
|
@@ -3067,9 +3088,9 @@ mkdirp@^0.5.1:
|
|
3067
3088
|
minimist "^1.2.5"
|
3068
3089
|
|
3069
3090
|
mocha@^8.0.1:
|
3070
|
-
version "8.2.
|
3071
|
-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.
|
3072
|
-
integrity sha512-
|
3091
|
+
version "8.2.1"
|
3092
|
+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.1.tgz#f2fa68817ed0e53343d989df65ccd358bc3a4b39"
|
3093
|
+
integrity sha512-cuLBVfyFfFqbNR0uUKbDGXKGk+UDFe6aR4os78XIrMQpZl/nv7JYHcvP5MFIAb374b2zFXsdgEGwmzMtP0Xg8w==
|
3073
3094
|
dependencies:
|
3074
3095
|
"@ungap/promise-all-settled" "1.1.2"
|
3075
3096
|
ansi-colors "4.1.1"
|
@@ -3157,10 +3178,10 @@ node-modules-regexp@^1.0.0:
|
|
3157
3178
|
resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
|
3158
3179
|
integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
|
3159
3180
|
|
3160
|
-
node-releases@^1.1.
|
3161
|
-
version "1.1.
|
3162
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.
|
3163
|
-
integrity sha512-
|
3181
|
+
node-releases@^1.1.66:
|
3182
|
+
version "1.1.67"
|
3183
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12"
|
3184
|
+
integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==
|
3164
3185
|
|
3165
3186
|
normalize-path@3.0.0, normalize-path@^3.0.0, normalize-path@~3.0.0:
|
3166
3187
|
version "3.0.0"
|
@@ -3213,12 +3234,12 @@ object-keys@^1.0.12, object-keys@^1.1.1:
|
|
3213
3234
|
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
|
3214
3235
|
|
3215
3236
|
object.assign@^4.1.0, object.assign@^4.1.1:
|
3216
|
-
version "4.1.
|
3217
|
-
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.
|
3218
|
-
integrity sha512-
|
3237
|
+
version "4.1.2"
|
3238
|
+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
|
3239
|
+
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
|
3219
3240
|
dependencies:
|
3241
|
+
call-bind "^1.0.0"
|
3220
3242
|
define-properties "^1.1.3"
|
3221
|
-
es-abstract "^1.18.0-next.0"
|
3222
3243
|
has-symbols "^1.0.1"
|
3223
3244
|
object-keys "^1.1.1"
|
3224
3245
|
|
@@ -3283,11 +3304,11 @@ p-limit@^2.0.0, p-limit@^2.2.0:
|
|
3283
3304
|
p-try "^2.0.0"
|
3284
3305
|
|
3285
3306
|
p-limit@^3.0.2:
|
3286
|
-
version "3.0
|
3287
|
-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.
|
3288
|
-
integrity sha512-
|
3307
|
+
version "3.1.0"
|
3308
|
+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
|
3309
|
+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
|
3289
3310
|
dependencies:
|
3290
|
-
|
3311
|
+
yocto-queue "^0.1.0"
|
3291
3312
|
|
3292
3313
|
p-locate@^3.0.0:
|
3293
3314
|
version "3.0.0"
|
@@ -3650,9 +3671,9 @@ regenerate-unicode-properties@^8.2.0:
|
|
3650
3671
|
regenerate "^1.4.0"
|
3651
3672
|
|
3652
3673
|
regenerate@^1.4.0:
|
3653
|
-
version "1.4.
|
3654
|
-
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.
|
3655
|
-
integrity sha512-
|
3674
|
+
version "1.4.2"
|
3675
|
+
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
|
3676
|
+
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
|
3656
3677
|
|
3657
3678
|
regenerator-runtime@^0.13.4:
|
3658
3679
|
version "0.13.7"
|
@@ -3810,11 +3831,11 @@ resolve@1.15.1:
|
|
3810
3831
|
path-parse "^1.0.6"
|
3811
3832
|
|
3812
3833
|
resolve@^1.3.2:
|
3813
|
-
version "1.
|
3814
|
-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.
|
3815
|
-
integrity sha512-
|
3834
|
+
version "1.19.0"
|
3835
|
+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
|
3836
|
+
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
|
3816
3837
|
dependencies:
|
3817
|
-
is-core-module "^2.
|
3838
|
+
is-core-module "^2.1.0"
|
3818
3839
|
path-parse "^1.0.6"
|
3819
3840
|
|
3820
3841
|
restore-cursor@^2.0.0:
|
@@ -4078,20 +4099,20 @@ string-width@^3.0.0, string-width@^3.1.0:
|
|
4078
4099
|
strip-ansi "^5.1.0"
|
4079
4100
|
|
4080
4101
|
string.prototype.trimend@^1.0.1:
|
4081
|
-
version "1.0.
|
4082
|
-
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.
|
4083
|
-
integrity sha512-
|
4102
|
+
version "1.0.3"
|
4103
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz#a22bd53cca5c7cf44d7c9d5c732118873d6cd18b"
|
4104
|
+
integrity sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==
|
4084
4105
|
dependencies:
|
4106
|
+
call-bind "^1.0.0"
|
4085
4107
|
define-properties "^1.1.3"
|
4086
|
-
es-abstract "^1.18.0-next.1"
|
4087
4108
|
|
4088
4109
|
string.prototype.trimstart@^1.0.1:
|
4089
|
-
version "1.0.
|
4090
|
-
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.
|
4091
|
-
integrity sha512-
|
4110
|
+
version "1.0.3"
|
4111
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz#9b4cb590e123bb36564401d59824298de50fd5aa"
|
4112
|
+
integrity sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==
|
4092
4113
|
dependencies:
|
4114
|
+
call-bind "^1.0.0"
|
4093
4115
|
define-properties "^1.1.3"
|
4094
|
-
es-abstract "^1.18.0-next.1"
|
4095
4116
|
|
4096
4117
|
stringify-object@^3.3.0:
|
4097
4118
|
version "3.3.0"
|
@@ -4303,9 +4324,9 @@ type-fest@^0.8.1:
|
|
4303
4324
|
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
4304
4325
|
|
4305
4326
|
uglify-js@^3.1.4:
|
4306
|
-
version "3.
|
4307
|
-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.
|
4308
|
-
integrity sha512-
|
4327
|
+
version "3.12.0"
|
4328
|
+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.0.tgz#b943f129275c41d435eb54b643bbffee71dccf57"
|
4329
|
+
integrity sha512-8lBMSkFZuAK7gGF8LswsXmir8eX8d2AAMOnxSDWjKBx/fBR6MypQjs78m6ML9zQVp1/hD4TBdfeMZMC7nW1TAA==
|
4309
4330
|
|
4310
4331
|
unherit@^1.0.4:
|
4311
4332
|
version "1.1.3"
|
@@ -4426,9 +4447,9 @@ uuid@^3.3.2:
|
|
4426
4447
|
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
4427
4448
|
|
4428
4449
|
v8-compile-cache@^2.0.3:
|
4429
|
-
version "2.
|
4430
|
-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.
|
4431
|
-
integrity sha512-
|
4450
|
+
version "2.2.0"
|
4451
|
+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
|
4452
|
+
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
|
4432
4453
|
|
4433
4454
|
verror@1.10.0:
|
4434
4455
|
version "1.10.0"
|
@@ -4600,9 +4621,9 @@ write@1.0.3:
|
|
4600
4621
|
mkdirp "^0.5.1"
|
4601
4622
|
|
4602
4623
|
ws@^7.2.3:
|
4603
|
-
version "7.
|
4604
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.
|
4605
|
-
integrity sha512-
|
4624
|
+
version "7.4.0"
|
4625
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.0.tgz#a5dd76a24197940d4a8bb9e0e152bb4503764da7"
|
4626
|
+
integrity sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==
|
4606
4627
|
|
4607
4628
|
xml-name-validator@^3.0.0:
|
4608
4629
|
version "3.0.0"
|
@@ -4683,3 +4704,8 @@ yargs@13.3.2:
|
|
4683
4704
|
which-module "^2.0.0"
|
4684
4705
|
y18n "^4.0.0"
|
4685
4706
|
yargs-parser "^13.1.2"
|
4707
|
+
|
4708
|
+
yocto-queue@^0.1.0:
|
4709
|
+
version "0.1.0"
|
4710
|
+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
4711
|
+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stimulus_reflex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.0.
|
4
|
+
version: 3.4.0.pre5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Hopkins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rack
|