mutils 1.0.1 → 1.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9fc2509db4c74bc7f6cf590ce0f03174cff01879c6d2dad059036301dc524ef
4
- data.tar.gz: fe132e01787366169ea3f24b3c3554f1de41aac808bbe368bea1f08fbfa73a80
3
+ metadata.gz: c53a2ab142ea9ca0eeb3b92ee837aec6de592aa4aead5fc2bd22ea43523be6ff
4
+ data.tar.gz: c9ecc7587fe9580301424db14ff707ad4c8f3412de7931698458feb12272dd20
5
5
  SHA512:
6
- metadata.gz: eb866ab849a3efd8a9e981966f2d0cdb045e738db700a3a90d9f7b25ec286dfe96592c4bb361355bf30da569ba82bf7b36ac5d1e5a08e24aebace117b1f18b8e
7
- data.tar.gz: 433b55c1ea6ed5459d65d9f8e5df6b974bae3c7b44b1bf3ec73ee86e43eb54d5830bba30913117dfdbe6ab3ce394607d8857ba763e4c838932f25c4d558d4d24
6
+ metadata.gz: 74f011750ab1c9fa1c419b83dd25aa4bf6156e27af7d9fd2152b452588801663377fdb5f1b3db9fb6c5dded155da14642e028daf3194f282a037e3553e2fcd76
7
+ data.tar.gz: 44d53fd17d2d710be489ef332c5e18c89c991a7e01123b1de6ce0ca5f53fcb8b05b28e996679d2d4ec9b14a5c375a9668089c563b6235f313d5809102c6b90c2
@@ -1,11 +1,10 @@
1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
3
- # Please see the documentation for all configuration options:
4
- # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
6
1
  version: 2
7
2
  updates:
8
3
  - package-ecosystem: "bundler"
9
- directory: "/" # Location of package manifests
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ - package-ecosystem: "npm"
8
+ directory: "/"
10
9
  schedule:
11
10
  interval: "daily"
@@ -4,8 +4,7 @@ rvm:
4
4
  - 2.6.5
5
5
  - 2.7.0
6
6
  - 2.7.1
7
- - jruby-9.2.5.0
8
- - jruby-9.2.10.0
7
+ - jruby-9.2.13.0
9
8
  sudo: false
10
9
  language: ruby
11
10
  cache: bundler
@@ -26,4 +25,4 @@ jobs:
26
25
  stages:
27
26
  - test
28
27
  - name: release
