station 0.0.115 → 0.0.118
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nexmo_developer/Gemfile.lock +1 -1
- data/lib/nexmo_developer/app/views/layouts/partials/_sidenav_subitem.html.erb +3 -0
- data/lib/nexmo_developer/version.rb +1 -1
- data/package.json +13 -11
- data/station.gemspec +4 -4
- data/yarn.lock +259 -239
- metadata +18 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25755e3c43da4163dab4f1cf4a1967b544f4d1d2a57e8d15594400d6684e5d6d
|
4
|
+
data.tar.gz: d13ed08a5c4e1dcdb6c533f0cead6421e51cac65354373a7c039f752b337ec08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bc45e9f780bd12fecc0104f5c261ec279a9f8d44636588208aaa7f59d7a83137e81f240597e11645aac565374d2018896823fc9c2b7ea852efc844192df74ac
|
7
|
+
data.tar.gz: 3aa3de175695e4e6fa0473397d18a75011898123b7218067cffc240c5efcf7f37b9b7c9cd14acf04c3ee4d55142fb94ad5819ba3c6826d0e14afd3d0b58c7314
|
@@ -14,6 +14,9 @@
|
|
14
14
|
<% end %>
|
15
15
|
<% elsif sidenav_subitem.collapsible? %>
|
16
16
|
<li class="js--collapsible navigation-item--<%= sidenav_subitem.title.parameterize %> navigation-item">
|
17
|
+
<% if sidenav_subitem.label? %>
|
18
|
+
<%= link_to(sidenav_subitem.label, sidenav_subitem.link_url, class: "#{sidenav_subitem.css_classes}", role: 'link') %>
|
19
|
+
<% end %>
|
17
20
|
<a class="Vlt-sidemenu__trigger" href="/concepts" role="link">
|
18
21
|
<span class="Vlt-sidemenu__label"><%= sidenav_subitem.title %></span>
|
19
22
|
</a>
|
data/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
3
|
"@activeadmin/activeadmin": "^2.9.0",
|
4
|
-
"@babel/core": "^7.13.
|
4
|
+
"@babel/core": "^7.13.10",
|
5
5
|
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
6
6
|
"@babel/plugin-proposal-decorators": "^7.13.5",
|
7
7
|
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
|
@@ -12,22 +12,22 @@
|
|
12
12
|
"@babel/plugin-proposal-throw-expressions": "^7.12.13",
|
13
13
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
14
14
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
15
|
-
"@babel/preset-env": "^7.13.
|
15
|
+
"@babel/preset-env": "^7.13.12",
|
16
16
|
"@googlemaps/google-maps-services-js": "^3.1.16",
|
17
17
|
"@rails/ujs": "^6.1.3",
|
18
18
|
"@rails/webpacker": "^5.2.1",
|
19
19
|
"@vonagevolta/volta2": "^0.1.6",
|
20
|
-
"algoliasearch": "^4.8.
|
20
|
+
"algoliasearch": "^4.8.6",
|
21
21
|
"autoprefixer": "9.8.6",
|
22
22
|
"babel-loader": "^8.2.2",
|
23
23
|
"babel-preset-babili": "^0.1.4",
|
24
24
|
"chart.js": "^2.9.4",
|
25
25
|
"chartkick": "^3.2.1",
|
26
|
-
"clipboard": "^2.0.
|
26
|
+
"clipboard": "^2.0.8",
|
27
27
|
"coffee-loader": "^1.0.1",
|
28
28
|
"coffee-script": "^1.12.7",
|
29
29
|
"compression-webpack-plugin": "^6.1.1",
|
30
|
-
"css-loader": "^5.
|
30
|
+
"css-loader": "^5.2.0",
|
31
31
|
"dotenv": "^8.2.0",
|
32
32
|
"fetch-mock": "^9.11.0",
|
33
33
|
"file-loader": "^6.2.0",
|
@@ -37,11 +37,11 @@
|
|
37
37
|
"https-proxy-agent": "^5.0.0",
|
38
38
|
"jquery": "^3.6.0",
|
39
39
|
"js-yaml": "4.0.0",
|
40
|
-
"jsrsasign": "^10.1.
|
40
|
+
"jsrsasign": "^10.1.13",
|
41
41
|
"kind-of": "^6.0.3",
|
42
42
|
"lodash": "^4.17.21",
|
43
43
|
"markdown-spellcheck": "^1.3.1",
|
44
|
-
"mermaid": "^8.9.
|
44
|
+
"mermaid": "^8.9.2",
|
45
45
|
"node-sass": "^5.0.0",
|
46
46
|
"path-complete-extname": "^1.0.0",
|
47
47
|
"postcss-cssnext": "^3.0.2",
|
@@ -55,13 +55,13 @@
|
|
55
55
|
"serialize-javascript": "^5.0.1",
|
56
56
|
"sha1-file": "^1.0.0",
|
57
57
|
"style-loader": "^2.0.0",
|
58
|
-
"underscore": "^1.12.
|
58
|
+
"underscore": "^1.12.1",
|
59
59
|
"vue": "^2.6.12",
|
60
60
|
"vue-loader": "^15.9.6",
|
61
61
|
"vue-template-compiler": "^2.6.12",
|
62
62
|
"webfontloader": "^1.6.28",
|
63
63
|
"webpack": "^4.44.2",
|
64
|
-
"webpack-manifest-plugin": "^3.
|
64
|
+
"webpack-manifest-plugin": "^3.1.0",
|
65
65
|
"webpack-merge": "^5.7.3",
|
66
66
|
"websocket-extensions": "^0.1.4",
|
67
67
|
"whatwg-fetch": "^3.6.2"
|
@@ -74,14 +74,16 @@
|
|
74
74
|
"http-proxy": "^1.18.1",
|
75
75
|
"serialize-javascript": "^5.0.1",
|
76
76
|
"url-regex": "^5.0.0",
|
77
|
-
"marked": "^0.7.0"
|
77
|
+
"marked": "^0.7.0",
|
78
|
+
"is-svg": "^4.2.2",
|
79
|
+
"ssri": "^8.0.1"
|
78
80
|
},
|
79
81
|
"devDependencies": {
|
80
82
|
"@vue/test-utils": "1.1.3",
|
81
83
|
"alex": "^9.1.0",
|
82
84
|
"babel-core": "^7.0.0-bridge.0",
|
83
85
|
"babel-jest": "^26.6.3",
|
84
|
-
"eslint": "^7.
|
86
|
+
"eslint": "^7.22.0",
|
85
87
|
"eslint-config-standard": "^16.0.2",
|
86
88
|
"eslint-plugin-import": "^2.22.1",
|
87
89
|
"eslint-plugin-node": "^11.1.0",
|
data/station.gemspec
CHANGED
@@ -69,14 +69,14 @@ Gem::Specification.new do |spec|
|
|
69
69
|
spec.add_runtime_dependency('terminal-table', '3.0.0')
|
70
70
|
spec.add_runtime_dependency('lograge', '0.11.2')
|
71
71
|
spec.add_runtime_dependency('jbuilder', '2.11.2')
|
72
|
-
spec.add_runtime_dependency('nokogiri', '1.11.
|
72
|
+
spec.add_runtime_dependency('nokogiri', '1.11.2')
|
73
73
|
spec.add_runtime_dependency('ruby-progressbar', '1.11.0')
|
74
74
|
spec.add_runtime_dependency('colorize', '0.8.1')
|
75
75
|
spec.add_runtime_dependency('neatjson', '0.9')
|
76
76
|
spec.add_runtime_dependency('slack-notifier', '2.3.2')
|
77
77
|
spec.add_runtime_dependency('titleize', '1.4.1')
|
78
|
-
spec.add_runtime_dependency('countries', '3.0
|
79
|
-
spec.add_runtime_dependency('country_select', '
|
78
|
+
spec.add_runtime_dependency('countries', '3.1.0')
|
79
|
+
spec.add_runtime_dependency('country_select', '5.0.1')
|
80
80
|
spec.add_runtime_dependency('smartling', '2.0.3')
|
81
81
|
spec.add_runtime_dependency('newrelic_rpm', '6.15.0')
|
82
82
|
spec.add_runtime_dependency('redis', '4.2.5')
|
@@ -84,7 +84,7 @@ Gem::Specification.new do |spec|
|
|
84
84
|
spec.add_runtime_dependency('gmaps4rails', '2.1.2')
|
85
85
|
spec.add_runtime_dependency('chartkick', '3.4.2')
|
86
86
|
|
87
|
-
spec.add_development_dependency('rubocop', '~> 1.
|
87
|
+
spec.add_development_dependency('rubocop', '~> 1.12.0')
|
88
88
|
spec.add_development_dependency('rubocop-rails', '~> 2.6')
|
89
89
|
|
90
90
|
spec.metadata = {
|
data/yarn.lock
CHANGED
@@ -11,109 +11,109 @@
|
|
11
11
|
jquery-ui "^1.12.1"
|
12
12
|
jquery-ujs "^1.2.2"
|
13
13
|
|
14
|
-
"@algolia/cache-browser-local-storage@4.8.
|
15
|
-
version "4.8.
|
16
|
-
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.8.
|
17
|
-
integrity sha512-
|
18
|
-
dependencies:
|
19
|
-
"@algolia/cache-common" "4.8.
|
20
|
-
|
21
|
-
"@algolia/cache-common@4.8.
|
22
|
-
version "4.8.
|
23
|
-
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.8.
|
24
|
-
integrity sha512-
|
25
|
-
|
26
|
-
"@algolia/cache-in-memory@4.8.
|
27
|
-
version "4.8.
|
28
|
-
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.8.
|
29
|
-
integrity sha512-
|
30
|
-
dependencies:
|
31
|
-
"@algolia/cache-common" "4.8.
|
32
|
-
|
33
|
-
"@algolia/client-account@4.8.
|
34
|
-
version "4.8.
|
35
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.8.
|
36
|
-
integrity sha512-
|
37
|
-
dependencies:
|
38
|
-
"@algolia/client-common" "4.8.
|
39
|
-
"@algolia/client-search" "4.8.
|
40
|
-
"@algolia/transporter" "4.8.
|
41
|
-
|
42
|
-
"@algolia/client-analytics@4.8.
|
43
|
-
version "4.8.
|
44
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.8.
|
45
|
-
integrity sha512-
|
46
|
-
dependencies:
|
47
|
-
"@algolia/client-common" "4.8.
|
48
|
-
"@algolia/client-search" "4.8.
|
49
|
-
"@algolia/requester-common" "4.8.
|
50
|
-
"@algolia/transporter" "4.8.
|
51
|
-
|
52
|
-
"@algolia/client-common@4.8.
|
53
|
-
version "4.8.
|
54
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.8.
|
55
|
-
integrity sha512-
|
56
|
-
dependencies:
|
57
|
-
"@algolia/requester-common" "4.8.
|
58
|
-
"@algolia/transporter" "4.8.
|
59
|
-
|
60
|
-
"@algolia/client-recommendation@4.8.
|
61
|
-
version "4.8.
|
62
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.8.
|
63
|
-
integrity sha512-
|
64
|
-
dependencies:
|
65
|
-
"@algolia/client-common" "4.8.
|
66
|
-
"@algolia/requester-common" "4.8.
|
67
|
-
"@algolia/transporter" "4.8.
|
68
|
-
|
69
|
-
"@algolia/client-search@4.8.
|
70
|
-
version "4.8.
|
71
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.8.
|
72
|
-
integrity sha512-
|
73
|
-
dependencies:
|
74
|
-
"@algolia/client-common" "4.8.
|
75
|
-
"@algolia/requester-common" "4.8.
|
76
|
-
"@algolia/transporter" "4.8.
|
77
|
-
|
78
|
-
"@algolia/logger-common@4.8.
|
79
|
-
version "4.8.
|
80
|
-
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.8.
|
81
|
-
integrity sha512-
|
82
|
-
|
83
|
-
"@algolia/logger-console@4.8.
|
84
|
-
version "4.8.
|
85
|
-
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.8.
|
86
|
-
integrity sha512-
|
87
|
-
dependencies:
|
88
|
-
"@algolia/logger-common" "4.8.
|
89
|
-
|
90
|
-
"@algolia/requester-browser-xhr@4.8.
|
91
|
-
version "4.8.
|
92
|
-
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.8.
|
93
|
-
integrity sha512-
|
94
|
-
dependencies:
|
95
|
-
"@algolia/requester-common" "4.8.
|
96
|
-
|
97
|
-
"@algolia/requester-common@4.8.
|
98
|
-
version "4.8.
|
99
|
-
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.8.
|
100
|
-
integrity sha512-
|
101
|
-
|
102
|
-
"@algolia/requester-node-http@4.8.
|
103
|
-
version "4.8.
|
104
|
-
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.8.
|
105
|
-
integrity sha512-
|
106
|
-
dependencies:
|
107
|
-
"@algolia/requester-common" "4.8.
|
108
|
-
|
109
|
-
"@algolia/transporter@4.8.
|
110
|
-
version "4.8.
|
111
|
-
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.8.
|
112
|
-
integrity sha512-
|
113
|
-
dependencies:
|
114
|
-
"@algolia/cache-common" "4.8.
|
115
|
-
"@algolia/logger-common" "4.8.
|
116
|
-
"@algolia/requester-common" "4.8.
|
14
|
+
"@algolia/cache-browser-local-storage@4.8.6":
|
15
|
+
version "4.8.6"
|
16
|
+
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.8.6.tgz#6be9644b68efbbc231ac3f0a4cfa985ef31eade9"
|
17
|
+
integrity sha512-Bam7otzjIEgrRXWmk0Amm1+B3ROI5dQnUfJEBjIy0YPM0kMahEoJXCw6160tGKxJLl1g6icoC953nGshQKO7cA==
|
18
|
+
dependencies:
|
19
|
+
"@algolia/cache-common" "4.8.6"
|
20
|
+
|
21
|
+
"@algolia/cache-common@4.8.6":
|
22
|
+
version "4.8.6"
|
23
|
+
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.8.6.tgz#dff1697a0fe3d7856630071559661ec5ad90f31c"
|
24
|
+
integrity sha512-eGQlsXU5G7n4RvV/K6qe6lRAeL6EKAYPT3yZDBjCW4pAh7JWta+77a7BwUQkTqXN1MEQWZXjex3E4z/vFpzNrg==
|
25
|
+
|
26
|
+
"@algolia/cache-in-memory@4.8.6":
|
27
|
+
version "4.8.6"
|
28
|
+
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.8.6.tgz#9a100a1be05e700a253ef4bdabd3bd45df2f67d4"
|
29
|
+
integrity sha512-kbJrvCFANxL/l5Pq1NFyHLRphKDwmqcD/OJga0IbNKEulRGDPkt1+pC7/q8d2ikP12adBjLLg2CVias9RJpIaw==
|
30
|
+
dependencies:
|
31
|
+
"@algolia/cache-common" "4.8.6"
|
32
|
+
|
33
|
+
"@algolia/client-account@4.8.6":
|
34
|
+
version "4.8.6"
|
35
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.8.6.tgz#050cfd6a6d3e06a5a8e1029f24d6d50524d186c6"
|
36
|
+
integrity sha512-FQVJE/BgCb78jtG7V0r30sMl9P5JKsrsOacGtGF2YebqI0YF25y8Z1nO39lbdjahxUS3QkDw2d0P2EVMj65g2Q==
|
37
|
+
dependencies:
|
38
|
+
"@algolia/client-common" "4.8.6"
|
39
|
+
"@algolia/client-search" "4.8.6"
|
40
|
+
"@algolia/transporter" "4.8.6"
|
41
|
+
|
42
|
+
"@algolia/client-analytics@4.8.6":
|
43
|
+
version "4.8.6"
|
44
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.8.6.tgz#ac644cfc9d87a085b9e53c71a42ef6e90d828501"
|
45
|
+
integrity sha512-ZBYFUlzNaWDFtt0rYHI7xbfVX0lPWU9lcEEXI/BlnkRgEkm247H503tNatPQFA1YGkob52EU18sV1eJ+OFRBLA==
|
46
|
+
dependencies:
|
47
|
+
"@algolia/client-common" "4.8.6"
|
48
|
+
"@algolia/client-search" "4.8.6"
|
49
|
+
"@algolia/requester-common" "4.8.6"
|
50
|
+
"@algolia/transporter" "4.8.6"
|
51
|
+
|
52
|
+
"@algolia/client-common@4.8.6":
|
53
|
+
version "4.8.6"
|
54
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.8.6.tgz#c8b81af250ed8beb741a0e5cfdd3236bb4292c94"
|
55
|
+
integrity sha512-8dI+K3Nvbes2YRZm2LY7bdCUD05e60BhacrMLxFuKxnBGuNehME1wbxq/QxcG1iNFJlxLIze5TxIcNN3+pn76g==
|
56
|
+
dependencies:
|
57
|
+
"@algolia/requester-common" "4.8.6"
|
58
|
+
"@algolia/transporter" "4.8.6"
|
59
|
+
|
60
|
+
"@algolia/client-recommendation@4.8.6":
|
61
|
+
version "4.8.6"
|
62
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.8.6.tgz#2518a09bfbeaec78b0d7a4213107f0899f80f9ac"
|
63
|
+
integrity sha512-Kg8DpjwvaWWujNx6sAUrSL+NTHxFe/UNaliCcSKaMhd3+FiPXN+CrSkO0KWR7I+oK2qGBTG/2Y0BhFOJ5/B/RA==
|
64
|
+
dependencies:
|
65
|
+
"@algolia/client-common" "4.8.6"
|
66
|
+
"@algolia/requester-common" "4.8.6"
|
67
|
+
"@algolia/transporter" "4.8.6"
|
68
|
+
|
69
|
+
"@algolia/client-search@4.8.6":
|
70
|
+
version "4.8.6"
|
71
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.8.6.tgz#1ca3f28c04ef4120b0563a293b30fcfe1b3fd1d0"
|
72
|
+
integrity sha512-vXLS6umL/9G3bwqc6pkrS9K5/s8coq55mpfRARL+bs0NsToOf77WSTdwzlxv/KdbVF7dHjXgUpBvJ6RyR4ZdAw==
|
73
|
+
dependencies:
|
74
|
+
"@algolia/client-common" "4.8.6"
|
75
|
+
"@algolia/requester-common" "4.8.6"
|
76
|
+
"@algolia/transporter" "4.8.6"
|
77
|
+
|
78
|
+
"@algolia/logger-common@4.8.6":
|
79
|
+
version "4.8.6"
|
80
|
+
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.8.6.tgz#8c44a4f550e12418b0ec8d76a068e4f1c64206d1"
|
81
|
+
integrity sha512-FMRxZGdDxSzd0/Mv0R1021FvUt0CcbsQLYeyckvSWX8w+Uk4o0lcV6UtZdERVR5XZsGOqoXLMIYDbR2vkbGbVw==
|
82
|
+
|
83
|
+
"@algolia/logger-console@4.8.6":
|
84
|
+
version "4.8.6"
|
85
|
+
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.8.6.tgz#77176570fa6532fa846c7cfa2c6280935b1a3a06"
|
86
|
+
integrity sha512-TYw9lwUCjvApC6Z0zn36T6gkCl7hbfJmnU+Z/D8pFJ3Yp7lz06S3oWGjbdrULrYP1w1VOhjd0X7/yGNsMhzutQ==
|
87
|
+
dependencies:
|
88
|
+
"@algolia/logger-common" "4.8.6"
|
89
|
+
|
90
|
+
"@algolia/requester-browser-xhr@4.8.6":
|
91
|
+
version "4.8.6"
|
92
|
+
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.8.6.tgz#dbcb5906d10c619d7f08fced2f68fa09abffe5fd"
|
93
|
+
integrity sha512-omh6uJ3CJXOmcrU9M3/KfGg8XkUuGJGIMkqEbkFvIebpBJxfs6TVs0ziNeMFAcAfhi8/CGgpLbDSgJtWdGQa6w==
|
94
|
+
dependencies:
|
95
|
+
"@algolia/requester-common" "4.8.6"
|
96
|
+
|
97
|
+
"@algolia/requester-common@4.8.6":
|
98
|
+
version "4.8.6"
|
99
|
+
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.8.6.tgz#37ea1f9ecc1afcd91532b9f9c952c62fdef42bca"
|
100
|
+
integrity sha512-r5xJqq/D9KACkI5DgRbrysVL5DUUagikpciH0k0zjBbm+cXiYfpmdflo/h6JnY6kmvWgjr/4DoeTjKYb/0deAQ==
|
101
|
+
|
102
|
+
"@algolia/requester-node-http@4.8.6":
|
103
|
+
version "4.8.6"
|
104
|
+
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.8.6.tgz#e966293224f3bd1ba32ce4f9bc0fdada5d8e69ec"
|
105
|
+
integrity sha512-TB36OqTVOKyHCOtdxhn/IJyI/NXi/BWy8IEbsiWwwZWlL79NWHbetj49jXWFolEYEuu8PgDjjZGpRhypSuO9XQ==
|
106
|
+
dependencies:
|
107
|
+
"@algolia/requester-common" "4.8.6"
|
108
|
+
|
109
|
+
"@algolia/transporter@4.8.6":
|
110
|
+
version "4.8.6"
|
111
|
+
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.8.6.tgz#b605dcd971aed374bdd95dd8938b93b9df650109"
|
112
|
+
integrity sha512-NRb31J0TP7EPoVMpXZ4yAtr61d26R8KGaf6qdULknvq5sOVHuuH4PwmF08386ERfIsgnM/OBhl+uzwACdCIjSg==
|
113
|
+
dependencies:
|
114
|
+
"@algolia/cache-common" "4.8.6"
|
115
|
+
"@algolia/logger-common" "4.8.6"
|
116
|
+
"@algolia/requester-common" "4.8.6"
|
117
117
|
|
118
118
|
"@babel/code-frame@7.12.11":
|
119
119
|
version "7.12.11"
|
@@ -129,22 +129,22 @@
|
|
129
129
|
dependencies:
|
130
130
|
"@babel/highlight" "^7.12.13"
|
131
131
|
|
132
|
-
"@babel/compat-data@^7.13.0", "@babel/compat-data@^7.13.8":
|
133
|
-
version "7.13.
|
134
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.
|
135
|
-
integrity sha512-
|
132
|
+
"@babel/compat-data@^7.13.0", "@babel/compat-data@^7.13.12", "@babel/compat-data@^7.13.8":
|
133
|
+
version "7.13.12"
|
134
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
|
135
|
+
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
|
136
136
|
|
137
|
-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.13.
|
138
|
-
version "7.13.
|
139
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.
|
140
|
-
integrity sha512-
|
137
|
+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.13.10", "@babel/core@^7.7.5":
|
138
|
+
version "7.13.10"
|
139
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
|
140
|
+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
|
141
141
|
dependencies:
|
142
142
|
"@babel/code-frame" "^7.12.13"
|
143
|
-
"@babel/generator" "^7.13.
|
144
|
-
"@babel/helper-compilation-targets" "^7.13.
|
143
|
+
"@babel/generator" "^7.13.9"
|
144
|
+
"@babel/helper-compilation-targets" "^7.13.10"
|
145
145
|
"@babel/helper-module-transforms" "^7.13.0"
|
146
|
-
"@babel/helpers" "^7.13.
|
147
|
-
"@babel/parser" "^7.13.
|
146
|
+
"@babel/helpers" "^7.13.10"
|
147
|
+
"@babel/parser" "^7.13.10"
|
148
148
|
"@babel/template" "^7.12.13"
|
149
149
|
"@babel/traverse" "^7.13.0"
|
150
150
|
"@babel/types" "^7.13.0"
|
@@ -156,10 +156,10 @@
|
|
156
156
|
semver "^6.3.0"
|
157
157
|
source-map "^0.5.0"
|
158
158
|
|
159
|
-
"@babel/generator@^7.13.0":
|
160
|
-
version "7.13.
|
161
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.
|
162
|
-
integrity sha512-
|
159
|
+
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9":
|
160
|
+
version "7.13.9"
|
161
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
|
162
|
+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
|
163
163
|
dependencies:
|
164
164
|
"@babel/types" "^7.13.0"
|
165
165
|
jsesc "^2.5.1"
|
@@ -180,10 +180,10 @@
|
|
180
180
|
"@babel/helper-explode-assignable-expression" "^7.12.13"
|
181
181
|
"@babel/types" "^7.12.13"
|
182
182
|
|
183
|
-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.8":
|
184
|
-
version "7.13.
|
185
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.
|
186
|
-
integrity sha512
|
183
|
+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.8":
|
184
|
+
version "7.13.10"
|
185
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
|
186
|
+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
|
187
187
|
dependencies:
|
188
188
|
"@babel/compat-data" "^7.13.8"
|
189
189
|
"@babel/helper-validator-option" "^7.12.17"
|
@@ -382,10 +382,10 @@
|
|
382
382
|
"@babel/traverse" "^7.13.0"
|
383
383
|
"@babel/types" "^7.13.0"
|
384
384
|
|
385
|
-
"@babel/helpers@^7.13.
|
386
|
-
version "7.13.
|
387
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.
|
388
|
-
integrity sha512-
|
385
|
+
"@babel/helpers@^7.13.10":
|
386
|
+
version "7.13.10"
|
387
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
|
388
|
+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
|
389
389
|
dependencies:
|
390
390
|
"@babel/template" "^7.12.13"
|
391
391
|
"@babel/traverse" "^7.13.0"
|
@@ -400,10 +400,19 @@
|
|
400
400
|
chalk "^2.0.0"
|
401
401
|
js-tokens "^4.0.0"
|
402
402
|
|
403
|
-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.
|
404
|
-
version "7.13.
|
405
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.
|
406
|
-
integrity sha512-
|
403
|
+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10":
|
404
|
+
version "7.13.10"
|
405
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
|
406
|
+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
|
407
|
+
|
408
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
409
|
+
version "7.13.12"
|
410
|
+
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"
|
411
|
+
integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==
|
412
|
+
dependencies:
|
413
|
+
"@babel/helper-plugin-utils" "^7.13.0"
|
414
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
415
|
+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
|
407
416
|
|
408
417
|
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
|
409
418
|
version "7.13.8"
|
@@ -507,10 +516,10 @@
|
|
507
516
|
"@babel/helper-plugin-utils" "^7.13.0"
|
508
517
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
509
518
|
|
510
|
-
"@babel/plugin-proposal-optional-chaining@^7.13.
|
511
|
-
version "7.13.
|
512
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.
|
513
|
-
integrity sha512-
|
519
|
+
"@babel/plugin-proposal-optional-chaining@^7.13.12":
|
520
|
+
version "7.13.12"
|
521
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
|
522
|
+
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
|
514
523
|
dependencies:
|
515
524
|
"@babel/helper-plugin-utils" "^7.13.0"
|
516
525
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
@@ -916,15 +925,16 @@
|
|
916
925
|
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
917
926
|
"@babel/helper-plugin-utils" "^7.12.13"
|
918
927
|
|
919
|
-
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.13.
|
920
|
-
version "7.13.
|
921
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.
|
922
|
-
integrity sha512-
|
928
|
+
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.13.12":
|
929
|
+
version "7.13.12"
|
930
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
|
931
|
+
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
|
923
932
|
dependencies:
|
924
|
-
"@babel/compat-data" "^7.13.
|
925
|
-
"@babel/helper-compilation-targets" "^7.13.
|
933
|
+
"@babel/compat-data" "^7.13.12"
|
934
|
+
"@babel/helper-compilation-targets" "^7.13.10"
|
926
935
|
"@babel/helper-plugin-utils" "^7.13.0"
|
927
936
|
"@babel/helper-validator-option" "^7.12.17"
|
937
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
|
928
938
|
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
|
929
939
|
"@babel/plugin-proposal-class-properties" "^7.13.0"
|
930
940
|
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
|
@@ -935,7 +945,7 @@
|
|
935
945
|
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
|
936
946
|
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
|
937
947
|
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
|
938
|
-
"@babel/plugin-proposal-optional-chaining" "^7.13.
|
948
|
+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
|
939
949
|
"@babel/plugin-proposal-private-methods" "^7.13.0"
|
940
950
|
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
|
941
951
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
@@ -983,7 +993,7 @@
|
|
983
993
|
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
|
984
994
|
"@babel/plugin-transform-unicode-regex" "^7.12.13"
|
985
995
|
"@babel/preset-modules" "^0.1.4"
|
986
|
-
"@babel/types" "^7.13.
|
996
|
+
"@babel/types" "^7.13.12"
|
987
997
|
babel-plugin-polyfill-corejs2 "^0.1.4"
|
988
998
|
babel-plugin-polyfill-corejs3 "^0.1.3"
|
989
999
|
babel-plugin-polyfill-regenerator "^0.1.2"
|
@@ -1032,10 +1042,10 @@
|
|
1032
1042
|
globals "^11.1.0"
|
1033
1043
|
lodash "^4.17.19"
|
1034
1044
|
|
1035
|
-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1036
|
-
version "7.13.
|
1037
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.
|
1038
|
-
integrity sha512-
|
1045
|
+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1046
|
+
version "7.13.12"
|
1047
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
|
1048
|
+
integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==
|
1039
1049
|
dependencies:
|
1040
1050
|
"@babel/helper-validator-identifier" "^7.12.11"
|
1041
1051
|
lodash "^4.17.19"
|
@@ -1856,25 +1866,25 @@ alex@^9.1.0:
|
|
1856
1866
|
vfile-reporter "^6.0.0"
|
1857
1867
|
vfile-sort "^2.0.0"
|
1858
1868
|
|
1859
|
-
algoliasearch@^4.8.
|
1860
|
-
version "4.8.
|
1861
|
-
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.8.
|
1862
|
-
integrity sha512-
|
1863
|
-
dependencies:
|
1864
|
-
"@algolia/cache-browser-local-storage" "4.8.
|
1865
|
-
"@algolia/cache-common" "4.8.
|
1866
|
-
"@algolia/cache-in-memory" "4.8.
|
1867
|
-
"@algolia/client-account" "4.8.
|
1868
|
-
"@algolia/client-analytics" "4.8.
|
1869
|
-
"@algolia/client-common" "4.8.
|
1870
|
-
"@algolia/client-recommendation" "4.8.
|
1871
|
-
"@algolia/client-search" "4.8.
|
1872
|
-
"@algolia/logger-common" "4.8.
|
1873
|
-
"@algolia/logger-console" "4.8.
|
1874
|
-
"@algolia/requester-browser-xhr" "4.8.
|
1875
|
-
"@algolia/requester-common" "4.8.
|
1876
|
-
"@algolia/requester-node-http" "4.8.
|
1877
|
-
"@algolia/transporter" "4.8.
|
1869
|
+
algoliasearch@^4.8.6:
|
1870
|
+
version "4.8.6"
|
1871
|
+
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.8.6.tgz#8d6d7d2315bb052705a8ef5c8dbf57a19d357c2b"
|
1872
|
+
integrity sha512-G8IA3lcgaQB4r9HuQ4G+uSFjjz0Wv2OgEPiQ8emA+G2UUlroOfMl064j1bq/G+QTW0LmTQp9JwrFDRWxFM9J7w==
|
1873
|
+
dependencies:
|
1874
|
+
"@algolia/cache-browser-local-storage" "4.8.6"
|
1875
|
+
"@algolia/cache-common" "4.8.6"
|
1876
|
+
"@algolia/cache-in-memory" "4.8.6"
|
1877
|
+
"@algolia/client-account" "4.8.6"
|
1878
|
+
"@algolia/client-analytics" "4.8.6"
|
1879
|
+
"@algolia/client-common" "4.8.6"
|
1880
|
+
"@algolia/client-recommendation" "4.8.6"
|
1881
|
+
"@algolia/client-search" "4.8.6"
|
1882
|
+
"@algolia/logger-common" "4.8.6"
|
1883
|
+
"@algolia/logger-console" "4.8.6"
|
1884
|
+
"@algolia/requester-browser-xhr" "4.8.6"
|
1885
|
+
"@algolia/requester-common" "4.8.6"
|
1886
|
+
"@algolia/requester-node-http" "4.8.6"
|
1887
|
+
"@algolia/transporter" "4.8.6"
|
1878
1888
|
|
1879
1889
|
alphanum-sort@^1.0.0:
|
1880
1890
|
version "1.0.2"
|
@@ -2680,10 +2690,10 @@ bluebird@^3.1.1, bluebird@^3.5.5:
|
|
2680
2690
|
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
|
2681
2691
|
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
|
2682
2692
|
|
2683
|
-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.
|
2684
|
-
version "4.
|
2685
|
-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.
|
2686
|
-
integrity sha512-
|
2693
|
+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9:
|
2694
|
+
version "4.12.0"
|
2695
|
+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
|
2696
|
+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
|
2687
2697
|
|
2688
2698
|
bn.js@^5.0.0, bn.js@^5.1.1:
|
2689
2699
|
version "5.1.3"
|
@@ -2768,7 +2778,7 @@ braces@^3.0.1, braces@~3.0.2:
|
|
2768
2778
|
dependencies:
|
2769
2779
|
fill-range "^7.0.1"
|
2770
2780
|
|
2771
|
-
brorand@^1.0.1:
|
2781
|
+
brorand@^1.0.1, brorand@^1.1.0:
|
2772
2782
|
version "1.1.0"
|
2773
2783
|
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
|
2774
2784
|
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
|
@@ -3321,10 +3331,10 @@ cli-width@^2.0.0:
|
|
3321
3331
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48"
|
3322
3332
|
integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==
|
3323
3333
|
|
3324
|
-
clipboard@^2.0.0, clipboard@^2.0.
|
3325
|
-
version "2.0.
|
3326
|
-
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.
|
3327
|
-
integrity sha512-
|
3334
|
+
clipboard@^2.0.0, clipboard@^2.0.8:
|
3335
|
+
version "2.0.8"
|
3336
|
+
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.8.tgz#ffc6c103dd2967a83005f3f61976aa4655a4cdba"
|
3337
|
+
integrity sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==
|
3328
3338
|
dependencies:
|
3329
3339
|
good-listener "^1.2.2"
|
3330
3340
|
select "^1.1.2"
|
@@ -3501,6 +3511,11 @@ colorette@^1.2.1:
|
|
3501
3511
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
|
3502
3512
|
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
|
3503
3513
|
|
3514
|
+
colorette@^1.2.2:
|
3515
|
+
version "1.2.2"
|
3516
|
+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
|
3517
|
+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
|
3518
|
+
|
3504
3519
|
combined-stream@^1.0.6, combined-stream@~1.0.6:
|
3505
3520
|
version "1.0.8"
|
3506
3521
|
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
|
@@ -3914,16 +3929,16 @@ css-loader@^3.5.3:
|
|
3914
3929
|
schema-utils "^2.7.0"
|
3915
3930
|
semver "^6.3.0"
|
3916
3931
|
|
3917
|
-
css-loader@^5.
|
3918
|
-
version "5.
|
3919
|
-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.
|
3920
|
-
integrity sha512-
|
3932
|
+
css-loader@^5.2.0:
|
3933
|
+
version "5.2.0"
|
3934
|
+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.0.tgz#a9ecda190500863673ce4434033710404efbff00"
|
3935
|
+
integrity sha512-MfRo2MjEeLXMlUkeUwN71Vx5oc6EJnx5UQ4Yi9iUtYQvrPtwLUucYptz0hc6n++kdNcyF5olYBS4vPjJDAcLkw==
|
3921
3936
|
dependencies:
|
3922
3937
|
camelcase "^6.2.0"
|
3923
3938
|
cssesc "^3.0.0"
|
3924
3939
|
icss-utils "^5.1.0"
|
3925
3940
|
loader-utils "^2.0.0"
|
3926
|
-
postcss "^8.2.
|
3941
|
+
postcss "^8.2.8"
|
3927
3942
|
postcss-modules-extract-imports "^3.0.0"
|
3928
3943
|
postcss-modules-local-by-default "^4.0.0"
|
3929
3944
|
postcss-modules-scope "^3.0.0"
|
@@ -4788,17 +4803,17 @@ electron-to-chromium@^1.3.649:
|
|
4788
4803
|
integrity sha512-gFQe7HBb0lbOMqK2GAS5/1F+B0IMdYiAgB9OT/w1F4M7lgJK2aNOMNOM622aEax+nS1cTMytkiT0uMOkbtFmHw==
|
4789
4804
|
|
4790
4805
|
elliptic@^6.5.3:
|
4791
|
-
version "6.5.
|
4792
|
-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.
|
4793
|
-
integrity sha512-
|
4806
|
+
version "6.5.4"
|
4807
|
+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
|
4808
|
+
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
|
4794
4809
|
dependencies:
|
4795
|
-
bn.js "^4.
|
4796
|
-
brorand "^1.0
|
4810
|
+
bn.js "^4.11.9"
|
4811
|
+
brorand "^1.1.0"
|
4797
4812
|
hash.js "^1.0.0"
|
4798
|
-
hmac-drbg "^1.0.
|
4799
|
-
inherits "^2.0.
|
4800
|
-
minimalistic-assert "^1.0.
|
4801
|
-
minimalistic-crypto-utils "^1.0.
|
4813
|
+
hmac-drbg "^1.0.1"
|
4814
|
+
inherits "^2.0.4"
|
4815
|
+
minimalistic-assert "^1.0.1"
|
4816
|
+
minimalistic-crypto-utils "^1.0.1"
|
4802
4817
|
|
4803
4818
|
emittery@^0.7.1:
|
4804
4819
|
version "0.7.2"
|
@@ -5094,10 +5109,10 @@ eslint-visitor-keys@^2.0.0:
|
|
5094
5109
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
5095
5110
|
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
5096
5111
|
|
5097
|
-
eslint@^7.
|
5098
|
-
version "7.
|
5099
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.
|
5100
|
-
integrity sha512-
|
5112
|
+
eslint@^7.22.0:
|
5113
|
+
version "7.22.0"
|
5114
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
|
5115
|
+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
|
5101
5116
|
dependencies:
|
5102
5117
|
"@babel/code-frame" "7.12.11"
|
5103
5118
|
"@eslint/eslintrc" "^0.4.0"
|
@@ -5116,7 +5131,7 @@ eslint@^7.21.0:
|
|
5116
5131
|
file-entry-cache "^6.0.1"
|
5117
5132
|
functional-red-black-tree "^1.0.1"
|
5118
5133
|
glob-parent "^5.0.0"
|
5119
|
-
globals "^
|
5134
|
+
globals "^13.6.0"
|
5120
5135
|
ignore "^4.0.6"
|
5121
5136
|
import-fresh "^3.0.0"
|
5122
5137
|
imurmurhash "^0.1.4"
|
@@ -5124,7 +5139,7 @@ eslint@^7.21.0:
|
|
5124
5139
|
js-yaml "^3.13.1"
|
5125
5140
|
json-stable-stringify-without-jsonify "^1.0.1"
|
5126
5141
|
levn "^0.4.1"
|
5127
|
-
lodash "^4.17.
|
5142
|
+
lodash "^4.17.21"
|
5128
5143
|
minimatch "^3.0.4"
|
5129
5144
|
natural-compare "^1.4.0"
|
5130
5145
|
optionator "^0.9.1"
|
@@ -5431,6 +5446,11 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
|
|
5431
5446
|
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
|
5432
5447
|
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
|
5433
5448
|
|
5449
|
+
fast-xml-parser@^3.19.0:
|
5450
|
+
version "3.19.0"
|
5451
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz#cb637ec3f3999f51406dd8ff0e6fc4d83e520d01"
|
5452
|
+
integrity sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==
|
5453
|
+
|
5434
5454
|
fault@^1.0.0, fault@^1.0.1:
|
5435
5455
|
version "1.0.4"
|
5436
5456
|
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
|
@@ -5942,6 +5962,13 @@ globals@^12.1.0:
|
|
5942
5962
|
dependencies:
|
5943
5963
|
type-fest "^0.8.1"
|
5944
5964
|
|
5965
|
+
globals@^13.6.0:
|
5966
|
+
version "13.6.0"
|
5967
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
|
5968
|
+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
|
5969
|
+
dependencies:
|
5970
|
+
type-fest "^0.20.2"
|
5971
|
+
|
5945
5972
|
globals@^9.18.0:
|
5946
5973
|
version "9.18.0"
|
5947
5974
|
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
|
@@ -6244,7 +6271,7 @@ hex-color-regex@^1.1.0:
|
|
6244
6271
|
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
|
6245
6272
|
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
|
6246
6273
|
|
6247
|
-
hmac-drbg@^1.0.
|
6274
|
+
hmac-drbg@^1.0.1:
|
6248
6275
|
version "1.0.1"
|
6249
6276
|
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
|
6250
6277
|
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
|
@@ -6285,11 +6312,6 @@ hsla-regex@^1.0.0:
|
|
6285
6312
|
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
|
6286
6313
|
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
|
6287
6314
|
|
6288
|
-
html-comment-regex@^1.1.0:
|
6289
|
-
version "1.1.2"
|
6290
|
-
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
|
6291
|
-
integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==
|
6292
|
-
|
6293
6315
|
html-encoding-sniffer@^2.0.1:
|
6294
6316
|
version "2.0.1"
|
6295
6317
|
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"
|
@@ -6997,12 +7019,12 @@ is-subset@^0.1.1:
|
|
6997
7019
|
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
|
6998
7020
|
integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=
|
6999
7021
|
|
7000
|
-
is-svg@^3.0.0:
|
7001
|
-
version "3.
|
7002
|
-
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.
|
7003
|
-
integrity sha512-
|
7022
|
+
is-svg@^3.0.0, is-svg@^4.2.2:
|
7023
|
+
version "4.3.1"
|
7024
|
+
resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-4.3.1.tgz#8c63ec8c67c8c7f0a8de0a71c8c7d58eccf4406b"
|
7025
|
+
integrity sha512-h2CGs+yPUyvkgTJQS9cJzo9lYK06WgRiXUqBBHtglSzVKAuH4/oWsqk7LGfbSa1hGk9QcZ0SyQtVggvBA8LZXA==
|
7004
7026
|
dependencies:
|
7005
|
-
|
7027
|
+
fast-xml-parser "^3.19.0"
|
7006
7028
|
|
7007
7029
|
is-symbol@^1.0.2:
|
7008
7030
|
version "1.0.3"
|
@@ -7698,10 +7720,10 @@ jsprim@^1.2.2:
|
|
7698
7720
|
json-schema "0.2.3"
|
7699
7721
|
verror "1.10.0"
|
7700
7722
|
|
7701
|
-
jsrsasign@^10.1.
|
7702
|
-
version "10.1.
|
7703
|
-
resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-10.1.
|
7704
|
-
integrity sha512-
|
7723
|
+
jsrsasign@^10.1.13:
|
7724
|
+
version "10.1.13"
|
7725
|
+
resolved "https://registry.yarnpkg.com/jsrsasign/-/jsrsasign-10.1.13.tgz#737f752b5ea321ccae5be25431e2df98ef1d369a"
|
7726
|
+
integrity sha512-EKifn2DocDxU2fWVqTJgFYjZUcL4fTUtfgN5OQP4t4i/WOioios8wq350E1aJFxCLmtdxGNqhLX3O0tdVqJoFg==
|
7705
7727
|
|
7706
7728
|
keyv@^3.0.0:
|
7707
7729
|
version "3.1.0"
|
@@ -8228,10 +8250,10 @@ merge-stream@^2.0.0:
|
|
8228
8250
|
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
|
8229
8251
|
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
|
8230
8252
|
|
8231
|
-
mermaid@^8.9.
|
8232
|
-
version "8.9.
|
8233
|
-
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-8.9.
|
8234
|
-
integrity sha512-
|
8253
|
+
mermaid@^8.9.2:
|
8254
|
+
version "8.9.2"
|
8255
|
+
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-8.9.2.tgz#40bb2052cc6c4feaf5d93a5e527a8d06d0bacea7"
|
8256
|
+
integrity sha512-XWEaraDRDlHZexdeHSSr/MH4VJAOksRSPudchi69ecZJ7IUjjlzHsg32n4ZwJUh6lFO+NMYLHwHNNYUyxIjGPg==
|
8235
8257
|
dependencies:
|
8236
8258
|
"@braintree/sanitize-url" "^3.1.0"
|
8237
8259
|
d3 "^5.7.0"
|
@@ -8350,7 +8372,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
|
|
8350
8372
|
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
|
8351
8373
|
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
|
8352
8374
|
|
8353
|
-
minimalistic-crypto-utils@^1.0.
|
8375
|
+
minimalistic-crypto-utils@^1.0.1:
|
8354
8376
|
version "1.0.1"
|
8355
8377
|
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
|
8356
8378
|
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
|
@@ -10563,12 +10585,12 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2
|
|
10563
10585
|
source-map "^0.6.1"
|
10564
10586
|
supports-color "^6.1.0"
|
10565
10587
|
|
10566
|
-
postcss@^8.2.
|
10567
|
-
version "8.2.
|
10568
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.
|
10569
|
-
integrity sha512-
|
10588
|
+
postcss@^8.2.8:
|
10589
|
+
version "8.2.8"
|
10590
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.8.tgz#0b90f9382efda424c4f0f69a2ead6f6830d08ece"
|
10591
|
+
integrity sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==
|
10570
10592
|
dependencies:
|
10571
|
-
colorette "^1.2.
|
10593
|
+
colorette "^1.2.2"
|
10572
10594
|
nanoid "^3.1.20"
|
10573
10595
|
source-map "^0.6.1"
|
10574
10596
|
|
@@ -12150,17 +12172,10 @@ sshpk@^1.7.0:
|
|
12150
12172
|
safer-buffer "^2.0.2"
|
12151
12173
|
tweetnacl "~0.14.0"
|
12152
12174
|
|
12153
|
-
ssri@^6.0.1:
|
12154
|
-
version "
|
12155
|
-
resolved "https://registry.yarnpkg.com/ssri/-/ssri-
|
12156
|
-
integrity sha512-
|
12157
|
-
dependencies:
|
12158
|
-
figgy-pudding "^3.5.1"
|
12159
|
-
|
12160
|
-
ssri@^8.0.0:
|
12161
|
-
version "8.0.0"
|
12162
|
-
resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.0.tgz#79ca74e21f8ceaeddfcb4b90143c458b8d988808"
|
12163
|
-
integrity sha512-aq/pz989nxVYwn16Tsbj1TqFpD5LLrQxHf5zaHuieFV+R0Bbr4y8qUsOA45hXT/N4/9UNXTarBjnjVmjSOVaAA==
|
12175
|
+
ssri@^6.0.1, ssri@^8.0.0, ssri@^8.0.1:
|
12176
|
+
version "8.0.1"
|
12177
|
+
resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
|
12178
|
+
integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==
|
12164
12179
|
dependencies:
|
12165
12180
|
minipass "^3.1.1"
|
12166
12181
|
|
@@ -12943,6 +12958,11 @@ type-fest@^0.13.1:
|
|
12943
12958
|
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
|
12944
12959
|
integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
|
12945
12960
|
|
12961
|
+
type-fest@^0.20.2:
|
12962
|
+
version "0.20.2"
|
12963
|
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
|
12964
|
+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
|
12965
|
+
|
12946
12966
|
type-fest@^0.6.0:
|
12947
12967
|
version "0.6.0"
|
12948
12968
|
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
|
@@ -12988,10 +13008,10 @@ uglify-js@^3.5.1:
|
|
12988
13008
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.4.tgz#93de48bb76bb3ec0fc36563f871ba46e2ee5c7ee"
|
12989
13009
|
integrity sha512-L5i5jg/SHkEqzN18gQMTWsZk3KelRsfD1wUVNqtq0kzqWQqcJjyL8yc1o8hJgRrWqrAl2mUFbhfznEIoi7zi2A==
|
12990
13010
|
|
12991
|
-
underscore@^1.12.
|
12992
|
-
version "1.12.
|
12993
|
-
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.
|
12994
|
-
integrity sha512-
|
13011
|
+
underscore@^1.12.1:
|
13012
|
+
version "1.12.1"
|
13013
|
+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
|
13014
|
+
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
|
12995
13015
|
|
12996
13016
|
unherit@^1.0.4:
|
12997
13017
|
version "1.1.3"
|
@@ -13664,10 +13684,10 @@ webpack-log@^2.0.0:
|
|
13664
13684
|
ansi-colors "^3.0.0"
|
13665
13685
|
uuid "^3.3.2"
|
13666
13686
|
|
13667
|
-
webpack-manifest-plugin@^3.
|
13668
|
-
version "3.
|
13669
|
-
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-3.
|
13670
|
-
integrity sha512-
|
13687
|
+
webpack-manifest-plugin@^3.1.0:
|
13688
|
+
version "3.1.0"
|
13689
|
+
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-3.1.0.tgz#9030b8839bed093d93930a9d1d3a7ab00f7ac4f7"
|
13690
|
+
integrity sha512-7jgB8Kb0MRWXq3YaDfe+0smv5c7MLMfze8YvG6eBEXZmy6fhwMe/eT47A0KEIF30c0DDEYKbbYTXzaMQETaZ0Q==
|
13671
13691
|
dependencies:
|
13672
13692
|
tapable "^2.0.0"
|
13673
13693
|
webpack-sources "^2.2.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: station
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.118
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vonage DevRel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03-
|
11
|
+
date: 2021-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activeadmin
|
@@ -484,14 +484,14 @@ dependencies:
|
|
484
484
|
requirements:
|
485
485
|
- - '='
|
486
486
|
- !ruby/object:Gem::Version
|
487
|
-
version: 1.11.
|
487
|
+
version: 1.11.2
|
488
488
|
type: :runtime
|
489
489
|
prerelease: false
|
490
490
|
version_requirements: !ruby/object:Gem::Requirement
|
491
491
|
requirements:
|
492
492
|
- - '='
|
493
493
|
- !ruby/object:Gem::Version
|
494
|
-
version: 1.11.
|
494
|
+
version: 1.11.2
|
495
495
|
- !ruby/object:Gem::Dependency
|
496
496
|
name: ruby-progressbar
|
497
497
|
requirement: !ruby/object:Gem::Requirement
|
@@ -568,28 +568,28 @@ dependencies:
|
|
568
568
|
requirements:
|
569
569
|
- - '='
|
570
570
|
- !ruby/object:Gem::Version
|
571
|
-
version: 3.0
|
571
|
+
version: 3.1.0
|
572
572
|
type: :runtime
|
573
573
|
prerelease: false
|
574
574
|
version_requirements: !ruby/object:Gem::Requirement
|
575
575
|
requirements:
|
576
576
|
- - '='
|
577
577
|
- !ruby/object:Gem::Version
|
578
|
-
version: 3.0
|
578
|
+
version: 3.1.0
|
579
579
|
- !ruby/object:Gem::Dependency
|
580
580
|
name: country_select
|
581
581
|
requirement: !ruby/object:Gem::Requirement
|
582
582
|
requirements:
|
583
583
|
- - '='
|
584
584
|
- !ruby/object:Gem::Version
|
585
|
-
version:
|
585
|
+
version: 5.0.1
|
586
586
|
type: :runtime
|
587
587
|
prerelease: false
|
588
588
|
version_requirements: !ruby/object:Gem::Requirement
|
589
589
|
requirements:
|
590
590
|
- - '='
|
591
591
|
- !ruby/object:Gem::Version
|
592
|
-
version:
|
592
|
+
version: 5.0.1
|
593
593
|
- !ruby/object:Gem::Dependency
|
594
594
|
name: smartling
|
595
595
|
requirement: !ruby/object:Gem::Requirement
|
@@ -680,14 +680,14 @@ dependencies:
|
|
680
680
|
requirements:
|
681
681
|
- - "~>"
|
682
682
|
- !ruby/object:Gem::Version
|
683
|
-
version: 1.
|
683
|
+
version: 1.12.0
|
684
684
|
type: :development
|
685
685
|
prerelease: false
|
686
686
|
version_requirements: !ruby/object:Gem::Requirement
|
687
687
|
requirements:
|
688
688
|
- - "~>"
|
689
689
|
- !ruby/object:Gem::Version
|
690
|
-
version: 1.
|
690
|
+
version: 1.12.0
|
691
691
|
- !ruby/object:Gem::Dependency
|
692
692
|
name: rubocop-rails
|
693
693
|
requirement: !ruby/object:Gem::Requirement
|
@@ -717,7 +717,7 @@ files:
|
|
717
717
|
- "./lib/nexmo_developer/public/android-chrome-512x512.png"
|
718
718
|
- "./lib/nexmo_developer/public/apple-touch-icon-precomposed.png"
|
719
719
|
- "./lib/nexmo_developer/public/apple-touch-icon.png"
|
720
|
-
- "./lib/nexmo_developer/public/assets/.sprockets-manifest-
|
720
|
+
- "./lib/nexmo_developer/public/assets/.sprockets-manifest-7415157400e7511fc0241d0a81329a84.json"
|
721
721
|
- "./lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js"
|
722
722
|
- "./lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js.gz"
|
723
723
|
- "./lib/nexmo_developer/public/assets/application-f940d308cf06d7b6e09ec4ebd9263213ccd2cc54faf3c09dfc92f3af40e6f369.css"
|
@@ -877,13 +877,13 @@ files:
|
|
877
877
|
- "./lib/nexmo_developer/public/packs/js/vendors~active_admin~application-853c4f54964cac301114.chunk.js.map"
|
878
878
|
- "./lib/nexmo_developer/public/packs/js/vendors~active_admin~application-853c4f54964cac301114.chunk.js.map.br"
|
879
879
|
- "./lib/nexmo_developer/public/packs/js/vendors~active_admin~application-853c4f54964cac301114.chunk.js.map.gz"
|
880
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
881
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
882
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
883
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
884
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
885
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
886
|
-
- "./lib/nexmo_developer/public/packs/js/vendors~application-
|
880
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-fc6dfb48c0eeef74ab5d.chunk.js"
|
881
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-fc6dfb48c0eeef74ab5d.chunk.js.LICENSE.txt"
|
882
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-fc6dfb48c0eeef74ab5d.chunk.js.br"
|
883
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-fc6dfb48c0eeef74ab5d.chunk.js.gz"
|
884
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-fc6dfb48c0eeef74ab5d.chunk.js.map"
|
885
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-fc6dfb48c0eeef74ab5d.chunk.js.map.br"
|
886
|
+
- "./lib/nexmo_developer/public/packs/js/vendors~application-fc6dfb48c0eeef74ab5d.chunk.js.map.gz"
|
887
887
|
- "./lib/nexmo_developer/public/packs/manifest.json"
|
888
888
|
- "./lib/nexmo_developer/public/packs/manifest.json.br"
|
889
889
|
- "./lib/nexmo_developer/public/packs/manifest.json.gz"
|