29
- if: (NOT type IN (pull_request)) AND (branch = master)
28
+ if: (NOT type IN (pull_request)) AND (branch = master)
@@ -1,3 +1,39 @@
1
+ ## [1.1.4](https://github.com/Code-Vedas/mutils/compare/v1.1.3...v1.1.4) (2020-10-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([b2e2ef6](https://github.com/Code-Vedas/mutils/commit/b2e2ef66360279bd0995470b6cb80111cc7091c2))
7
+ * gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([b19cbea](https://github.com/Code-Vedas/mutils/commit/b19cbea4dfa74bde23b0ddacfbbc5972d0b383c4))
8
+
9
+ ## [1.1.3](https://github.com/Code-Vedas/mutils/compare/v1.1.2...v1.1.3) (2020-10-18)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * Gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([49b5ae2](https://github.com/Code-Vedas/mutils/commit/49b5ae2ba795d16976425ddbaf1e1c372a940c1f))
15
+
16
+ ## [1.1.2](https://github.com/Code-Vedas/mutils/compare/v1.1.1...v1.1.2) (2020-10-15)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **coveralls:** gemfile to reduce vulnerabilities ([#64](https://github.com/Code-Vedas/mutils/issues/64)) ([7d4e592](https://github.com/Code-Vedas/mutils/commit/7d4e59214d5c9aced1c4beb1a6b9f929367d84da))
22
+
23
+ ## [1.1.1](https://github.com/Code-Vedas/mutils/compare/v1.1.0...v1.1.1) (2020-10-05)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **params:** always send hash in params ([7d71b6d](https://github.com/Code-Vedas/mutils/commit/7d71b6d2c89f39883745a40e5472c444b5673e8b))
29
+
30
+ # [1.1.0](https://github.com/Code-Vedas/mutils/compare/v1.0.1...v1.1.0) (2020-08-15)
31
+
32
+
33
+ ### Features
34
+
35
+ * **params:** conditional if:Proc get params as second attribute ([55a3b08](https://github.com/Code-Vedas/mutils/commit/55a3b08fee52c0dbef2b22c6e4f468389f8c53a4))
36
+
1
37
  ## [1.0.1](https://github.com/Code-Vedas/mutils/compare/v1.0.0...v1.0.1) (2020-07-24)
2
38
 
3
39
 
@@ -5,8 +41,7 @@
5
41
 
6
42
  * **semantic-release:** enable semantic-release ([aa9c28f](https://github.com/Code-Vedas/mutils/commit/aa9c28fb8da7fcd1915a189bda22f8421a566eee))
7
43
 
8
- # Changelog
9
- ## [v1.0.0](https://github.com/code-vedas/mutils/tree/v0.2.36) (2020-04-17)
44
+ ## [1.0.0](https://github.com/code-vedas/mutils/tree/v0.2.36) (2020-04-17)
10
45
 
11
46
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.36...v1.0.0)
12
47
 
@@ -19,7 +54,7 @@
19
54
  - Code refactored
20
55
  - Using cache for expensive operations
21
56
 
22
- ## [v0.2.36](https://github.com/code-vedas/mutils/tree/v0.2.36) (2020-04-14)
57
+ ## [0.2.36](https://github.com/code-vedas/mutils/tree/v0.2.36) (2020-04-14)
23
58
 
24
59
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.35...v0.2.36)
25
60
 
@@ -29,7 +64,7 @@
29
64
  - Conditional attributes and relations [\#32](https://github.com/code-vedas/mutils/pull/32) ([niteshpurohit](https://github.com/niteshpurohit))
30
65
  - chore: add more ruby version and os to test [\#31](https://github.com/code-vedas/mutils/pull/31) ([niteshpurohit](https://github.com/niteshpurohit))
31
66
 
32
- ## [v0.2.35](https://github.com/code-vedas/mutils/tree/v0.2.35) (2020-03-30)
67
+ ## [0.2.35](https://github.com/code-vedas/mutils/tree/v0.2.35) (2020-03-30)
33
68
 
34
69
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.34...v0.2.35)
35
70
 
@@ -39,7 +74,7 @@
39
74
  - added custom\_method and attribute example [\#29](https://github.com/code-vedas/mutils/pull/29) ([niteshpurohit](https://github.com/niteshpurohit))
40
75
  - chore: update changelog [\#28](https://github.com/code-vedas/mutils/pull/28) ([niteshpurohit](https://github.com/niteshpurohit))
41
76
 
42
- ## [v0.2.34](https://github.com/code-vedas/mutils/tree/v0.2.34) (2020-03-29)
77
+ ## [0.2.34](https://github.com/code-vedas/mutils/tree/v0.2.34) (2020-03-29)
43
78
 
44
79
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.33...v0.2.34)
45
80
 
@@ -47,7 +82,7 @@
47
82
 
48
83
  - Feature/attribute can be optional [\#27](https://github.com/code-vedas/mutils/pull/27) ([niteshpurohit](https://github.com/niteshpurohit))
49
84
 
50
- ## [v0.2.33](https://github.com/code-vedas/mutils/tree/v0.2.33) (2020-03-29)
85
+ ## [0.2.33](https://github.com/code-vedas/mutils/tree/v0.2.33) (2020-03-29)
51
86
 
52
87
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.32...v0.2.33)
53
88
 
@@ -58,7 +93,7 @@
58
93
  - Create .codeclimate.yml [\#24](https://github.com/code-vedas/mutils/pull/24) ([niteshpurohit](https://github.com/niteshpurohit))
59
94
  - changelog: v0.2.32 [\#22](https://github.com/code-vedas/mutils/pull/22) ([niteshpurohit](https://github.com/niteshpurohit))
60
95
 
61
- ## [v0.2.32](https://github.com/code-vedas/mutils/tree/v0.2.32) (2020-03-18)
96
+ ## [0.2.32](https://github.com/code-vedas/mutils/tree/v0.2.32) (2020-03-18)
62
97
 
63
98
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.31...v0.2.32)
64
99
 
@@ -66,7 +101,7 @@
66
101
 
67
102
  - Feature/improve performance [\#21](https://github.com/code-vedas/mutils/pull/21) ([niteshpurohit](https://github.com/niteshpurohit))
68
103
 
69
- ## [v0.2.31](https://github.com/code-vedas/mutils/tree/v0.2.31) (2020-03-18)
104
+ ## [0.2.31](https://github.com/code-vedas/mutils/tree/v0.2.31) (2020-03-18)
70
105
 
71
106
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.30...v0.2.31)
72
107
 
@@ -75,7 +110,7 @@
75
110
  - Update version.rb [\#20](https://github.com/code-vedas/mutils/pull/20) ([niteshpurohit](https://github.com/niteshpurohit))
76
111
  - Rake 13.0 [\#19](https://github.com/code-vedas/mutils/pull/19) ([niteshpurohit](https://github.com/niteshpurohit))
77
112
 
78
- ## [v0.2.30](https://github.com/code-vedas/mutils/tree/v0.2.30) (2020-03-17)
113
+ ## [0.2.30](https://github.com/code-vedas/mutils/tree/v0.2.30) (2020-03-17)
79
114
 
80
115
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.29...v0.2.30)
81
116
 
@@ -83,7 +118,7 @@
83
118
 
84
119
  - Deps [\#18](https://github.com/code-vedas/mutils/pull/18) ([niteshpurohit](https://github.com/niteshpurohit))
85
120
 
86
- ## [v0.2.29](https://github.com/code-vedas/mutils/tree/v0.2.29) (2019-12-07)
121
+ ## [0.2.29](https://github.com/code-vedas/mutils/tree/v0.2.29) (2019-12-07)
87
122
 
88
123
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.28...v0.2.29)
89
124
 
@@ -91,7 +126,7 @@
91
126
 
92
127
  - Scope Variable bug [\#14](https://github.com/code-vedas/mutils/pull/14) ([niteshpurohit](https://github.com/niteshpurohit))
93
128
 
94
- ## [v0.2.28](https://github.com/code-vedas/mutils/tree/v0.2.28) (2019-11-26)
129
+ ## [0.2.28](https://github.com/code-vedas/mutils/tree/v0.2.28) (2019-11-26)
95
130
 
96
131
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.27...v0.2.28)
97
132
 
@@ -99,7 +134,7 @@
99
134
 
100
135
  - Feature/scoped generator [\#13](https://github.com/code-vedas/mutils/pull/13) ([niteshpurohit](https://github.com/niteshpurohit))
101
136
 
102
- ## [v0.2.27](https://github.com/code-vedas/mutils/tree/v0.2.27) (2019-11-25)
137
+ ## [0.2.27](https://github.com/code-vedas/mutils/tree/v0.2.27) (2019-11-25)
103
138
 
104
139
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.26...v0.2.27)
105
140
 
@@ -116,11 +151,11 @@
116
151
  - Update README.md [\#7](https://github.com/code-vedas/mutils/pull/7) ([niteshpurohit](https://github.com/niteshpurohit))
117
152
  - Update README.md [\#6](https://github.com/code-vedas/mutils/pull/6) ([niteshpurohit](https://github.com/niteshpurohit))
118
153
 
119
- ## [v0.2.26](https://github.com/code-vedas/mutils/tree/v0.2.26) (2019-11-24)
154
+ ## [0.2.26](https://github.com/code-vedas/mutils/tree/v0.2.26) (2019-11-24)
120
155
 
121
156
  [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.25...v0.2.26)
122
157
 
123
- ## [v0.2.25](https://github.com/code-vedas/mutils/tree/v0.2.25) (2019-11-24)
158
+ ## [0.2.25](https://github.com/code-vedas/mutils/tree/v0.2.25) (2019-11-24)
124
159
 
125
160
  [Full Changelog](https://github.com/code-vedas/mutils/compare/885f96959dd3701ac20ed0981b920be753c00db0...v0.2.25)
126
161
 
data/Gemfile CHANGED
@@ -3,10 +3,11 @@
3
3
  source 'https://rubygems.org'
4
4
 
5
5
  # Specify your gem's dependencies in mutils.gemspec
6
+ gem 'coveralls', '>= 0.8.23'
7
+ gem 'json', '>= 2.3.1'
6
8
  gem 'pre-commit', require: false
7
- gem 'rubocop'
8
- gem 'coveralls'
9
9
  gem 'rspec'
10
10
  gem 'rspec-benchmark'
11
11
  gem 'rspec-json_expectations'
12
+ gem 'rubocop'
12
13
  gemspec
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mutils (1.0.0)
4
+ mutils (1.1.3)
5
5
  dry-inflector
6
6
 
7
7
  GEM
@@ -20,17 +20,17 @@ GEM
20
20
  diff-lcs (1.3)
21
21
  docile (1.3.2)
22
22
  dry-inflector (0.2.0)
23
- json (2.3.0)
24
- json (2.3.0-java)
25
- parallel (1.19.1)
26
- parser (2.7.1.4)
23
+ json (2.3.1)
24
+ json (2.3.1-java)
25
+ parallel (1.19.2)
26
+ parser (2.7.2.0)
27
27
  ast (~> 2.4.1)
28
28
  pluginator (1.5.0)
29
29
  pre-commit (0.39.0)
30
30
  pluginator (~> 1.5)
31
31
  rainbow (3.0.0)
32
32
  rake (13.0.1)
33
- regexp_parser (1.7.1)
33
+ regexp_parser (1.8.2)
34
34
  rexml (3.2.4)
35
35
  rspec (3.9.0)
36
36
  rspec-core (~> 3.9.0)
@@ -51,17 +51,17 @@ GEM
51
51
  diff-lcs (>= 1.2.0, < 2.0)
52
52
  rspec-support (~> 3.9.0)
53
53
  rspec-support (3.9.2)
54
- rubocop (0.88.0)
54
+ rubocop (0.93.1)
55
55
  parallel (~> 1.10)
56
- parser (>= 2.7.1.1)
56
+ parser (>= 2.7.1.5)
57
57
  rainbow (>= 2.2.2, < 4.0)
58
- regexp_parser (>= 1.7)
58
+ regexp_parser (>= 1.8)
59
59
  rexml
60
- rubocop-ast (>= 0.1.0, < 1.0)
60
+ rubocop-ast (>= 0.6.0)
61
61
  ruby-progressbar (~> 1.7)
62
62
  unicode-display_width (>= 1.4.0, < 2.0)
63
- rubocop-ast (0.1.0)
64
- parser (>= 2.7.0.1)
63
+ rubocop-ast (0.8.0)
64
+ parser (>= 2.7.1.5)
65
65
  ruby-progressbar (1.10.1)
66
66
  simplecov (0.16.1)
67
67
  docile (~> 1.1)
@@ -82,7 +82,8 @@ PLATFORMS
82
82
 
83
83
  DEPENDENCIES
84
84
  bundler (~> 2.0)
85
- coveralls
85
+ coveralls (>= 0.8.23)
86
+ json (>= 2.3.1)
86
87
  mutils!
87
88
  pre-commit
88
89
  rake (~> 13.0)
data/README.md CHANGED
@@ -101,7 +101,11 @@ class UserSerializer < Mutils::Serialization::BaseSerializer
101
101
  end
102
102
  ```
103
103
  ### Conditional Attributes
104
- Attributes are fields in the model itself. You can reference them by below example
104
+ Serializer can have conditional attributes with `if: Proc`
105
+ `if: Proc` block can receive `scope` and `params` as arguments
106
+
107
+ - __in proc {|scope|}__, scope is object which is being serialized
108
+ - __in proc {|scope,params|}__, scope is object which is being serialized and params is hash given to Serializer as second arguments in {params:anything}
105
109
  ```ruby
106
110
  # frozen_string_literal: true
107
111
 
@@ -109,11 +113,20 @@ Attributes are fields in the model itself. You can reference them by below examp
109
113
  class UserSerializer < Mutils::Serialization::BaseSerializer
110
114
  attributes :id, :first_name, :last_name
111
115
  attribute :email, if: proc { |scope| scope.name == 'mutils' } ## Email will only serialize if user's name is 'mutils'
116
+ # OR with Params
117
+ attribute :email, if: proc { |scope,params| params && params[:show_email] == true } ## Email will only serialize if params[:show_email] is true
112
118
  end
119
+
120
+ UserSerializer.new(user) # Without params
121
+ UserSerializer.new(user,{params:{show_email:true}}) # With params
113
122
  ```
114
- in proc {|scope|}, scope is object which is being serialized
123
+
115
124
  ### Conditional Relations
116
- Attributes are fields in the model itself. You can reference them by below example
125
+ Serializer can have conditional relations with `if: Proc`
126
+ `if: Proc` block can receive `scope` and `params` as arguments
127
+
128
+ - __in proc {|scope|}__, scope is object which is being serialized
129
+ - __in proc {|scope,params|}__, scope is object which is being serialized and params is hash given to Serializer as second arguments in {params:anything}
117
130
  ```ruby
118
131
  # frozen_string_literal: true
119
132
 
@@ -122,9 +135,15 @@ class UserSerializer < Mutils::Serialization::BaseSerializer
122
135
  attributes :id, :first_name, :last_name
123
136
  has_many :comments, serializer: CommentSerializer, if: proc { |scope| scope.name == 'mutils' } ## comments will only serialize if user's name is 'mutils'
124
137
  belongs_to :account, serializer: AccountSerializer, if: proc { |scope| scope.name != 'mutils' } ## account will only serialize if user's name is not 'mutils'
138
+ # OR with Params
139
+ belongs_to :account, serializer: AccountSerializer, if: proc { |scope,params| params && params[:show_account] == true } ## account will only serialize if params[:show_account] is true
125
140
  end
141
+
142
+ UserSerializer.new(user) # Without params
143
+ UserSerializer.new(user,{params:{show_account:true}}) # With params
144
+
126
145
  ```
127
- in proc {|scope|}, scope is object which is being serialized
146
+
128
147
  ### Attributes Blocks
129
148
  While writting attribute a block can be provided for useful transformations like `full_name` as shown below
130
149
  ```ruby
data/Version CHANGED
@@ -1 +1 @@
1
- v1.0.1
1
+ v1.1.4
@@ -9,7 +9,7 @@ module Mutils
9
9
  module Attributes
10
10
  def fetch_block_attributes(attributes, result_hash)
11
11
  attributes&.each do |key, s_options|
12
- result_hash[key] = s_options[:block].call(scope, options[:params])
12
+ result_hash[key] = s_options[:block].call(scope, options[:params] || {})
13
13
  end
14
14
  end
15
15
 
@@ -29,7 +29,7 @@ module Mutils
29
29
  end
30
30
 
31
31
  def check_if_included(s_options, key)
32
- return s_options[:if].call(scope) unless s_options[:if].nil? || scope_is_collection?
32
+ return s_options[:if].call(scope, options[:params] || {}) unless s_options[:if].nil? || scope_is_collection?
33
33
 
34
34
  s_options[:always_include] || options[:includes]&.include?(key)
35
35
  end
@@ -83,250 +83,82 @@
83
83
  }
84
84
  },
85
85
  "@babel/runtime": {
86
- "version": "7.10.5",
87
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
88
- "integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
86
+ "version": "7.11.2",
87
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
88
+ "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
89
89
  "dev": true,
90
90
  "requires": {
91
91
  "regenerator-runtime": "^0.13.4"
92
92
  }
93
93
  },
94
94
  "@commitlint/cli": {
95
- "version": "9.1.1",
96
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-9.1.1.tgz",
97
- "integrity": "sha512-ye9vUZz8Niv77e5ecBWnA2PnuPF+vYy/3BfSZx8sEaNjozJWUolTk/fuqTsoij3bseZBVObd+cVqZgGk8lfEdw==",
95
+ "version": "11.0.0",
96
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-11.0.0.tgz",
97
+ "integrity": "sha512-YWZWg1DuqqO5Zjh7vUOeSX76vm0FFyz4y0cpGMFhrhvUi5unc4IVfCXZ6337R9zxuBtmveiRuuhQqnRRer+13g==",
98
98
  "dev": true,
99
99
  "requires": {
100
- "@babel/runtime": "^7.9.6",
101
- "@commitlint/format": "^9.1.1",
102
- "@commitlint/lint": "^9.1.1",
103
- "@commitlint/load": "^9.1.1",
104
- "@commitlint/read": "^9.1.1",
100
+ "@babel/runtime": "^7.11.2",
101
+ "@commitlint/format": "^11.0.0",
102
+ "@commitlint/lint": "^11.0.0",
103
+ "@commitlint/load": "^11.0.0",
104
+ "@commitlint/read": "^11.0.0",
105
105
  "chalk": "4.1.0",
106
106
  "core-js": "^3.6.1",
107
- "get-stdin": "7.0.0",
108
- "lodash": "^4.17.15",
109
- "meow": "5.0.0",
110
- "regenerator-runtime": "0.13.5",
107
+ "get-stdin": "8.0.0",
108
+ "lodash": "^4.17.19",
111
109
  "resolve-from": "5.0.0",
112
- "resolve-global": "1.0.0"
113
- },
114
- "dependencies": {
115
- "camelcase-keys": {
116
- "version": "4.2.0",
117
- "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
118
- "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=",
119
- "dev": true,
120
- "requires": {
121
- "camelcase": "^4.1.0",
122
- "map-obj": "^2.0.0",
123
- "quick-lru": "^1.0.0"
124
- }
125
- },
126
- "find-up": {
127
- "version": "2.1.0",
128
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
129
- "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
130
- "dev": true,
131
- "requires": {
132
- "locate-path": "^2.0.0"
133
- }
134
- },
135
- "indent-string": {
136
- "version": "3.2.0",
137
- "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
138
- "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=",
139
- "dev": true
140
- },
141
- "locate-path": {
142
- "version": "2.0.0",
143
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
144
- "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
145
- "dev": true,
146
- "requires": {
147
- "p-locate": "^2.0.0",
148
- "path-exists": "^3.0.0"
149
- }
150
- },
151
- "map-obj": {
152
- "version": "2.0.0",
153
- "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
154
- "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=",
155
- "dev": true
156
- },
157
- "meow": {
158
- "version": "5.0.0",
159
- "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz",
160
- "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==",
161
- "dev": true,
162
- "requires": {
163
- "camelcase-keys": "^4.0.0",
164
- "decamelize-keys": "^1.0.0",
165
- "loud-rejection": "^1.0.0",
166
- "minimist-options": "^3.0.1",
167
- "normalize-package-data": "^2.3.4",
168
- "read-pkg-up": "^3.0.0",
169
- "redent": "^2.0.0",
170
- "trim-newlines": "^2.0.0",
171
- "yargs-parser": "^10.0.0"
172
- }
173
- },
174
- "minimist-options": {
175
- "version": "3.0.2",
176
- "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz",
177
- "integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==",
178
- "dev": true,
179
- "requires": {
180
- "arrify": "^1.0.1",
181
- "is-plain-obj": "^1.1.0"
182
- }
183
- },
184
- "p-limit": {
185
- "version": "1.3.0",
186
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
187
- "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
188
- "dev": true,
189
- "requires": {
190
- "p-try": "^1.0.0"
191
- }
192
- },
193
- "p-locate": {
194
- "version": "2.0.0",
195
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
196
- "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
197
- "dev": true,
198
- "requires": {
199
- "p-limit": "^1.1.0"
200
- }
201
- },
202
- "p-try": {
203
- "version": "1.0.0",
204
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
205
- "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
206
- "dev": true
207
- },
208
- "path-exists": {
209
- "version": "3.0.0",
210
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
211
- "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
212
- "dev": true
213
- },
214
- "path-type": {
215
- "version": "3.0.0",
216
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
217
- "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
218
- "dev": true,
219
- "requires": {
220
- "pify": "^3.0.0"
221
- }
222
- },
223
- "quick-lru": {
224
- "version": "1.1.0",
225
- "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz",
226
- "integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=",
227
- "dev": true
228
- },
229
- "read-pkg": {
230
- "version": "3.0.0",
231
- "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
232
- "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
233
- "dev": true,
234
- "requires": {
235
- "load-json-file": "^4.0.0",
236
- "normalize-package-data": "^2.3.2",
237
- "path-type": "^3.0.0"
238
- }
239
- },
240
- "read-pkg-up": {
241
- "version": "3.0.0",
242
- "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
243
- "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=",
244
- "dev": true,
245
- "requires": {
246
- "find-up": "^2.0.0",
247
- "read-pkg": "^3.0.0"
248
- }
249
- },
250
- "redent": {
251
- "version": "2.0.0",
252
- "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
253
- "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=",
254
- "dev": true,
255
- "requires": {
256
- "indent-string": "^3.0.0",
257
- "strip-indent": "^2.0.0"
258
- }
259
- },
260
- "strip-indent": {
261
- "version": "2.0.0",
262
- "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
263
- "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=",
264
- "dev": true
265
- },
266
- "trim-newlines": {
267
- "version": "2.0.0",
268
- "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
269
- "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=",
270
- "dev": true
271
- },
272
- "yargs-parser": {
273
- "version": "10.1.0",
274
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz",
275
- "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==",
276
- "dev": true,
277
- "requires": {
278
- "camelcase": "^4.1.0"
279
- }
280
- }
110
+ "resolve-global": "1.0.0",
111
+ "yargs": "^15.1.0"
281
112
  }
282
113
  },
283
114
  "@commitlint/config-angular": {
284
- "version": "9.1.1",
285
- "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-9.1.1.tgz",
286
- "integrity": "sha512-uwzYvAk34Y4mlJ3Zq9LyOi2d1poYxGBkKDkGiacZtOJ+SxB7KZ9QLBuHFQqwN1ikd1E9KxUFQI79ITXaCOJWoA==",
115
+ "version": "11.0.0",
116
+ "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-11.0.0.tgz",
117
+ "integrity": "sha512-H8QSEOmfRsPW0Iehid5fY7NZ2HXmyKC6Q83MLFf9KRnmCcbgJtH+faECtqlvPntayO3CYbA4UenIerOaQ0vOAg==",
287
118
  "dev": true,
288
119
  "requires": {
289
- "@commitlint/config-angular-type-enum": "^9.1.1"
120
+ "@commitlint/config-angular-type-enum": "^11.0.0"
290
121
  }
291
122
  },
292
123
  "@commitlint/config-angular-type-enum": {
293
- "version": "9.1.1",
294
- "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-9.1.1.tgz",
295
- "integrity": "sha512-zHJbiZYADQv6xTrDfheLL9PiakiLCiytJsDgh8LBON+9XUokMDoXataRn79LrpGC/TBfYJ3LoDA/6xWO/qQUlQ==",
124
+ "version": "11.0.0",
125
+ "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-11.0.0.tgz",
126
+ "integrity": "sha512-dSyxdkU36aEgDUWBSiM5lsZ/h2K7uCyKf+A5Sf3+Z5JhcLD9GzTo5W+c8KgwTBdL39dkL7sN+EVgsXNjW99pJg==",
296
127
  "dev": true
297
128
  },
298
129
  "@commitlint/ensure": {
299
- "version": "9.1.1",
300
- "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-9.1.1.tgz",
301
- "integrity": "sha512-dCvev16s7pTqM3Qka8WkWkjZ0lKu3cZ8q+EK34gXR90v7rkssVbPvbyttTfTWTvmQTqZY1zNkvMqbOc8V7pXwA==",
130
+ "version": "11.0.0",
131
+ "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-11.0.0.tgz",
132
+ "integrity": "sha512-/T4tjseSwlirKZdnx4AuICMNNlFvRyPQimbZIOYujp9DSO6XRtOy9NrmvWujwHsq9F5Wb80QWi4WMW6HMaENug==",
302
133
  "dev": true,
303
134
  "requires": {
304
- "@commitlint/types": "^9.1.1",
305
- "lodash": "^4.17.15"
135
+ "@commitlint/types": "^11.0.0",
136
+ "lodash": "^4.17.19"
306
137
  }
307
138
  },
308
139
  "@commitlint/execute-rule": {
309
- "version": "9.1.1",
310
- "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-9.1.1.tgz",
311
- "integrity": "sha512-kCncHMXfVDfmUx1NExl7T+s7udAWEOh039DFGR9R5MWoy+zm2cJsCdsbWFFuNbcPWCKor57ywdIUN2t048P6Yg==",
140
+ "version": "11.0.0",
141
+ "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz",
142
+ "integrity": "sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ==",
312
143
  "dev": true
313
144
  },
314
145
  "@commitlint/format": {
315
- "version": "9.1.1",
316
- "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-9.1.1.tgz",
317
- "integrity": "sha512-CLVXltSA8U7Sr+8ad1hBCFFL5GSdVWZsFgttt1hNT6CiOtPHV9e3AeWK0TACFcXWIl+iFKdRNfNrYM77RBJN0A==",
146
+ "version": "11.0.0",
147
+ "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-11.0.0.tgz",
148
+ "integrity": "sha512-bpBLWmG0wfZH/svzqD1hsGTpm79TKJWcf6EXZllh2J/LSSYKxGlv967lpw0hNojme0sZd4a/97R3qA2QHWWSLg==",
318
149
  "dev": true,
319
150
  "requires": {
151
+ "@commitlint/types": "^11.0.0",
320
152
  "chalk": "^4.0.0"
321
153
  }
322
154
  },
323
155
  "@commitlint/is-ignored": {
324
- "version": "9.1.1",
325
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-9.1.1.tgz",
326
- "integrity": "sha512-A2ernvkAIfkGh53cNSuuMlTVZyJ58BYbkUw8h34pG0uS/GDteUyh7K3hgRqMmrwoL/DNBEp5earRM6nBYgLX1Q==",
156
+ "version": "11.0.0",
157
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-11.0.0.tgz",
158
+ "integrity": "sha512-VLHOUBN+sOlkYC4tGuzE41yNPO2w09sQnOpfS+pSPnBFkNUUHawEuA44PLHtDvQgVuYrMAmSWFQpWabMoP5/Xg==",
327
159
  "dev": true,
328
160
  "requires": {
329
- "@commitlint/types": "^9.1.1",
161
+ "@commitlint/types": "^11.0.0",
330
162
  "semver": "7.3.2"
331
163
  },
332
164
  "dependencies": {
@@ -339,42 +171,57 @@
339
171
  }
340
172
  },
341
173
  "@commitlint/lint": {
342
- "version": "9.1.1",
343
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-9.1.1.tgz",
344
- "integrity": "sha512-2g2OL8J5dfzH3VY004i506DmRbCJR1W49JbYsTGuTAv1y9f0s8ocV2Wbfh7WJ8YZQabSHXTMZFQJjsvMQ+b0Hw==",
174
+ "version": "11.0.0",
175
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-11.0.0.tgz",
176
+ "integrity": "sha512-Q8IIqGIHfwKr8ecVZyYh6NtXFmKw4YSEWEr2GJTB/fTZXgaOGtGFZDWOesCZllQ63f1s/oWJYtVv5RAEuwN8BQ==",
345
177
  "dev": true,
346
178
  "requires": {
347
- "@commitlint/is-ignored": "^9.1.1",
348
- "@commitlint/parse": "^9.1.1",
349
- "@commitlint/rules": "^9.1.1",
350
- "@commitlint/types": "^9.1.1"
179
+ "@commitlint/is-ignored": "^11.0.0",
180
+ "@commitlint/parse": "^11.0.0",
181
+ "@commitlint/rules": "^11.0.0",
182
+ "@commitlint/types": "^11.0.0"
351
183
  }
352
184
  },
353
185
  "@commitlint/load": {
354
- "version": "9.1.1",
355
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-9.1.1.tgz",
356
- "integrity": "sha512-RCIX44M8nq3bW98vuxA6C2rM0wAnZlneFls2OVi5l2BvD/rsQ2R9CZYwPt/MYU6RbwMmlGhkuHdScwK6pJeUqA==",
186
+ "version": "11.0.0",
187
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-11.0.0.tgz",
188
+ "integrity": "sha512-t5ZBrtgvgCwPfxmG811FCp39/o3SJ7L+SNsxFL92OR4WQxPcu6c8taD0CG2lzOHGuRyuMxZ7ps3EbngT2WpiCg==",
357
189
  "dev": true,
358
190
  "requires": {
359
- "@commitlint/execute-rule": "^9.1.1",
360
- "@commitlint/resolve-extends": "^9.1.1",
361
- "@commitlint/types": "^9.1.1",
191
+ "@commitlint/execute-rule": "^11.0.0",
192
+ "@commitlint/resolve-extends": "^11.0.0",
193
+ "@commitlint/types": "^11.0.0",
362
194
  "chalk": "4.1.0",
363
- "cosmiconfig": "^6.0.0",
364
- "lodash": "^4.17.15",
195
+ "cosmiconfig": "^7.0.0",
196
+ "lodash": "^4.17.19",
365
197
  "resolve-from": "^5.0.0"
198
+ },
199
+ "dependencies": {
200
+ "cosmiconfig": {
201
+ "version": "7.0.0",
202
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
203
+ "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
204
+ "dev": true,
205
+ "requires": {
206
+ "@types/parse-json": "^4.0.0",
207
+ "import-fresh": "^3.2.1",
208
+ "parse-json": "^5.0.0",
209
+ "path-type": "^4.0.0",
210
+ "yaml": "^1.10.0"
211
+ }
212
+ }
366
213
  }
367
214
  },
368
215
  "@commitlint/message": {
369
- "version": "9.1.1",
370
- "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-9.1.1.tgz",
371
- "integrity": "sha512-52Li4BNSY55I0fAq1s8cnxIK9Jneozdh4oonLlDzqWvgFq8znsHb9LWmi46K0bsCQT3CRUnMU+GPnikghIMRKQ==",
216
+ "version": "11.0.0",
217
+ "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-11.0.0.tgz",
218
+ "integrity": "sha512-01ObK/18JL7PEIE3dBRtoMmU6S3ecPYDTQWWhcO+ErA3Ai0KDYqV5VWWEijdcVafNpdeUNrEMigRkxXHQLbyJA==",
372
219
  "dev": true
373
220
  },
374
221
  "@commitlint/parse": {
375
- "version": "9.1.1",
376
- "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-9.1.1.tgz",
377
- "integrity": "sha512-WxvsEi7sMBh8vynamTiHvUOsPOUZ5308pi0gJ5q+DnLY+JPx0Bbxdho9pjyVc3S0bymPCbOrk2gTIbmaTokIRQ==",
222
+ "version": "11.0.0",
223
+ "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-11.0.0.tgz",
224
+ "integrity": "sha512-DekKQAIYWAXIcyAZ6/PDBJylWJ1BROTfDIzr9PMVxZRxBPc1gW2TG8fLgjZfBP5mc0cuthPkVi91KQQKGri/7A==",
378
225
  "dev": true,
379
226
  "requires": {
380
227
  "conventional-changelog-angular": "^5.0.0",
@@ -382,59 +229,98 @@
382
229
  }
383
230
  },
384
231
  "@commitlint/read": {
385
- "version": "9.1.1",
386
- "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-9.1.1.tgz",
387
- "integrity": "sha512-cg75klW1WNBAJZABxacf2FhxAlP0di7xs/wuTqPNq0OTpblhY5s2BoS7eO0UlQi1K14Unx7b9+Sb7sjuE9Viyw==",
232
+ "version": "11.0.0",
233
+ "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-11.0.0.tgz",
234
+ "integrity": "sha512-37V0V91GSv0aDzMzJioKpCoZw6l0shk7+tRG8RkW1GfZzUIytdg3XqJmM+IaIYpaop0m6BbZtfq+idzUwJnw7g==",
388
235
  "dev": true,
389
236
  "requires": {
390
- "@commitlint/top-level": "^9.1.1",
391
- "fs-extra": "^8.1.0",
237
+ "@commitlint/top-level": "^11.0.0",
238
+ "fs-extra": "^9.0.0",
392
239
  "git-raw-commits": "^2.0.0"
393
240
  }
394
241
  },
395
242
  "@commitlint/resolve-extends": {
396
- "version": "9.1.1",
397
- "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-9.1.1.tgz",
398
- "integrity": "sha512-IxxNaSUT+dPhSCQPAMpQyHQlcSVikDxQWJFP6uwGJUU5rQff+0yQTuC3taWI2NWaATukjNWboAbH2vgBDnrDrg==",
243
+ "version": "11.0.0",
244
+ "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-11.0.0.tgz",
245
+ "integrity": "sha512-WinU6Uv6L7HDGLqn/To13KM1CWvZ09VHZqryqxXa1OY+EvJkfU734CwnOEeNlSCK7FVLrB4kmodLJtL1dkEpXw==",
399
246
  "dev": true,
400
247
  "requires": {
401
248
  "import-fresh": "^3.0.0",
402
- "lodash": "^4.17.15",
249
+ "lodash": "^4.17.19",
403
250
  "resolve-from": "^5.0.0",
404
251
  "resolve-global": "^1.0.0"
405
252
  }
406
253
  },
407
254
  "@commitlint/rules": {
408
- "version": "9.1.1",
409
- "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-9.1.1.tgz",
410
- "integrity": "sha512-QicTJ9v4g8WbJ71gu2ypvbdEP6Q+cJYlLPrb6ilNhtOMCyn6ndXSlCMpcQNw84d9ORyd28okzhDZZBSqX5hslg==",
255
+ "version": "11.0.0",
256
+ "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-11.0.0.tgz",
257
+ "integrity": "sha512-2hD9y9Ep5ZfoNxDDPkQadd2jJeocrwC4vJ98I0g8pNYn/W8hS9+/FuNpolREHN8PhmexXbkjrwyQrWbuC0DVaA==",
411
258
  "dev": true,
412
259
  "requires": {
413
- "@commitlint/ensure": "^9.1.1",
414
- "@commitlint/message": "^9.1.1",
415
- "@commitlint/to-lines": "^9.1.1",
416
- "@commitlint/types": "^9.1.1"
260
+ "@commitlint/ensure": "^11.0.0",
261
+ "@commitlint/message": "^11.0.0",
262
+ "@commitlint/to-lines": "^11.0.0",
263
+ "@commitlint/types": "^11.0.0"
417
264
  }
418
265
  },
419
266
  "@commitlint/to-lines": {
420
- "version": "9.1.1",
421
- "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-9.1.1.tgz",
422
- "integrity": "sha512-JFKfpehPL3Qrlo6DpIsuJvdtR1wSjdbXD3liphvFTAFWo64yYC/jmnTdy0UqWIhrV1jcxP1LzNejIuRt6hsCXQ==",
267
+ "version": "11.0.0",
268
+ "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-11.0.0.tgz",
269
+ "integrity": "sha512-TIDTB0Y23jlCNubDROUVokbJk6860idYB5cZkLWcRS9tlb6YSoeLn1NLafPlrhhkkkZzTYnlKYzCVrBNVes1iw==",
423
270
  "dev": true
424
271
  },
425
272
  "@commitlint/top-level": {
426
- "version": "9.1.1",
427
- "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-9.1.1.tgz",
428
- "integrity": "sha512-pIgAbGqHbOunTGiUzBPhIKfXrTWdCrVwsimECXy/If5XaZ3GHhxiiA7BxsWFlAN1UZ6PgVMPgymKU0kx2D5A/w==",
273
+ "version": "11.0.0",
274
+ "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-11.0.0.tgz",
275
+ "integrity": "sha512-O0nFU8o+Ws+py5pfMQIuyxOtfR/kwtr5ybqTvR+C2lUPer2x6lnQU+OnfD7hPM+A+COIUZWx10mYQvkR3MmtAA==",
429
276
  "dev": true,
430
277
  "requires": {
431
- "find-up": "^4.0.0"
278
+ "find-up": "^5.0.0"
279
+ },
280
+ "dependencies": {
281
+ "find-up": {
282
+ "version": "5.0.0",
283
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
284
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
285
+ "dev": true,
286
+ "requires": {
287
+ "locate-path": "^6.0.0",
288
+ "path-exists": "^4.0.0"
289
+ }
290
+ },
291
+ "locate-path": {
292
+ "version": "6.0.0",
293
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
294
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
295
+ "dev": true,
296
+ "requires": {
297
+ "p-locate": "^5.0.0"
298
+ }
299
+ },
300
+ "p-limit": {
301
+ "version": "3.0.2",
302
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.0.2.tgz",
303
+ "integrity": "sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==",
304
+ "dev": true,
305
+ "requires": {
306
+ "p-try": "^2.0.0"
307
+ }
308
+ },
309
+ "p-locate": {
310
+ "version": "5.0.0",
311
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
312
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
313
+ "dev": true,
314
+ "requires": {
315
+ "p-limit": "^3.0.2"
316
+ }
317
+ }
432
318
  }
433
319
  },
434
320
  "@commitlint/types": {
435
- "version": "9.1.1",
436
- "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-9.1.1.tgz",
437
- "integrity": "sha512-SXY8bCQ1qacJ8AUTUxjabY8G6OjSmMPLN9MBCzGaKOjpPNX6z8zbXTbk9oU3GHZLtcxweWLCi2n49IRS4iQlwg==",
321
+ "version": "11.0.0",
322
+ "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-11.0.0.tgz",
323
+ "integrity": "sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==",
438
324
  "dev": true
439
325
  },
440
326
  "@nodelib/fs.scandir": {
@@ -487,13 +373,13 @@
487
373
  }
488
374
  },
489
375
  "@octokit/endpoint": {
490
- "version": "6.0.5",
491
- "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.5.tgz",
492
- "integrity": "sha512-70K5u6zd45ItOny6aHQAsea8HHQjlQq85yqOMe+Aj8dkhN2qSJ9T+Q3YjUjEYfPRBcuUWNgMn62DQnP/4LAIiQ==",
376
+ "version": "6.0.6",
377
+ "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.6.tgz",
378
+ "integrity": "sha512-7Cc8olaCoL/mtquB7j/HTbPM+sY6Ebr4k2X2y4JoXpVKQ7r5xB4iGQE0IoO58wIPsUk4AzoT65AMEpymSbWTgQ==",
493
379
  "dev": true,
494
380
  "requires": {
495
381
  "@octokit/types": "^5.0.0",
496
- "is-plain-object": "^4.0.0",
382
+ "is-plain-object": "^5.0.0",
497
383
  "universal-user-agent": "^6.0.0"
498
384
  },
499
385
  "dependencies": {
@@ -506,9 +392,9 @@
506
392
  }
507
393
  },
508
394
  "@octokit/graphql": {
509
- "version": "4.5.2",
510
- "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.5.2.tgz",
511
- "integrity": "sha512-SpB/JGdB7bxRj8qowwfAXjMpICUYSJqRDj26MKJAryRQBqp/ZzARsaO2LEFWzDaps0FLQoPYVGppS0HQXkBhdg==",
395
+ "version": "4.5.6",
396
+ "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.5.6.tgz",
397
+ "integrity": "sha512-Rry+unqKTa3svswT2ZAuqenpLrzJd+JTv89LTeVa5UM/5OX8o4KTkPL7/1ABq4f/ZkELb0XEK/2IEoYwykcLXg==",
512
398
  "dev": true,
513
399
  "requires": {
514
400
  "@octokit/request": "^5.3.0",
@@ -525,12 +411,12 @@
525
411
  }
526
412
  },
527
413
  "@octokit/plugin-paginate-rest": {
528
- "version": "2.3.0",
529
- "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.3.0.tgz",
530
- "integrity": "sha512-Ye2ZJreP0ZlqJQz8fz+hXvrEAEYK4ay7br1eDpWzr6j76VXs/gKqxFcH8qRzkB3fo/2xh4Vy9VtGii4ZDc9qlA==",
414
+ "version": "2.4.0",
415
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.4.0.tgz",
416
+ "integrity": "sha512-YT6Klz3LLH6/nNgi0pheJnUmTFW4kVnxGft+v8Itc41IIcjl7y1C8TatmKQBbCSuTSNFXO5pCENnqg6sjwpJhg==",
531
417
  "dev": true,
532
418
  "requires": {
533
- "@octokit/types": "^5.2.0"
419
+ "@octokit/types": "^5.5.0"
534
420
  }
535
421
  },
536
422
  "@octokit/plugin-request-log": {
@@ -561,17 +447,17 @@
561
447
  }
562
448
  },
563
449
  "@octokit/request": {
564
- "version": "5.4.7",
565
- "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.7.tgz",
566
- "integrity": "sha512-FN22xUDP0i0uF38YMbOfx6TotpcENP5W8yJM1e/LieGXn6IoRxDMnBf7tx5RKSW4xuUZ/1P04NFZy5iY3Rax1A==",
450
+ "version": "5.4.9",
451
+ "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.9.tgz",
452
+ "integrity": "sha512-CzwVvRyimIM1h2n9pLVYfTDmX9m+KHSgCpqPsY8F1NdEK8IaWqXhSBXsdjOBFZSpEcxNEeg4p0UO9cQ8EnOCLA==",
567
453
  "dev": true,
568
454
  "requires": {
569
455
  "@octokit/endpoint": "^6.0.1",
570
456
  "@octokit/request-error": "^2.0.0",
571
457
  "@octokit/types": "^5.0.0",
572
458
  "deprecation": "^2.0.0",
573
- "is-plain-object": "^4.0.0",
574
- "node-fetch": "^2.3.0",
459
+ "is-plain-object": "^5.0.0",
460
+ "node-fetch": "^2.6.1",
575
461
  "once": "^1.4.0",
576
462
  "universal-user-agent": "^6.0.0"
577
463
  },
@@ -608,9 +494,9 @@
608
494
  }
609
495
  },
610
496
  "@octokit/types": {
611
- "version": "5.2.0",
612
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.2.0.tgz",
613
- "integrity": "sha512-XjOk9y4m8xTLIKPe1NFxNWBdzA2/z3PFFA/bwf4EoH6oS8hM0Y46mEa4Cb+KCyj/tFDznJFahzQ0Aj3o1FYq4A==",
497
+ "version": "5.5.0",
498
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz",
499
+ "integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==",
614
500
  "dev": true,
615
501
  "requires": {
616
502
  "@types/node": ">= 8"
@@ -710,9 +596,9 @@
710
596
  }
711
597
  },
712
598
  "@semantic-release/github": {
713
- "version": "7.0.7",
714
- "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-7.0.7.tgz",
715
- "integrity": "sha512-Sai2UucYQ+5rJzKVEVJ4eiZNDdoo0/CzfpValBdeU5h97uJE7t4CoBTmUWkiXlPOx46CSw1+JhI+PHC1PUxVZw==",
599
+ "version": "7.1.1",
600
+ "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-7.1.1.tgz",
601
+ "integrity": "sha512-w8CLCvGVKNe2FPOYQ68OFxFVNNha7YRzptnwTZYdjXYtgTDKw0XVfnMSd9NlJeQPYGfQmIhIVPNBU/cA6zUY0A==",
716
602
  "dev": true,
717
603
  "requires": {
718
604
  "@octokit/rest": "^17.0.0",
@@ -731,42 +617,12 @@
731
617
  "p-filter": "^2.0.0",
732
618
  "p-retry": "^4.0.0",
733
619
  "url-join": "^4.0.0"
734
- },
735
- "dependencies": {
736
- "fs-extra": {
737
- "version": "9.0.1",
738
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz",
739
- "integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==",
740
- "dev": true,
741
- "requires": {
742
- "at-least-node": "^1.0.0",
743
- "graceful-fs": "^4.2.0",
744
- "jsonfile": "^6.0.1",
745
- "universalify": "^1.0.0"
746
- }
747
- },
748
- "jsonfile": {
749
- "version": "6.0.1",
750
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz",
751
- "integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==",
752
- "dev": true,
753
- "requires": {
754
- "graceful-fs": "^4.1.6",
755
- "universalify": "^1.0.0"
756
- }
757
- },
758
- "universalify": {
759
- "version": "1.0.0",
760
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz",
761
- "integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==",
762
- "dev": true
763
- }
764
620
  }
765
621
  },
766
622
  "@semantic-release/npm": {
767
- "version": "7.0.5",
768
- "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-7.0.5.tgz",
769
- "integrity": "sha512-D+oEmsx9aHE1q806NFQwSC9KdBO8ri/VO99eEz0wWbX2jyLqVyWr7t0IjKC8aSnkkQswg/4KN/ZjfF6iz1XOpw==",
623
+ "version": "7.0.6",
624
+ "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-7.0.6.tgz",
625
+ "integrity": "sha512-F4judxdeLe8f7+vDva1TkqNc5Tb2tcltZYW0tLtvP2Xt7CD/gGiz7UxAWEOPsXBvIqAP+uTidvGLPl9U3/uRoQ==",
770
626
  "dev": true,
771
627
  "requires": {
772
628
  "@semantic-release/error": "^2.2.0",
@@ -776,7 +632,7 @@
776
632
  "lodash": "^4.17.15",
777
633
  "nerf-dart": "^1.0.0",
778
634
  "normalize-url": "^5.0.0",
779
- "npm": "^6.10.3",
635
+ "npm": "^6.13.0",
780
636
  "rc": "^1.2.8",
781
637
  "read-pkg": "^5.0.0",
782
638
  "registry-auth-token": "^4.0.0",
@@ -784,39 +640,11 @@
784
640
  "tempy": "^0.5.0"
785
641
  },
786
642
  "dependencies": {
787
- "fs-extra": {
788
- "version": "9.0.1",
789
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz",
790
- "integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==",
791
- "dev": true,
792
- "requires": {
793
- "at-least-node": "^1.0.0",
794
- "graceful-fs": "^4.2.0",
795
- "jsonfile": "^6.0.1",
796
- "universalify": "^1.0.0"
797
- }
798
- },
799
- "jsonfile": {
800
- "version": "6.0.1",
801
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz",
802
- "integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==",
803
- "dev": true,
804
- "requires": {
805
- "graceful-fs": "^4.1.6",
806
- "universalify": "^1.0.0"
807
- }
808
- },
809
643
  "semver": {
810
644
  "version": "7.3.2",
811
645
  "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
812
646
  "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==",
813
647
  "dev": true
814
- },
815
- "universalify": {
816
- "version": "1.0.0",
817
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz",
818
- "integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==",
819
- "dev": true
820
648
  }
821
649
  }
822
650
  },
@@ -857,9 +685,9 @@
857
685
  "dev": true
858
686
  },
859
687
  "@types/node": {
860
- "version": "14.0.26",
861
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.26.tgz",
862
- "integrity": "sha512-W+fpe5s91FBGE0pEa0lnqGLL4USgpLgs4nokw16SrBBco/gQxuua7KnArSEOd5iaMqbbSHV10vUDkJYJJqpXKA==",
688
+ "version": "14.10.1",
689
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.10.1.tgz",
690
+ "integrity": "sha512-aYNbO+FZ/3KGeQCEkNhHFRIzBOUgc7QvcVNKXbfnhDkSfwUv91JsQQa10rDgKSTSLkXZ1UIyPe4FJJNVgw1xWQ==",
863
691
  "dev": true
864
692
  },
865
693
  "@types/normalize-package-data": {
@@ -960,12 +788,6 @@
960
788
  "integrity": "sha1-oMoMvCmltz6Dbuvhy/bF4OTrgvk=",
961
789
  "dev": true
962
790
  },
963
- "array-find-index": {
964
- "version": "1.0.2",
965
- "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
966
- "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
967
- "dev": true
968
- },
969
791
  "array-ify": {
970
792
  "version": "1.0.0",
971
793
  "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
@@ -1023,12 +845,6 @@
1023
845
  "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
1024
846
  "dev": true
1025
847
  },
1026
- "camelcase": {
1027
- "version": "4.1.0",
1028
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
1029
- "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
1030
- "dev": true
1031
- },
1032
848
  "camelcase-keys": {
1033
849
  "version": "6.2.2",
1034
850
  "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz",
@@ -1147,19 +963,19 @@
1147
963
  "dev": true
1148
964
  },
1149
965
  "commander": {
1150
- "version": "5.1.0",
1151
- "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
1152
- "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
966
+ "version": "6.1.0",
967
+ "resolved": "https://registry.npmjs.org/commander/-/commander-6.1.0.tgz",
968
+ "integrity": "sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==",
1153
969
  "dev": true
1154
970
  },
1155
971
  "compare-func": {
1156
- "version": "1.3.4",
1157
- "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.4.tgz",
1158
- "integrity": "sha512-sq2sWtrqKPkEXAC8tEJA1+BqAH9GbFkGBtUOqrUX57VSfwp8xyktctk+uLoRy5eccTdxzDcVIztlYDpKs3Jv1Q==",
972
+ "version": "2.0.0",
973
+ "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz",
974
+ "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==",
1159
975
  "dev": true,
1160
976
  "requires": {
1161
977
  "array-ify": "^1.0.0",
1162
- "dot-prop": "^3.0.0"
978
+ "dot-prop": "^5.1.0"
1163
979
  }
1164
980
  },
1165
981
  "compare-versions": {
@@ -1169,22 +985,49 @@
1169
985
  "dev": true
1170
986
  },
1171
987
  "conventional-changelog-angular": {
1172
- "version": "5.0.10",
1173
- "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.10.tgz",
1174
- "integrity": "sha512-k7RPPRs0vp8+BtPsM9uDxRl6KcgqtCJmzRD1wRtgqmhQ96g8ifBGo9O/TZBG23jqlXS/rg8BKRDELxfnQQGiaA==",
988
+ "version": "5.0.11",
989
+ "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.11.tgz",
990
+ "integrity": "sha512-nSLypht/1yEflhuTogC03i7DX7sOrXGsRn14g131Potqi6cbGbGEE9PSDEHKldabB6N76HiSyw9Ph+kLmC04Qw==",
1175
991
  "dev": true,
1176
992
  "requires": {
1177
- "compare-func": "^1.3.1",
993
+ "compare-func": "^2.0.0",
1178
994
  "q": "^1.5.1"
995
+ },
996
+ "dependencies": {
997
+ "compare-func": {
998
+ "version": "2.0.0",
999
+ "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz",
1000
+ "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==",
1001
+ "dev": true,
1002
+ "requires": {
1003
+ "array-ify": "^1.0.0",
1004
+ "dot-prop": "^5.1.0"
1005
+ }
1006
+ },
1007
+ "dot-prop": {
1008
+ "version": "5.2.0",
1009
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz",
1010
+ "integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==",
1011
+ "dev": true,
1012
+ "requires": {
1013
+ "is-obj": "^2.0.0"
1014
+ }
1015
+ },
1016
+ "is-obj": {
1017
+ "version": "2.0.0",
1018
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
1019
+ "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
1020
+ "dev": true
1021
+ }
1179
1022
  }
1180
1023
  },
1181
1024
  "conventional-changelog-writer": {
1182
- "version": "4.0.16",
1183
- "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.16.tgz",
1184
- "integrity": "sha512-jmU1sDJDZpm/dkuFxBeRXvyNcJQeKhGtVcFFkwTphUAzyYWcwz2j36Wcv+Mv2hU3tpvLMkysOPXJTLO55AUrYQ==",
1025
+ "version": "4.0.17",
1026
+ "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.17.tgz",
1027
+ "integrity": "sha512-IKQuK3bib/n032KWaSb8YlBFds+aLmzENtnKtxJy3+HqDq5kohu3g/UdNbIHeJWygfnEbZjnCKFxAW0y7ArZAw==",
1185
1028
  "dev": true,
1186
1029
  "requires": {
1187
- "compare-func": "^1.3.1",
1030
+ "compare-func": "^2.0.0",
1188
1031
  "conventional-commits-filter": "^2.0.6",
1189
1032
  "dateformat": "^3.0.0",
1190
1033
  "handlebars": "^4.7.6",
@@ -1271,15 +1114,6 @@
1271
1114
  "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
1272
1115
  "dev": true
1273
1116
  },
1274
- "currently-unhandled": {
1275
- "version": "0.4.1",
1276
- "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
1277
- "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
1278
- "dev": true,
1279
- "requires": {
1280
- "array-find-index": "^1.0.1"
1281
- }
1282
- },
1283
1117
  "dargs": {
1284
1118
  "version": "7.0.0",
1285
1119
  "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz",
@@ -1345,12 +1179,20 @@
1345
1179
  }
1346
1180
  },
1347
1181
  "dot-prop": {
1348
- "version": "3.0.0",
1349
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz",
1350
- "integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=",
1182
+ "version": "5.3.0",
1183
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
1184
+ "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
1351
1185
  "dev": true,
1352
1186
  "requires": {
1353
- "is-obj": "^1.0.0"
1187
+ "is-obj": "^2.0.0"
1188
+ },
1189
+ "dependencies": {
1190
+ "is-obj": {
1191
+ "version": "2.0.0",
1192
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
1193
+ "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
1194
+ "dev": true
1195
+ }
1354
1196
  }
1355
1197
  },
1356
1198
  "duplexer2": {
@@ -1557,14 +1399,15 @@
1557
1399
  }
1558
1400
  },
1559
1401
  "fs-extra": {
1560
- "version": "8.1.0",
1561
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
1562
- "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
1402
+ "version": "9.0.1",
1403
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz",
1404
+ "integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==",
1563
1405
  "dev": true,
1564
1406
  "requires": {
1407
+ "at-least-node": "^1.0.0",
1565
1408
  "graceful-fs": "^4.2.0",
1566
- "jsonfile": "^4.0.0",
1567
- "universalify": "^0.1.0"
1409
+ "jsonfile": "^6.0.1",
1410
+ "universalify": "^1.0.0"
1568
1411
  }
1569
1412
  },
1570
1413
  "get-caller-file": {
@@ -1580,9 +1423,9 @@
1580
1423
  "dev": true
1581
1424
  },
1582
1425
  "get-stdin": {
1583
- "version": "7.0.0",
1584
- "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
1585
- "integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==",
1426
+ "version": "8.0.0",
1427
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
1428
+ "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
1586
1429
  "dev": true
1587
1430
  },
1588
1431
  "get-stream": {
@@ -1769,21 +1612,36 @@
1769
1612
  "dev": true
1770
1613
  },
1771
1614
  "husky": {
1772
- "version": "4.2.5",
1773
- "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.5.tgz",
1774
- "integrity": "sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==",
1615
+ "version": "4.3.0",
1616
+ "resolved": "https://registry.npmjs.org/husky/-/husky-4.3.0.tgz",
1617
+ "integrity": "sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA==",
1775
1618
  "dev": true,
1776
1619
  "requires": {
1777
1620
  "chalk": "^4.0.0",
1778
1621
  "ci-info": "^2.0.0",
1779
1622
  "compare-versions": "^3.6.0",
1780
- "cosmiconfig": "^6.0.0",
1623
+ "cosmiconfig": "^7.0.0",
1781
1624
  "find-versions": "^3.2.0",
1782
1625
  "opencollective-postinstall": "^2.0.2",
1783
1626
  "pkg-dir": "^4.2.0",
1784
1627
  "please-upgrade-node": "^3.2.0",
1785
1628
  "slash": "^3.0.0",
1786
1629
  "which-pm-runs": "^1.0.0"
1630
+ },
1631
+ "dependencies": {
1632
+ "cosmiconfig": {
1633
+ "version": "7.0.0",
1634
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
1635
+ "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
1636
+ "dev": true,
1637
+ "requires": {
1638
+ "@types/parse-json": "^4.0.0",
1639
+ "import-fresh": "^3.2.1",
1640
+ "parse-json": "^5.0.0",
1641
+ "path-type": "^4.0.0",
1642
+ "yaml": "^1.10.0"
1643
+ }
1644
+ }
1787
1645
  }
1788
1646
  },
1789
1647
  "ignore": {
@@ -1893,9 +1751,9 @@
1893
1751
  "dev": true
1894
1752
  },
1895
1753
  "is-plain-object": {
1896
- "version": "4.1.1",
1897
- "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-4.1.1.tgz",
1898
- "integrity": "sha512-5Aw8LLVsDlZsETVMhoMXzqsXwQqr/0vlnBYzIXJbYo2F4yYlhLHs+Ez7Bod7IIQKWkJbJfxrWD7pA1Dw1TKrwA==",
1754
+ "version": "5.0.0",
1755
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
1756
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
1899
1757
  "dev": true
1900
1758
  },
1901
1759
  "is-regexp": {
@@ -1969,12 +1827,13 @@
1969
1827
  "dev": true
1970
1828
  },
1971
1829
  "jsonfile": {
1972
- "version": "4.0.0",
1973
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
1974
- "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
1830
+ "version": "6.0.1",
1831
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz",
1832
+ "integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==",
1975
1833
  "dev": true,
1976
1834
  "requires": {
1977
- "graceful-fs": "^4.1.6"
1835
+ "graceful-fs": "^4.1.6",
1836
+ "universalify": "^1.0.0"
1978
1837
  }
1979
1838
  },
1980
1839
  "jsonparse": {
@@ -1996,41 +1855,56 @@
1996
1855
  "dev": true
1997
1856
  },
1998
1857
  "lint-staged": {
1999
- "version": "10.2.11",
2000
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.2.11.tgz",
2001
- "integrity": "sha512-LRRrSogzbixYaZItE2APaS4l2eJMjjf5MbclRZpLJtcQJShcvUzKXsNeZgsLIZ0H0+fg2tL4B59fU9wHIHtFIA==",
1858
+ "version": "10.4.2",
1859
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.2.tgz",
1860
+ "integrity": "sha512-OLCA9K1hS+Sl179SO6kX0JtnsaKj/MZalEhUj5yAgXsb63qPI/Gfn6Ua1KuZdbfkZNEu3/n5C/obYCu70IMt9g==",
2002
1861
  "dev": true,
2003
1862
  "requires": {
2004
- "chalk": "^4.0.0",
2005
- "cli-truncate": "2.1.0",
2006
- "commander": "^5.1.0",
2007
- "cosmiconfig": "^6.0.0",
1863
+ "chalk": "^4.1.0",
1864
+ "cli-truncate": "^2.1.0",
1865
+ "commander": "^6.0.0",
1866
+ "cosmiconfig": "^7.0.0",
2008
1867
  "debug": "^4.1.1",
2009
1868
  "dedent": "^0.7.0",
2010
- "enquirer": "^2.3.5",
2011
- "execa": "^4.0.1",
2012
- "listr2": "^2.1.0",
1869
+ "enquirer": "^2.3.6",
1870
+ "execa": "^4.0.3",
1871
+ "listr2": "^2.6.0",
2013
1872
  "log-symbols": "^4.0.0",
2014
1873
  "micromatch": "^4.0.2",
2015
1874
  "normalize-path": "^3.0.0",
2016
1875
  "please-upgrade-node": "^3.2.0",
2017
1876
  "string-argv": "0.3.1",
2018
1877
  "stringify-object": "^3.3.0"
1878
+ },
1879
+ "dependencies": {
1880
+ "cosmiconfig": {
1881
+ "version": "7.0.0",
1882
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
1883
+ "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
1884
+ "dev": true,
1885
+ "requires": {
1886
+ "@types/parse-json": "^4.0.0",
1887
+ "import-fresh": "^3.2.1",
1888
+ "parse-json": "^5.0.0",
1889
+ "path-type": "^4.0.0",
1890
+ "yaml": "^1.10.0"
1891
+ }
1892
+ }
2019
1893
  }
2020
1894
  },
2021
1895
  "listr2": {
2022
- "version": "2.3.3",
2023
- "resolved": "https://registry.npmjs.org/listr2/-/listr2-2.3.3.tgz",
2024
- "integrity": "sha512-vU2eiFEzUEaDjgwRJ/n8RB79K2cBcaTw1DigIGHnXGp/BEeQqxGwiM8R17Itit5l2ykrrST11kw2l9vSpCbqUQ==",
1896
+ "version": "2.6.2",
1897
+ "resolved": "https://registry.npmjs.org/listr2/-/listr2-2.6.2.tgz",
1898
+ "integrity": "sha512-6x6pKEMs8DSIpA/tixiYY2m/GcbgMplMVmhQAaLFxEtNSKLeWTGjtmU57xvv6QCm2XcqzyNXL/cTSVf4IChCRA==",
2025
1899
  "dev": true,
2026
1900
  "requires": {
2027
- "chalk": "^4.0.0",
1901
+ "chalk": "^4.1.0",
2028
1902
  "cli-truncate": "^2.1.0",
2029
1903
  "figures": "^3.2.0",
2030
1904
  "indent-string": "^4.0.0",
2031
1905
  "log-update": "^4.0.0",
2032
1906
  "p-map": "^4.0.0",
2033
- "rxjs": "^6.5.5",
1907
+ "rxjs": "^6.6.2",
2034
1908
  "through": "^2.3.8"
2035
1909
  }
2036
1910
  },
@@ -2174,16 +2048,6 @@
2174
2048
  }
2175
2049
  }
2176
2050
  },
2177
- "loud-rejection": {
2178
- "version": "1.6.0",
2179
- "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
2180
- "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
2181
- "dev": true,
2182
- "requires": {
2183
- "currently-unhandled": "^0.4.1",
2184
- "signal-exit": "^3.0.0"
2185
- }
2186
- },
2187
2051
  "lru-cache": {
2188
2052
  "version": "6.0.0",
2189
2053
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -2206,9 +2070,9 @@
2206
2070
  "dev": true
2207
2071
  },
2208
2072
  "marked": {
2209
- "version": "1.1.1",
2210
- "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz",
2211
- "integrity": "sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==",
2073
+ "version": "1.2.0",
2074
+ "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz",
2075
+ "integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==",
2212
2076
  "dev": true
2213
2077
  },
2214
2078
  "marked-terminal": {
@@ -2357,9 +2221,9 @@
2357
2221
  }
2358
2222
  },
2359
2223
  "node-fetch": {
2360
- "version": "2.6.0",
2361
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
2362
- "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==",
2224
+ "version": "2.6.1",
2225
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
2226
+ "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
2363
2227
  "dev": true
2364
2228
  },
2365
2229
  "normalize-package-data": {
@@ -2381,15 +2245,15 @@
2381
2245
  "dev": true
2382
2246
  },
2383
2247
  "normalize-url": {
2384
- "version": "5.0.0",
2385
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.0.0.tgz",
2386
- "integrity": "sha512-bAEm2fx8Dq/a35Z6PIRkkBBJvR56BbEJvhpNtvCZ4W9FyORSna77fn+xtYFjqk5JpBS+fMnAOG/wFgkQBmB7hw==",
2248
+ "version": "5.3.0",
2249
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.3.0.tgz",
2250
+ "integrity": "sha512-9/nOVLYYe/dO/eJeQUNaGUF4m4Z5E7cb9oNTKabH+bNf19mqj60txTcveQxL0GlcWLXCxkOu2/LwL8oW0idIDA==",
2387
2251
  "dev": true
2388
2252
  },
2389
2253
  "npm": {
2390
- "version": "6.14.7",
2391
- "resolved": "https://registry.npmjs.org/npm/-/npm-6.14.7.tgz",
2392
- "integrity": "sha512-swhsdpNpyXg4GbM6LpOQ6qaloQuIKizZ+Zh6JPXJQc59ka49100Js0WvZx594iaKSoFgkFq2s8uXFHS3/Xy2WQ==",
2254
+ "version": "6.14.8",
2255
+ "resolved": "https://registry.npmjs.org/npm/-/npm-6.14.8.tgz",
2256
+ "integrity": "sha512-HBZVBMYs5blsj94GTeQZel7s9odVuuSUHy1+AlZh7rPVux1os2ashvEGLy/STNK7vUjbrCg5Kq9/GXisJgdf6A==",
2393
2257
  "dev": true,
2394
2258
  "requires": {
2395
2259
  "JSONStream": "^1.3.5",
@@ -2456,7 +2320,7 @@
2456
2320
  "lodash.uniq": "~4.5.0",
2457
2321
  "lodash.without": "~4.4.0",
2458
2322
  "lru-cache": "^5.1.1",
2459
- "meant": "~1.0.1",
2323
+ "meant": "^1.0.2",
2460
2324
  "mississippi": "^3.0.0",
2461
2325
  "mkdirp": "^0.5.5",
2462
2326
  "move-concurrently": "^1.0.1",
@@ -2471,7 +2335,7 @@
2471
2335
  "npm-packlist": "^1.4.8",
2472
2336
  "npm-pick-manifest": "^3.0.2",
2473
2337
  "npm-profile": "^4.0.4",
2474
- "npm-registry-fetch": "^4.0.5",
2338
+ "npm-registry-fetch": "^4.0.7",
2475
2339
  "npm-user-validate": "~1.0.0",
2476
2340
  "npmlog": "~4.1.2",
2477
2341
  "once": "~1.4.0",
@@ -2984,11 +2848,11 @@
2984
2848
  }
2985
2849
  },
2986
2850
  "configstore": {
2987
- "version": "3.1.2",
2851
+ "version": "3.1.5",
2988
2852
  "bundled": true,
2989
2853
  "dev": true,
2990
2854
  "requires": {
2991
- "dot-prop": "^4.1.0",
2855
+ "dot-prop": "^4.2.1",
2992
2856
  "graceful-fs": "^4.1.2",
2993
2857
  "make-dir": "^1.0.0",
2994
2858
  "unique-string": "^1.0.0",
@@ -3164,7 +3028,7 @@
3164
3028
  }
3165
3029
  },
3166
3030
  "dot-prop": {
3167
- "version": "4.2.0",
3031
+ "version": "4.2.1",
3168
3032
  "bundled": true,
3169
3033
  "dev": true,
3170
3034
  "requires": {
@@ -4310,7 +4174,7 @@
4310
4174
  }
4311
4175
  },
4312
4176
  "meant": {
4313
- "version": "1.0.1",
4177
+ "version": "1.0.2",
4314
4178
  "bundled": true,
4315
4179
  "dev": true
4316
4180
  },
@@ -4335,6 +4199,11 @@
4335
4199
  "brace-expansion": "^1.1.7"
4336
4200
  }
4337
4201
  },
4202
+ "minimist": {
4203
+ "version": "1.2.5",
4204
+ "bundled": true,
4205
+ "dev": true
4206
+ },
4338
4207
  "minizlib": {
4339
4208
  "version": "1.3.3",
4340
4209
  "bundled": true,
@@ -4571,7 +4440,7 @@
4571
4440
  }
4572
4441
  },
4573
4442
  "npm-registry-fetch": {
4574
- "version": "4.0.5",
4443
+ "version": "4.0.7",
4575
4444
  "bundled": true,
4576
4445
  "dev": true,
4577
4446
  "requires": {
@@ -4945,13 +4814,6 @@
4945
4814
  "ini": "~1.3.0",
4946
4815
  "minimist": "^1.2.0",
4947
4816
  "strip-json-comments": "~2.0.1"
4948
- },
4949
- "dependencies": {
4950
- "minimist": {
4951
- "version": "1.2.5",
4952
- "bundled": true,
4953
- "dev": true
4954
- }
4955
4817
  }
4956
4818
  },
4957
4819
  "read": {
@@ -6278,9 +6140,9 @@
6278
6140
  }
6279
6141
  },
6280
6142
  "regenerator-runtime": {
6281
- "version": "0.13.5",
6282
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
6283
- "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==",
6143
+ "version": "0.13.7",
6144
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
6145
+ "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==",
6284
6146
  "dev": true
6285
6147
  },
6286
6148
  "registry-auth-token": {
@@ -6357,9 +6219,9 @@
6357
6219
  "dev": true
6358
6220
  },
6359
6221
  "rxjs": {
6360
- "version": "6.6.0",
6361
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.0.tgz",
6362
- "integrity": "sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg==",
6222
+ "version": "6.6.3",
6223
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz",
6224
+ "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==",
6363
6225
  "dev": true,
6364
6226
  "requires": {
6365
6227
  "tslib": "^1.9.0"
@@ -6372,9 +6234,9 @@
6372
6234
  "dev": true
6373
6235
  },
6374
6236
  "semantic-release": {
6375
- "version": "17.1.1",
6376
- "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-17.1.1.tgz",
6377
- "integrity": "sha512-9H+207eynBJElrQBHySZm+sIEoJeUhPA2zU4cdlY1QSInd2lnE8GRD2ALry9EassE22c9WW+aCREwBhro5AIIg==",
6237
+ "version": "17.2.1",
6238
+ "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-17.2.1.tgz",
6239
+ "integrity": "sha512-+xbLWsT9NoibeMMJw4te0pbY4q/Z1gt/vzhB0z9RRNGVyqCgQiK5NUJ11eW6etSyPZ9QFeAMnqO2dzscWUTy2w==",
6378
6240
  "dev": true,
6379
6241
  "requires": {
6380
6242
  "@semantic-release/commit-analyzer": "^8.0.0",
@@ -6408,9 +6270,9 @@
6408
6270
  },
6409
6271
  "dependencies": {
6410
6272
  "hosted-git-info": {
6411
- "version": "3.0.5",
6412
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.5.tgz",
6413
- "integrity": "sha512-i4dpK6xj9BIpVOTboXIlKG9+8HMKggcrMX7WA24xZtKwX0TPelq/rbaS5rCKeNX8sJXZJGdSxpnEGtta+wismQ==",
6273
+ "version": "3.0.6",
6274
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.6.tgz",
6275
+ "integrity": "sha512-VRvqVD5T6t9HdmNDWTwbi8H/EC722MemAhOSP5QvYAXpDAY0Nhu2I/i+bXsktu4sU5LVHSh/wmXtVU8bDtjedQ==",
6414
6276
  "dev": true,
6415
6277
  "requires": {
6416
6278
  "lru-cache": "^6.0.0"
@@ -6891,9 +6753,9 @@
6891
6753
  "dev": true
6892
6754
  },
6893
6755
  "tslib": {
6894
- "version": "1.13.0",
6895
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz",
6896
- "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==",
6756
+ "version": "1.14.1",
6757
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
6758
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
6897
6759
  "dev": true
6898
6760
  },
6899
6761
  "type-fest": {
@@ -6903,9 +6765,9 @@
6903
6765
  "dev": true
6904
6766
  },
6905
6767
  "uglify-js": {
6906
- "version": "3.10.0",
6907
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.0.tgz",
6908
- "integrity": "sha512-Esj5HG5WAyrLIdYU74Z3JdG2PxdIusvj6IWHMtlyESxc7kcDz7zYlYjpnSokn1UbpV0d/QX9fan7gkCNd/9BQA==",
6768
+ "version": "3.11.2",
6769
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.2.tgz",
6770
+ "integrity": "sha512-G440NU6fewtnQftSgqRV1r2A5ChKbU1gqFCJ7I8S7MPpY/eZZfLGefaY6gUZYiWebMaO+txgiQ1ZyLDuNWJulg==",
6909
6771
  "dev": true,
6910
6772
  "optional": true
6911
6773
  },
@@ -6928,9 +6790,9 @@
6928
6790
  }
6929
6791
  },
6930
6792
  "universalify": {
6931
- "version": "0.1.2",
6932
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
6933
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
6793
+ "version": "1.0.0",
6794
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz",
6795
+ "integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==",
6934
6796
  "dev": true
6935
6797
  },
6936
6798
  "url-join": {
@@ -6977,9 +6839,9 @@
6977
6839
  "dev": true
6978
6840
  },
6979
6841
  "windows-release": {
6980
- "version": "3.3.1",
6981
- "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.1.tgz",
6982
- "integrity": "sha512-Pngk/RDCaI/DkuHPlGTdIkDiTAnAkyMjoQMZqRsxydNl1qGXNIoZrB7RK8g53F2tEgQBMqQJHQdYZuQEEAu54A==",
6842
+ "version": "3.3.3",
6843
+ "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.3.tgz",
6844
+ "integrity": "sha512-OSOGH1QYiW5yVor9TtmXKQvt2vjQqbYS+DqmsZw+r7xDwLXEeT3JGW0ZppFmHx4diyXmxt238KFR3N9jzevBRg==",
6983
6845
  "dev": true,
6984
6846
  "requires": {
6985
6847
  "execa": "^1.0.0"