shopify_app 22.4.0 → 22.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fa0c48b506596cf235c8c32fcdb0e39c3aaa7d8ffd9b284dee69a7979d76fc7
4
- data.tar.gz: 745fbc9dd772dd70838d18092323ff72845fb55b77750642461c8e77de0d34da
3
+ metadata.gz: d8a8d6fb5b227bbe3070fba9050497eb007e4191a782bc89b12a84546470ed65
4
+ data.tar.gz: 5f8d8e4486585b07a93ad7f6abddaebde7a263568dc78e757627476aba37d38b
5
5
  SHA512:
6
- metadata.gz: ec0279dff3206dd9b23586c3a483f4a6f6d098a8ceaf92a3f817ea02def91d4fb306b54c25cc2d2125eb0e30d8058a09b65cac7d553f5dad8546dc1df5018259
7
- data.tar.gz: 73a5bdac727b368a98062c31a42959f5d62bbca48ea1535a0643986f2c34ced20975707c6773834bbe567cc91372652edd24ccc9535ae1a981b55e39b3659a87
6
+ metadata.gz: 2a0b7ad073c42b6fbe5033aa686fa365050d8d56305507746b15f938a1511e979eecd49dcaefbe2793114c6ca4c4ef4f986085b743651115dc816faab404da15
7
+ data.tar.gz: a8896ed834816ef8fd35f17db67aef3efcd401fa2a46900e2a2bce8d5b96f863db3eaa0335e73d63b6c48e6382d52d9103c46fce7a7252568e1abe7e503d2075
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased
2
2
  ----------
3
3
 
4
+ 22.5.0 (November 28, 2024)
5
+ ----------
6
+ - Add support for filters in webhook registration [1923](https://github.com/Shopify/shopify_app/pull/1923)
7
+ - Make `ShopifyApp.configuration.scope` default to empty list `[]` [1913](https://github.com/Shopify/shopify_app/pull/1913)
8
+
4
9
  22.4.0 (August 22, 2024)
5
10
  ----------
6
11
  - Add the `unified_admin_domain` configuration option for the unified admin domain.
data/Gemfile.lock CHANGED
@@ -1,80 +1,80 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shopify_app (22.4.0)
4
+ shopify_app (22.5.0)
5
5
  activeresource
6
6
  addressable (~> 2.7)
7
7
  jwt (>= 2.2.3)
8
8
  rails (> 5.2.1)
9
9
  redirect_safely (~> 1.0)
10
- shopify_api (>= 14.3.0, < 15.0)
10
+ shopify_api (>= 14.7.0, < 15.0)
11
11
  sprockets-rails (>= 2.0.0)
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- actioncable (6.1.7.8)
17
- actionpack (= 6.1.7.8)
18
- activesupport (= 6.1.7.8)
16
+ actioncable (6.1.7.9)
17
+ actionpack (= 6.1.7.9)
18
+ activesupport (= 6.1.7.9)
19
19
  nio4r (~> 2.0)
20
20
  websocket-driver (>= 0.6.1)
21
- actionmailbox (6.1.7.8)
22
- actionpack (= 6.1.7.8)
23
- activejob (= 6.1.7.8)
24
- activerecord (= 6.1.7.8)
25
- activestorage (= 6.1.7.8)
26
- activesupport (= 6.1.7.8)
21
+ actionmailbox (6.1.7.9)
22
+ actionpack (= 6.1.7.9)
23
+ activejob (= 6.1.7.9)
24
+ activerecord (= 6.1.7.9)
25
+ activestorage (= 6.1.7.9)
26
+ activesupport (= 6.1.7.9)
27
27
  mail (>= 2.7.1)
28
- actionmailer (6.1.7.8)
29
- actionpack (= 6.1.7.8)
30
- actionview (= 6.1.7.8)
31
- activejob (= 6.1.7.8)
32
- activesupport (= 6.1.7.8)
28
+ actionmailer (6.1.7.9)
29
+ actionpack (= 6.1.7.9)
30
+ actionview (= 6.1.7.9)
31
+ activejob (= 6.1.7.9)
32
+ activesupport (= 6.1.7.9)
33
33
  mail (~> 2.5, >= 2.5.4)
34
34
  rails-dom-testing (~> 2.0)
35
- actionpack (6.1.7.8)
36
- actionview (= 6.1.7.8)
37
- activesupport (= 6.1.7.8)
35
+ actionpack (6.1.7.9)
36
+ actionview (= 6.1.7.9)
37
+ activesupport (= 6.1.7.9)
38
38
  rack (~> 2.0, >= 2.0.9)
39
39
  rack-test (>= 0.6.3)
40
40
  rails-dom-testing (~> 2.0)
41
41
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
42
- actiontext (6.1.7.8)
43
- actionpack (= 6.1.7.8)
44
- activerecord (= 6.1.7.8)
45
- activestorage (= 6.1.7.8)
46
- activesupport (= 6.1.7.8)
42
+ actiontext (6.1.7.9)
43
+ actionpack (= 6.1.7.9)
44
+ activerecord (= 6.1.7.9)
45
+ activestorage (= 6.1.7.9)
46
+ activesupport (= 6.1.7.9)
47
47
  nokogiri (>= 1.8.5)
48
- actionview (6.1.7.8)
49
- activesupport (= 6.1.7.8)
48
+ actionview (6.1.7.9)
49
+ activesupport (= 6.1.7.9)
50
50
  builder (~> 3.1)
51
51
  erubi (~> 1.4)
52
52
  rails-dom-testing (~> 2.0)
53
53
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
54
- activejob (6.1.7.8)
55
- activesupport (= 6.1.7.8)
54
+ activejob (6.1.7.9)
55
+ activesupport (= 6.1.7.9)
56
56
  globalid (>= 0.3.6)
57
- activemodel (6.1.7.8)
58
- activesupport (= 6.1.7.8)
57
+ activemodel (6.1.7.9)
58
+ activesupport (= 6.1.7.9)
59
59
  activemodel-serializers-xml (1.0.2)
60
60
  activemodel (> 5.x)
61
61
  activesupport (> 5.x)
62
62
  builder (~> 3.1)
63
- activerecord (6.1.7.8)
64
- activemodel (= 6.1.7.8)
65
- activesupport (= 6.1.7.8)
66
- activeresource (6.1.0)
63
+ activerecord (6.1.7.9)
64
+ activemodel (= 6.1.7.9)
65
+ activesupport (= 6.1.7.9)
66
+ activeresource (6.1.3)
67
67
  activemodel (>= 6.0)
68
68
  activemodel-serializers-xml (~> 1.0)
69
69
  activesupport (>= 6.0)
70
- activestorage (6.1.7.8)
71
- actionpack (= 6.1.7.8)
72
- activejob (= 6.1.7.8)
73
- activerecord (= 6.1.7.8)
74
- activesupport (= 6.1.7.8)
70
+ activestorage (6.1.7.9)
71
+ actionpack (= 6.1.7.9)
72
+ activejob (= 6.1.7.9)
73
+ activerecord (= 6.1.7.9)
74
+ activesupport (= 6.1.7.9)
75
75
  marcel (~> 1.0)
76
76
  mini_mime (>= 1.1.0)
77
- activesupport (6.1.7.8)
77
+ activesupport (6.1.7.9)
78
78
  concurrent-ruby (~> 1.0, >= 1.0.2)
79
79
  i18n (>= 1.6, < 2)
80
80
  minitest (>= 5.1)
@@ -88,21 +88,21 @@ GEM
88
88
  builder (3.3.0)
89
89
  byebug (11.1.3)
90
90
  coderay (1.1.3)
91
- concurrent-ruby (1.3.3)
91
+ concurrent-ruby (1.3.4)
92
92
  crack (0.4.5)
93
93
  rexml
94
94
  crass (1.0.6)
95
- date (3.3.3)
95
+ date (3.3.4)
96
96
  debug_inspector (1.1.0)
97
97
  erubi (1.13.0)
98
- globalid (1.1.0)
99
- activesupport (>= 5.0)
98
+ globalid (1.2.1)
99
+ activesupport (>= 6.1)
100
100
  hash_diff (1.1.1)
101
101
  hashdiff (1.0.1)
102
102
  httparty (0.21.0)
103
103
  mini_mime (>= 1.0.0)
104
104
  multi_xml (>= 0.5.2)
105
- i18n (1.14.5)
105
+ i18n (1.14.6)
106
106
  concurrent-ruby (~> 1.0)
107
107
  json (2.7.2)
108
108
  jwt (2.7.0)
@@ -117,26 +117,26 @@ GEM
117
117
  net-smtp
118
118
  marcel (1.0.2)
119
119
  method_source (1.0.0)
120
- mini_mime (1.1.2)
120
+ mini_mime (1.1.5)
121
121
  minitest (5.18.0)
122
122
  mocha (2.0.2)
123
123
  ruby2_keywords (>= 0.0.5)
124
124
  multi_xml (0.6.0)
125
- net-imap (0.3.4)
125
+ net-imap (0.4.17)
126
126
  date
127
127
  net-protocol
128
128
  net-pop (0.1.2)
129
129
  net-protocol
130
- net-protocol (0.2.1)
130
+ net-protocol (0.2.2)
131
131
  timeout
132
- net-smtp (0.3.3)
132
+ net-smtp (0.5.0)
133
133
  net-protocol
134
134
  nio4r (2.5.9)
135
- nokogiri (1.16.6-arm64-darwin)
135
+ nokogiri (1.16.7-arm64-darwin)
136
136
  racc (~> 1.4)
137
- nokogiri (1.16.6-x86_64-darwin)
137
+ nokogiri (1.16.7-x86_64-darwin)
138
138
  racc (~> 1.4)
139
- nokogiri (1.16.6-x86_64-linux)
139
+ nokogiri (1.16.7-x86_64-linux)
140
140
  racc (~> 1.4)
141
141
  oj (3.14.3)
142
142
  openssl (3.1.0)
@@ -154,24 +154,24 @@ GEM
154
154
  binding_of_caller (~> 1.0)
155
155
  pry (~> 0.13)
156
156
  public_suffix (5.0.1)
157
- racc (1.8.0)
158
- rack (2.2.9)
157
+ racc (1.8.1)
158
+ rack (2.2.10)
159
159
  rack-test (2.1.0)
160
160
  rack (>= 1.3)
161
- rails (6.1.7.8)
162
- actioncable (= 6.1.7.8)
163
- actionmailbox (= 6.1.7.8)
164
- actionmailer (= 6.1.7.8)
165
- actionpack (= 6.1.7.8)
166
- actiontext (= 6.1.7.8)
167
- actionview (= 6.1.7.8)
168
- activejob (= 6.1.7.8)
169
- activemodel (= 6.1.7.8)
170
- activerecord (= 6.1.7.8)
171
- activestorage (= 6.1.7.8)
172
- activesupport (= 6.1.7.8)
161
+ rails (6.1.7.9)
162
+ actioncable (= 6.1.7.9)
163
+ actionmailbox (= 6.1.7.9)
164
+ actionmailer (= 6.1.7.9)
165
+ actionpack (= 6.1.7.9)
166
+ actiontext (= 6.1.7.9)
167
+ actionview (= 6.1.7.9)
168
+ activejob (= 6.1.7.9)
169
+ activemodel (= 6.1.7.9)
170
+ activerecord (= 6.1.7.9)
171
+ activestorage (= 6.1.7.9)
172
+ activesupport (= 6.1.7.9)
173
173
  bundler (>= 1.15.0)
174
- railties (= 6.1.7.8)
174
+ railties (= 6.1.7.9)
175
175
  sprockets-rails (>= 2.0.0)
176
176
  rails-controller-testing (1.0.5)
177
177
  actionpack (>= 5.0.1.rc1)
@@ -184,9 +184,9 @@ GEM
184
184
  rails-html-sanitizer (1.6.0)
185
185
  loofah (~> 2.21)
186
186
  nokogiri (~> 1.14)
187
- railties (6.1.7.8)
188
- actionpack (= 6.1.7.8)
189
- activesupport (= 6.1.7.8)
187
+ railties (6.1.7.9)
188
+ actionpack (= 6.1.7.9)
189
+ activesupport (= 6.1.7.9)
190
190
  method_source
191
191
  rake (>= 12.2)
192
192
  thor (~> 1.0)
@@ -196,8 +196,7 @@ GEM
196
196
  redirect_safely (1.0.0)
197
197
  activemodel
198
198
  regexp_parser (2.9.0)
199
- rexml (3.3.3)
200
- strscan
199
+ rexml (3.3.9)
201
200
  rubocop (1.62.1)
202
201
  json (~> 2.3)
203
202
  language_server-protocol (>= 3.17.0)
@@ -220,7 +219,7 @@ GEM
220
219
  ruby-progressbar (1.13.0)
221
220
  ruby2_keywords (0.0.5)
222
221
  securerandom (0.2.2)
223
- shopify_api (14.3.0)
222
+ shopify_api (14.7.0)
224
223
  activesupport
225
224
  concurrent-ruby
226
225
  hash_diff
@@ -242,11 +241,10 @@ GEM
242
241
  sqlite3 (1.7.3-arm64-darwin)
243
242
  sqlite3 (1.7.3-x86_64-darwin)
244
243
  sqlite3 (1.7.3-x86_64-linux)
245
- strscan (3.1.0)
246
244
  syntax_tree (6.1.1)
247
245
  prettier_print (>= 1.2.0)
248
246
  thor (1.2.2)
249
- timeout (0.3.2)
247
+ timeout (0.4.1)
250
248
  tzinfo (2.0.6)
251
249
  concurrent-ruby (~> 1.0)
252
250
  unicode-display_width (2.5.0)
@@ -257,7 +255,7 @@ GEM
257
255
  websocket-driver (0.7.5)
258
256
  websocket-extensions (>= 0.1.0)
259
257
  websocket-extensions (0.1.5)
260
- zeitwerk (2.6.16)
258
+ zeitwerk (2.6.18)
261
259
 
262
260
  PLATFORMS
263
261
  arm64-darwin-21
data/README.md CHANGED
@@ -169,10 +169,11 @@ ShopifyApp.configure do |config|
169
169
  end
170
170
 
171
171
  ```
172
- 3. Handle special callback logic. If your app has overridden the OAuth CallbackController to run special tasks post authorization,
172
+ 3. Handle special callback logic. If your app has overridden the OAuth CallbackController to run special tasks post authorization,
173
173
  you'll need to create and configure a custom PostAuthenticateTasks class to run these tasks after the token exchange. The original
174
174
  OAuth CallbackController will not be triggered anymore. See [Post Authenticate Tasks documentation](/docs/shopify_app/authentication.md#post-authenticate-tasks) for more information.
175
- 4. Enjoy a smoother and faster app installation process.
175
+ 4. Make sure your `embedded_app` layout is correct. If your app has any controller which includes `ShopifyApp::EnsureInstalled`, they will now also include the `ShopifyApp::EmbeddedApp` concern, which sets `layout 'embedded_app'` for the current controller by default. In cases where the controller originally looked for another layout file, this can cause unexpected behavior. See [`EmbeddedApp` concern's documentation](/docs/shopify_app/controller-concerns.md#embeddedapp) for more information on the effects of this concern and how to disable the layout change if needed.
176
+ 5. Enjoy a smoother and faster app installation process.
176
177
 
177
178
  ### API Versioning
178
179
 
@@ -63,6 +63,26 @@ Using token exchange will ensure that the access token retrieved will always hav
63
63
  Authorization code grant flow is the OAuth flow that requires the app to redirect the user
64
64
  to Shopify for installation/authorization of the app to access the shop's data. It is still required for apps that are not embedded.
65
65
 
66
+ If your app is not using [Shopify managed installation](https://shopify.dev/docs/apps/auth/installation#shopify-managed-installation) with declared scopes in your `.toml` file, you can change the requested access scopes during OAuth flow
67
+ by adding the `scope` to your configurations - `ShopifyApp.configuration` & `ShopifyAPI::Context.setup`.
68
+
69
+
70
+ ```ruby
71
+ # config/initializers/shopify_app.rb
72
+
73
+ ShopifyApp.configure do |config|
74
+ ...
75
+ config.scope = ["read_discounts", "write_products"]
76
+ ...
77
+ end
78
+
79
+ ShopifyAPI::Context.setup(
80
+ ...
81
+ scope: ShopifyApp.configuration.scope,
82
+ ...
83
+ )
84
+ ```
85
+
66
86
  To perform [authorization code grant flow](https://shopify.dev/docs/apps/auth/get-access-tokens/authorization-code-grant), you app will need to handle
67
87
  [begin OAuth](#begin-oauth) and [OAuth callback](#oauth-callback) routes.
68
88
 
@@ -195,6 +215,17 @@ config.secret = Rails.application.secrets.shopify_secret
195
215
  config.old_secret = Rails.application.secrets.old_shopify_secret
196
216
  ```
197
217
 
218
+ Also make sure the old secret is specified when setting up `ShopifyAPI::Context` as well:
219
+
220
+ ```ruby
221
+ ShopifyAPI::Context.setup(
222
+ api_key: ShopifyApp.configuration.api_key,
223
+ api_secret_key: ShopifyApp.configuration.secret,
224
+ # ...
225
+ old_api_secret_key: ShopifyApp.configuration.old_secret,
226
+ )
227
+ ```
228
+
198
229
  We've provided a generator which creates the job and an example rake task:
199
230
 
200
231
  ```sh
@@ -2,15 +2,15 @@
2
2
 
3
3
  #### Table of contents
4
4
 
5
- [Webhooks subscription in the app config](#subscribing-to-webhooks-in-the-app-configuration-file)
6
- [Manage webhooks using `ShopifyApp::WebhooksManager`](#manage-webhooks-using-shopifyappwebhooksmanager)
5
+ [App-specific webhooks in shopify.app.toml (recommended)](#subscribing-to-webhooks-in-the-app-configuration-file)
6
+ [Manage shop-specific webhooks using `ShopifyApp::WebhooksManager`](#manage-webhooks-using-shopifyappwebhooksmanager)
7
7
  [Mandatory Privacy Webhooks](#mandatory-privacy-webhooks)
8
8
 
9
- ## Subscribing to webhooks in the app configuration file
10
- You can now specify the webhooks you want to subscribe to in the `shopify.app.toml` file. Mandatory privacy webhooks and other webhooks can be specified in the `webhooks` section of the configuration file. Learn more about the different way to subscribe to webhooks in the [documentation](https://shopify.dev/docs/apps/build/webhooks/subscribe).
9
+ ## App-specific webhooks in shopify.app.toml (recommended)
10
+ You can specify app-specific webhooks to subscribe to in the `shopify.app.toml` file. These subscriptions are easier to manage because they are kept up to date by Shopify. In many cases they will be sufficient. Please read [app-specific vs shop-specific subscriptions](https://shopify.dev/docs/apps/build/webhooks/subscribe#app-specific-vs-shop-specific-subscriptions) to understand when you might need shop-specific webhooks.
11
11
 
12
- ### Consuming webhooks events
13
- To consume webhooks events where the subscription is done in the `shopify.app.toml` file you can scaffold the necessary files by running the following generator.
12
+ ### Consuming app-specific webhooks events
13
+ To consume app-specific webhooks events from the `shopify.app.toml` file, you can scaffold the necessary files by running the following generator.
14
14
 
15
15
  ```bash
16
16
  rails g shopify_app:add_declarative_webhook --topic carts/update --path webhooks/carts_update
@@ -18,10 +18,10 @@ rails g shopify_app:add_declarative_webhook --topic carts/update --path webhooks
18
18
 
19
19
  This will add a new controller, job, and route to your application. The controller will verify the webhook and queue the job to process the webhook. The job will be responsible for processing the webhook data.
20
20
 
21
- ## Manage webhooks using `ShopifyApp::WebhooksManager`
21
+ ## Manage shop-specific webhooks using `ShopifyApp::WebhooksManager`
22
22
 
23
- See [`ShopifyApp::WebhooksManager`](/lib/shopify_app/managers/webhooks_manager.rb)
24
- ShopifyApp can manage your app's webhooks for you if you set which webhooks you require in the initializer:
23
+ See [`ShopifyApp::WebhooksManager`](/lib/shopify_app/managers/webhooks_manager.rb).
24
+ ShopifyApp can manage your app's shop-specific webhooks for you if you set which webhooks you require in the initializer:
25
25
 
26
26
  ```ruby
27
27
  ShopifyApp.configure do |config|
@@ -31,6 +31,8 @@ ShopifyApp.configure do |config|
31
31
  end
32
32
  ```
33
33
 
34
+ This method should only be used if you have a good reason not to use app-specific webhooks (such as requiring different topics for different shops).
35
+
34
36
  When the [OAuth callback](/docs/shopify_app/authentication.md#oauth-callback) or token exchange is completed successfully, ShopifyApp will queue a background job which will ensure all the specified webhooks exist for that shop. Because this runs on every OAuth callback, it means your app will always have the webhooks it needs even if the user uninstalls and re-installs the app.
35
37
 
36
38
  ShopifyApp also provides a [WebhooksController](/app/controllers/shopify_app/webhooks_controller.rb) that receives webhooks and queues a job based on the received topic. For example, if you register the webhook from above, then all you need to do is create a job called `CartsUpdateJob`. The job will be queued with 2 params: `shop_domain` and `webhook` (which is the webhook body).
@@ -60,13 +62,27 @@ ShopifyApp.configure do |config|
60
62
  config.webhooks = [
61
63
  {
62
64
  topic: 'orders/create',
63
- path: 'api/webhooks/order_create',
65
+ path: 'api/webhooks/orders_create',
64
66
  metafield_namespaces: ['app-namespace'],
65
67
  },
66
68
  ]
67
69
  end
68
70
  ```
69
71
 
72
+ If you need to filter by webhook fields, you can register a webhook with a `filter` parameter. The documentation for Webhook filters can be found [here](https://shopify.dev/docs/apps/build/webhooks/customize/filters).
73
+
74
+ ```ruby
75
+ ShopifyApp.configure do |config|
76
+ config.webhooks = [
77
+ {
78
+ topic: 'products/update',
79
+ path: 'api/webhooks/products_update',
80
+ filter: "variants.price:>=10.00",
81
+ },
82
+ ]
83
+ end
84
+ ```
85
+
70
86
  If you'd rather implement your own controller then you'll want to use the [`ShopifyApp::WebhookVerification`](/lib/shopify_app/controller_concerns/webhook_verification.rb) module to verify your webhooks, example:
71
87
 
72
88
  ```ruby
@@ -61,6 +61,7 @@ module ShopifyApp
61
61
  @scripttags_manager_queue_name = Rails.application.config.active_job.queue_name
62
62
  @webhooks_manager_queue_name = Rails.application.config.active_job.queue_name
63
63
  @disable_webpacker = ENV["SHOPIFY_APP_DISABLE_WEBPACKER"].present?
64
+ @scope = []
64
65
 
65
66
  log_v23_deprecations
66
67
  end
@@ -52,6 +52,7 @@ module ShopifyApp
52
52
  path: webhook_path,
53
53
  handler: delivery_method == :http ? webhook_job_klass(webhook_path) : nil,
54
54
  fields: attributes[:fields],
55
+ filter: attributes[:filter],
55
56
  metafield_namespaces: attributes[:metafield_namespaces],
56
57
  )
57
58
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ShopifyApp
4
- VERSION = "22.4.0"
4
+ VERSION = "22.5.0"
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify_app",
3
- "version": "22.4.0",
3
+ "version": "22.5.0",
4
4
  "repository": "git@github.com:Shopify/shopify_app.git",
5
5
  "author": "Shopify",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "mocha": "^10.2.0",
19
19
  "sinon": "^9.0.3",
20
20
  "sinon-chai": "^3.2.0",
21
- "webpack": "^5.89.0"
21
+ "webpack": "^5.94.0"
22
22
  },
23
23
  "scripts": {
24
24
  "test": "./node_modules/.bin/karma start --browsers ChromeHeadless --single-run"
data/shopify_app.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.add_runtime_dependency("addressable", "~> 2.7")
19
19
  s.add_runtime_dependency("rails", "> 5.2.1")
20
20
  s.add_runtime_dependency("redirect_safely", "~> 1.0")
21
- s.add_runtime_dependency("shopify_api", ">= 14.3.0", "< 15.0")
21
+ s.add_runtime_dependency("shopify_api", ">= 14.7.0", "< 15.0")
22
22
  s.add_runtime_dependency("sprockets-rails", ">= 2.0.0")
23
23
  # Deprecated: move to development dependencies when releasing v23
24
24
  s.add_runtime_dependency("jwt", ">= 2.2.3")
data/yarn.lock CHANGED
@@ -1133,6 +1133,14 @@
1133
1133
  "@jridgewell/resolve-uri" "^3.1.0"
1134
1134
  "@jridgewell/sourcemap-codec" "^1.4.14"
1135
1135
 
1136
+ "@jridgewell/trace-mapping@^0.3.20":
1137
+ version "0.3.25"
1138
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
1139
+ integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
1140
+ dependencies:
1141
+ "@jridgewell/resolve-uri" "^3.1.0"
1142
+ "@jridgewell/sourcemap-codec" "^1.4.14"
1143
+
1136
1144
  "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
1137
1145
  version "1.8.6"
1138
1146
  resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
@@ -1178,28 +1186,12 @@
1178
1186
  dependencies:
1179
1187
  "@types/node" "*"
1180
1188
 
1181
- "@types/eslint-scope@^3.7.3":
1182
- version "3.7.7"
1183
- resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
1184
- integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
1185
- dependencies:
1186
- "@types/eslint" "*"
1187
- "@types/estree" "*"
1188
-
1189
- "@types/eslint@*":
1190
- version "8.44.7"
1191
- resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.7.tgz#430b3cc96db70c81f405e6a08aebdb13869198f5"
1192
- integrity sha512-f5ORu2hcBbKei97U73mf+l9t4zTGl74IqZ0GQk4oVea/VS8tQZYkUveSYojk+frraAVYId0V2WC9O4PTNru2FQ==
1193
- dependencies:
1194
- "@types/estree" "*"
1195
- "@types/json-schema" "*"
1196
-
1197
- "@types/estree@*", "@types/estree@^1.0.0":
1189
+ "@types/estree@^1.0.5":
1198
1190
  version "1.0.5"
1199
1191
  resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
1200
1192
  integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1201
1193
 
1202
- "@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
1194
+ "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
1203
1195
  version "7.0.15"
1204
1196
  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1205
1197
  integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1211,10 +1203,10 @@
1211
1203
  dependencies:
1212
1204
  undici-types "~5.26.4"
1213
1205
 
1214
- "@webassemblyjs/ast@1.11.6", "@webassemblyjs/ast@^1.11.5":
1215
- version "1.11.6"
1216
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24"
1217
- integrity sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==
1206
+ "@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
1207
+ version "1.12.1"
1208
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
1209
+ integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==
1218
1210
  dependencies:
1219
1211
  "@webassemblyjs/helper-numbers" "1.11.6"
1220
1212
  "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
@@ -1229,10 +1221,10 @@
1229
1221
  resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768"
1230
1222
  integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
1231
1223
 
1232
- "@webassemblyjs/helper-buffer@1.11.6":
1233
- version "1.11.6"
1234
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz#b66d73c43e296fd5e88006f18524feb0f2c7c093"
1235
- integrity sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==
1224
+ "@webassemblyjs/helper-buffer@1.12.1":
1225
+ version "1.12.1"
1226
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz#6df20d272ea5439bf20ab3492b7fb70e9bfcb3f6"
1227
+ integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==
1236
1228
 
1237
1229
  "@webassemblyjs/helper-numbers@1.11.6":
1238
1230
  version "1.11.6"
@@ -1248,15 +1240,15 @@
1248
1240
  resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9"
1249
1241
  integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
1250
1242
 
1251
- "@webassemblyjs/helper-wasm-section@1.11.6":
1252
- version "1.11.6"
1253
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz#ff97f3863c55ee7f580fd5c41a381e9def4aa577"
1254
- integrity sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==
1243
+ "@webassemblyjs/helper-wasm-section@1.12.1":
1244
+ version "1.12.1"
1245
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz#3da623233ae1a60409b509a52ade9bc22a37f7bf"
1246
+ integrity sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==
1255
1247
  dependencies:
1256
- "@webassemblyjs/ast" "1.11.6"
1257
- "@webassemblyjs/helper-buffer" "1.11.6"
1248
+ "@webassemblyjs/ast" "1.12.1"
1249
+ "@webassemblyjs/helper-buffer" "1.12.1"
1258
1250
  "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1259
- "@webassemblyjs/wasm-gen" "1.11.6"
1251
+ "@webassemblyjs/wasm-gen" "1.12.1"
1260
1252
 
1261
1253
  "@webassemblyjs/ieee754@1.11.6":
1262
1254
  version "1.11.6"
@@ -1277,59 +1269,59 @@
1277
1269
  resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
1278
1270
  integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
1279
1271
 
1280
- "@webassemblyjs/wasm-edit@^1.11.5":
1281
- version "1.11.6"
1282
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz#c72fa8220524c9b416249f3d94c2958dfe70ceab"
1283
- integrity sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==
1272
+ "@webassemblyjs/wasm-edit@^1.12.1":
1273
+ version "1.12.1"
1274
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
1275
+ integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==
1284
1276
  dependencies:
1285
- "@webassemblyjs/ast" "1.11.6"
1286
- "@webassemblyjs/helper-buffer" "1.11.6"
1277
+ "@webassemblyjs/ast" "1.12.1"
1278
+ "@webassemblyjs/helper-buffer" "1.12.1"
1287
1279
  "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1288
- "@webassemblyjs/helper-wasm-section" "1.11.6"
1289
- "@webassemblyjs/wasm-gen" "1.11.6"
1290
- "@webassemblyjs/wasm-opt" "1.11.6"
1291
- "@webassemblyjs/wasm-parser" "1.11.6"
1292
- "@webassemblyjs/wast-printer" "1.11.6"
1293
-
1294
- "@webassemblyjs/wasm-gen@1.11.6":
1295
- version "1.11.6"
1296
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz#fb5283e0e8b4551cc4e9c3c0d7184a65faf7c268"
1297
- integrity sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==
1298
- dependencies:
1299
- "@webassemblyjs/ast" "1.11.6"
1280
+ "@webassemblyjs/helper-wasm-section" "1.12.1"
1281
+ "@webassemblyjs/wasm-gen" "1.12.1"
1282
+ "@webassemblyjs/wasm-opt" "1.12.1"
1283
+ "@webassemblyjs/wasm-parser" "1.12.1"
1284
+ "@webassemblyjs/wast-printer" "1.12.1"
1285
+
1286
+ "@webassemblyjs/wasm-gen@1.12.1":
1287
+ version "1.12.1"
1288
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz#a6520601da1b5700448273666a71ad0a45d78547"
1289
+ integrity sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==
1290
+ dependencies:
1291
+ "@webassemblyjs/ast" "1.12.1"
1300
1292
  "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1301
1293
  "@webassemblyjs/ieee754" "1.11.6"
1302
1294
  "@webassemblyjs/leb128" "1.11.6"
1303
1295
  "@webassemblyjs/utf8" "1.11.6"
1304
1296
 
1305
- "@webassemblyjs/wasm-opt@1.11.6":
1306
- version "1.11.6"
1307
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz#d9a22d651248422ca498b09aa3232a81041487c2"
1308
- integrity sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==
1297
+ "@webassemblyjs/wasm-opt@1.12.1":
1298
+ version "1.12.1"
1299
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz#9e6e81475dfcfb62dab574ac2dda38226c232bc5"
1300
+ integrity sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==
1309
1301
  dependencies:
1310
- "@webassemblyjs/ast" "1.11.6"
1311
- "@webassemblyjs/helper-buffer" "1.11.6"
1312
- "@webassemblyjs/wasm-gen" "1.11.6"
1313
- "@webassemblyjs/wasm-parser" "1.11.6"
1302
+ "@webassemblyjs/ast" "1.12.1"
1303
+ "@webassemblyjs/helper-buffer" "1.12.1"
1304
+ "@webassemblyjs/wasm-gen" "1.12.1"
1305
+ "@webassemblyjs/wasm-parser" "1.12.1"
1314
1306
 
1315
- "@webassemblyjs/wasm-parser@1.11.6", "@webassemblyjs/wasm-parser@^1.11.5":
1316
- version "1.11.6"
1317
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz#bb85378c527df824004812bbdb784eea539174a1"
1318
- integrity sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==
1307
+ "@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1":
1308
+ version "1.12.1"
1309
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937"
1310
+ integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==
1319
1311
  dependencies:
1320
- "@webassemblyjs/ast" "1.11.6"
1312
+ "@webassemblyjs/ast" "1.12.1"
1321
1313
  "@webassemblyjs/helper-api-error" "1.11.6"
1322
1314
  "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1323
1315
  "@webassemblyjs/ieee754" "1.11.6"
1324
1316
  "@webassemblyjs/leb128" "1.11.6"
1325
1317
  "@webassemblyjs/utf8" "1.11.6"
1326
1318
 
1327
- "@webassemblyjs/wast-printer@1.11.6":
1328
- version "1.11.6"
1329
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz#a7bf8dd7e362aeb1668ff43f35cb849f188eff20"
1330
- integrity sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==
1319
+ "@webassemblyjs/wast-printer@1.12.1":
1320
+ version "1.12.1"
1321
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz#bcecf661d7d1abdaf989d8341a4833e33e2b31ac"
1322
+ integrity sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==
1331
1323
  dependencies:
1332
- "@webassemblyjs/ast" "1.11.6"
1324
+ "@webassemblyjs/ast" "1.12.1"
1333
1325
  "@xtuc/long" "4.2.2"
1334
1326
 
1335
1327
  "@xtuc/ieee754@^1.2.0":
@@ -1350,10 +1342,10 @@ accepts@~1.3.4:
1350
1342
  mime-types "~2.1.34"
1351
1343
  negotiator "0.6.3"
1352
1344
 
1353
- acorn-import-assertions@^1.9.0:
1354
- version "1.9.0"
1355
- resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
1356
- integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
1345
+ acorn-import-attributes@^1.9.5:
1346
+ version "1.9.5"
1347
+ resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef"
1348
+ integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==
1357
1349
 
1358
1350
  acorn@^8.7.1, acorn@^8.8.2:
1359
1351
  version "8.11.2"
@@ -1516,9 +1508,9 @@ binary-extensions@^2.0.0:
1516
1508
  integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
1517
1509
 
1518
1510
  body-parser@^1.19.0:
1519
- version "1.20.2"
1520
- resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
1521
- integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
1511
+ version "1.20.3"
1512
+ resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
1513
+ integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
1522
1514
  dependencies:
1523
1515
  bytes "3.1.2"
1524
1516
  content-type "~1.0.5"
@@ -1528,7 +1520,7 @@ body-parser@^1.19.0:
1528
1520
  http-errors "2.0.0"
1529
1521
  iconv-lite "0.4.24"
1530
1522
  on-finished "2.4.1"
1531
- qs "6.11.0"
1523
+ qs "6.13.0"
1532
1524
  raw-body "2.5.2"
1533
1525
  type-is "~1.6.18"
1534
1526
  unpipe "1.0.0"
@@ -1560,15 +1552,15 @@ browser-stdout@1.3.1:
1560
1552
  resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
1561
1553
  integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
1562
1554
 
1563
- browserslist@^4.14.5, browserslist@^4.21.9, browserslist@^4.22.1:
1564
- version "4.22.1"
1565
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.1.tgz#ba91958d1a59b87dab6fed8dfbcb3da5e2e9c619"
1566
- integrity sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==
1555
+ browserslist@^4.21.10, browserslist@^4.21.9, browserslist@^4.22.1:
1556
+ version "4.23.3"
1557
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
1558
+ integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
1567
1559
  dependencies:
1568
- caniuse-lite "^1.0.30001541"
1569
- electron-to-chromium "^1.4.535"
1570
- node-releases "^2.0.13"
1571
- update-browserslist-db "^1.0.13"
1560
+ caniuse-lite "^1.0.30001646"
1561
+ electron-to-chromium "^1.5.4"
1562
+ node-releases "^2.0.18"
1563
+ update-browserslist-db "^1.1.0"
1572
1564
 
1573
1565
  buffer-from@^1.0.0:
1574
1566
  version "1.1.2"
@@ -1580,24 +1572,26 @@ bytes@3.1.2:
1580
1572
  resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
1581
1573
  integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
1582
1574
 
1583
- call-bind@^1.0.0:
1584
- version "1.0.5"
1585
- resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513"
1586
- integrity sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==
1575
+ call-bind@^1.0.7:
1576
+ version "1.0.7"
1577
+ resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
1578
+ integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==
1587
1579
  dependencies:
1580
+ es-define-property "^1.0.0"
1581
+ es-errors "^1.3.0"
1588
1582
  function-bind "^1.1.2"
1589
- get-intrinsic "^1.2.1"
1590
- set-function-length "^1.1.1"
1583
+ get-intrinsic "^1.2.4"
1584
+ set-function-length "^1.2.1"
1591
1585
 
1592
1586
  camelcase@^6.0.0:
1593
1587
  version "6.3.0"
1594
1588
  resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
1595
1589
  integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
1596
1590
 
1597
- caniuse-lite@^1.0.30001541:
1598
- version "1.0.30001565"
1599
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001565.tgz#a528b253c8a2d95d2b415e11d8b9942acc100c4f"
1600
- integrity sha512-xrE//a3O7TP0vaJ8ikzkD2c2NgcVUvsEe2IvFTntV4Yd1Z9FVzh+gW+enX96L0psrbaFMcVcH2l90xNuGDWc8w==
1591
+ caniuse-lite@^1.0.30001646:
1592
+ version "1.0.30001655"
1593
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz#0ce881f5a19a2dcfda2ecd927df4d5c1684b982f"
1594
+ integrity sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==
1601
1595
 
1602
1596
  chai@^4.1.2:
1603
1597
  version "4.3.10"
@@ -1791,14 +1785,14 @@ deep-eql@^4.1.3:
1791
1785
  dependencies:
1792
1786
  type-detect "^4.0.0"
1793
1787
 
1794
- define-data-property@^1.1.1:
1795
- version "1.1.1"
1796
- resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.1.tgz#c35f7cd0ab09883480d12ac5cb213715587800b3"
1797
- integrity sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==
1788
+ define-data-property@^1.1.4:
1789
+ version "1.1.4"
1790
+ resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
1791
+ integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==
1798
1792
  dependencies:
1799
- get-intrinsic "^1.2.1"
1793
+ es-define-property "^1.0.0"
1794
+ es-errors "^1.3.0"
1800
1795
  gopd "^1.0.1"
1801
- has-property-descriptors "^1.0.0"
1802
1796
 
1803
1797
  depd@2.0.0:
1804
1798
  version "2.0.0"
@@ -1845,10 +1839,10 @@ ee-first@1.1.1:
1845
1839
  resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
1846
1840
  integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
1847
1841
 
1848
- electron-to-chromium@^1.4.535:
1849
- version "1.4.596"
1850
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.596.tgz#6752d1aa795d942d49dfc5d3764d6ea283fab1d7"
1851
- integrity sha512-zW3zbZ40Icb2BCWjm47nxwcFGYlIgdXkAx85XDO7cyky9J4QQfq8t0W19/TLZqq3JPQXtlv8BPIGmfa9Jb4scg==
1842
+ electron-to-chromium@^1.5.4:
1843
+ version "1.5.13"
1844
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz#1abf0410c5344b2b829b7247e031f02810d442e6"
1845
+ integrity sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==
1852
1846
 
1853
1847
  emoji-regex@^8.0.0:
1854
1848
  version "8.0.0"
@@ -1886,10 +1880,10 @@ engine.io@~6.5.2:
1886
1880
  engine.io-parser "~5.2.1"
1887
1881
  ws "~8.11.0"
1888
1882
 
1889
- enhanced-resolve@^5.15.0:
1890
- version "5.15.0"
1891
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz#1af946c7d93603eb88e9896cee4904dc012e9c35"
1892
- integrity sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==
1883
+ enhanced-resolve@^5.17.1:
1884
+ version "5.17.1"
1885
+ resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
1886
+ integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
1893
1887
  dependencies:
1894
1888
  graceful-fs "^4.2.4"
1895
1889
  tapable "^2.2.0"
@@ -1899,6 +1893,18 @@ ent@~2.2.0:
1899
1893
  resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d"
1900
1894
  integrity sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA==
1901
1895
 
1896
+ es-define-property@^1.0.0:
1897
+ version "1.0.0"
1898
+ resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
1899
+ integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==
1900
+ dependencies:
1901
+ get-intrinsic "^1.2.4"
1902
+
1903
+ es-errors@^1.3.0:
1904
+ version "1.3.0"
1905
+ resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
1906
+ integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
1907
+
1902
1908
  es-module-lexer@^1.2.1:
1903
1909
  version "1.4.1"
1904
1910
  resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.4.1.tgz#41ea21b43908fe6a287ffcbe4300f790555331f5"
@@ -1909,6 +1915,11 @@ escalade@^3.1.1:
1909
1915
  resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
1910
1916
  integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
1911
1917
 
1918
+ escalade@^3.1.2:
1919
+ version "3.2.0"
1920
+ resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
1921
+ integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==
1922
+
1912
1923
  escape-html@~1.0.3:
1913
1924
  version "1.0.3"
1914
1925
  resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -2083,7 +2094,7 @@ get-func-name@^2.0.1, get-func-name@^2.0.2:
2083
2094
  resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
2084
2095
  integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
2085
2096
 
2086
- get-intrinsic@^1.0.2, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2:
2097
+ get-intrinsic@^1.1.3:
2087
2098
  version "1.2.2"
2088
2099
  resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.2.tgz#281b7622971123e1ef4b3c90fd7539306da93f3b"
2089
2100
  integrity sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==
@@ -2093,6 +2104,17 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@
2093
2104
  has-symbols "^1.0.3"
2094
2105
  hasown "^2.0.0"
2095
2106
 
2107
+ get-intrinsic@^1.2.4:
2108
+ version "1.2.4"
2109
+ resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
2110
+ integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
2111
+ dependencies:
2112
+ es-errors "^1.3.0"
2113
+ function-bind "^1.1.2"
2114
+ has-proto "^1.0.1"
2115
+ has-symbols "^1.0.3"
2116
+ hasown "^2.0.0"
2117
+
2096
2118
  glob-parent@~5.1.2:
2097
2119
  version "5.1.2"
2098
2120
  resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
@@ -2149,7 +2171,7 @@ gopd@^1.0.1:
2149
2171
  dependencies:
2150
2172
  get-intrinsic "^1.1.3"
2151
2173
 
2152
- graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
2174
+ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
2153
2175
  version "4.2.11"
2154
2176
  resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
2155
2177
  integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
@@ -2171,12 +2193,12 @@ has-flag@^4.0.0:
2171
2193
  resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
2172
2194
  integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
2173
2195
 
2174
- has-property-descriptors@^1.0.0:
2175
- version "1.0.1"
2176
- resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz#52ba30b6c5ec87fd89fa574bc1c39125c6f65340"
2177
- integrity sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==
2196
+ has-property-descriptors@^1.0.2:
2197
+ version "1.0.2"
2198
+ resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854"
2199
+ integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==
2178
2200
  dependencies:
2179
- get-intrinsic "^1.2.2"
2201
+ es-define-property "^1.0.0"
2180
2202
 
2181
2203
  has-proto@^1.0.1:
2182
2204
  version "1.0.1"
@@ -2671,10 +2693,10 @@ nise@^4.0.4:
2671
2693
  just-extend "^4.0.2"
2672
2694
  path-to-regexp "^1.7.0"
2673
2695
 
2674
- node-releases@^2.0.13:
2675
- version "2.0.13"
2676
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
2677
- integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
2696
+ node-releases@^2.0.18:
2697
+ version "2.0.18"
2698
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
2699
+ integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
2678
2700
 
2679
2701
  normalize-path@^3.0.0, normalize-path@~3.0.0:
2680
2702
  version "3.0.0"
@@ -2686,10 +2708,10 @@ object-assign@^4, object-assign@^4.1.1:
2686
2708
  resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
2687
2709
  integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
2688
2710
 
2689
- object-inspect@^1.9.0:
2690
- version "1.13.1"
2691
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
2692
- integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
2711
+ object-inspect@^1.13.1:
2712
+ version "1.13.2"
2713
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
2714
+ integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==
2693
2715
 
2694
2716
  on-finished@2.4.1:
2695
2717
  version "2.4.1"
@@ -2766,9 +2788,9 @@ path-parse@^1.0.7:
2766
2788
  integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
2767
2789
 
2768
2790
  path-to-regexp@^1.7.0:
2769
- version "1.8.0"
2770
- resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
2771
- integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
2791
+ version "1.9.0"
2792
+ resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
2793
+ integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==
2772
2794
  dependencies:
2773
2795
  isarray "0.0.1"
2774
2796
 
@@ -2777,10 +2799,10 @@ pathval@^1.1.1:
2777
2799
  resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
2778
2800
  integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
2779
2801
 
2780
- picocolors@^1.0.0:
2781
- version "1.0.0"
2782
- resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
2783
- integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
2802
+ picocolors@^1.0.1:
2803
+ version "1.0.1"
2804
+ resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
2805
+ integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
2784
2806
 
2785
2807
  picomatch@^2.0.4, picomatch@^2.2.1:
2786
2808
  version "2.3.1"
@@ -2818,12 +2840,12 @@ qjobs@^1.2.0:
2818
2840
  resolved "https://registry.yarnpkg.com/qjobs/-/qjobs-1.2.0.tgz#c45e9c61800bd087ef88d7e256423bdd49e5d071"
2819
2841
  integrity sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==
2820
2842
 
2821
- qs@6.11.0:
2822
- version "6.11.0"
2823
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
2824
- integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
2843
+ qs@6.13.0:
2844
+ version "6.13.0"
2845
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
2846
+ integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
2825
2847
  dependencies:
2826
- side-channel "^1.0.4"
2848
+ side-channel "^1.0.6"
2827
2849
 
2828
2850
  randombytes@^2.1.0:
2829
2851
  version "2.1.0"
@@ -2999,15 +3021,17 @@ serialize-javascript@^6.0.1:
2999
3021
  dependencies:
3000
3022
  randombytes "^2.1.0"
3001
3023
 
3002
- set-function-length@^1.1.1:
3003
- version "1.1.1"
3004
- resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.1.1.tgz#4bc39fafb0307224a33e106a7d35ca1218d659ed"
3005
- integrity sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==
3024
+ set-function-length@^1.2.1:
3025
+ version "1.2.2"
3026
+ resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
3027
+ integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==
3006
3028
  dependencies:
3007
- define-data-property "^1.1.1"
3008
- get-intrinsic "^1.2.1"
3029
+ define-data-property "^1.1.4"
3030
+ es-errors "^1.3.0"
3031
+ function-bind "^1.1.2"
3032
+ get-intrinsic "^1.2.4"
3009
3033
  gopd "^1.0.1"
3010
- has-property-descriptors "^1.0.0"
3034
+ has-property-descriptors "^1.0.2"
3011
3035
 
3012
3036
  setprototypeof@1.2.0:
3013
3037
  version "1.2.0"
@@ -3019,14 +3043,15 @@ shallowequal@^1.1.0:
3019
3043
  resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
3020
3044
  integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
3021
3045
 
3022
- side-channel@^1.0.4:
3023
- version "1.0.4"
3024
- resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
3025
- integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
3046
+ side-channel@^1.0.6:
3047
+ version "1.0.6"
3048
+ resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
3049
+ integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==
3026
3050
  dependencies:
3027
- call-bind "^1.0.0"
3028
- get-intrinsic "^1.0.2"
3029
- object-inspect "^1.9.0"
3051
+ call-bind "^1.0.7"
3052
+ es-errors "^1.3.0"
3053
+ get-intrinsic "^1.2.4"
3054
+ object-inspect "^1.13.1"
3030
3055
 
3031
3056
  sinon-chai@^3.2.0:
3032
3057
  version "3.7.0"
@@ -3174,21 +3199,21 @@ tapable@^2.1.1, tapable@^2.2.0:
3174
3199
  resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
3175
3200
  integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
3176
3201
 
3177
- terser-webpack-plugin@^5.3.7:
3178
- version "5.3.9"
3179
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz#832536999c51b46d468067f9e37662a3b96adfe1"
3180
- integrity sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==
3202
+ terser-webpack-plugin@^5.3.10:
3203
+ version "5.3.10"
3204
+ resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz#904f4c9193c6fd2a03f693a2150c62a92f40d199"
3205
+ integrity sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==
3181
3206
  dependencies:
3182
- "@jridgewell/trace-mapping" "^0.3.17"
3207
+ "@jridgewell/trace-mapping" "^0.3.20"
3183
3208
  jest-worker "^27.4.5"
3184
3209
  schema-utils "^3.1.1"
3185
3210
  serialize-javascript "^6.0.1"
3186
- terser "^5.16.8"
3211
+ terser "^5.26.0"
3187
3212
 
3188
- terser@^5.16.8:
3189
- version "5.24.0"
3190
- resolved "https://registry.yarnpkg.com/terser/-/terser-5.24.0.tgz#4ae50302977bca4831ccc7b4fef63a3c04228364"
3191
- integrity sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==
3213
+ terser@^5.26.0:
3214
+ version "5.31.6"
3215
+ resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.6.tgz#c63858a0f0703988d0266a82fcbf2d7ba76422b1"
3216
+ integrity sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==
3192
3217
  dependencies:
3193
3218
  "@jridgewell/source-map" "^0.3.3"
3194
3219
  acorn "^8.8.2"
@@ -3275,13 +3300,13 @@ unpipe@1.0.0, unpipe@~1.0.0:
3275
3300
  resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
3276
3301
  integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
3277
3302
 
3278
- update-browserslist-db@^1.0.13:
3279
- version "1.0.13"
3280
- resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4"
3281
- integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==
3303
+ update-browserslist-db@^1.1.0:
3304
+ version "1.1.0"
3305
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
3306
+ integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
3282
3307
  dependencies:
3283
- escalade "^3.1.1"
3284
- picocolors "^1.0.0"
3308
+ escalade "^3.1.2"
3309
+ picocolors "^1.0.1"
3285
3310
 
3286
3311
  uri-js@^4.2.2:
3287
3312
  version "4.4.1"
@@ -3305,10 +3330,10 @@ void-elements@^2.0.0:
3305
3330
  resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
3306
3331
  integrity sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==
3307
3332
 
3308
- watchpack@^2.4.0:
3309
- version "2.4.0"
3310
- resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d"
3311
- integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==
3333
+ watchpack@^2.4.1:
3334
+ version "2.4.2"
3335
+ resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.2.tgz#2feeaed67412e7c33184e5a79ca738fbd38564da"
3336
+ integrity sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==
3312
3337
  dependencies:
3313
3338
  glob-to-regexp "^0.4.1"
3314
3339
  graceful-fs "^4.1.2"
@@ -3325,34 +3350,33 @@ webpack-sources@^3.2.3:
3325
3350
  resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
3326
3351
  integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
3327
3352
 
3328
- webpack@^5.89.0:
3329
- version "5.89.0"
3330
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.89.0.tgz#56b8bf9a34356e93a6625770006490bf3a7f32dc"
3331
- integrity sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==
3353
+ webpack@^5.94.0:
3354
+ version "5.94.0"
3355
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
3356
+ integrity sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==
3332
3357
  dependencies:
3333
- "@types/eslint-scope" "^3.7.3"
3334
- "@types/estree" "^1.0.0"
3335
- "@webassemblyjs/ast" "^1.11.5"
3336
- "@webassemblyjs/wasm-edit" "^1.11.5"
3337
- "@webassemblyjs/wasm-parser" "^1.11.5"
3358
+ "@types/estree" "^1.0.5"
3359
+ "@webassemblyjs/ast" "^1.12.1"
3360
+ "@webassemblyjs/wasm-edit" "^1.12.1"
3361
+ "@webassemblyjs/wasm-parser" "^1.12.1"
3338
3362
  acorn "^8.7.1"
3339
- acorn-import-assertions "^1.9.0"
3340
- browserslist "^4.14.5"
3363
+ acorn-import-attributes "^1.9.5"
3364
+ browserslist "^4.21.10"
3341
3365
  chrome-trace-event "^1.0.2"
3342
- enhanced-resolve "^5.15.0"
3366
+ enhanced-resolve "^5.17.1"
3343
3367
  es-module-lexer "^1.2.1"
3344
3368
  eslint-scope "5.1.1"
3345
3369
  events "^3.2.0"
3346
3370
  glob-to-regexp "^0.4.1"
3347
- graceful-fs "^4.2.9"
3371
+ graceful-fs "^4.2.11"
3348
3372
  json-parse-even-better-errors "^2.3.1"
3349
3373
  loader-runner "^4.2.0"
3350
3374
  mime-types "^2.1.27"
3351
3375
  neo-async "^2.6.2"
3352
3376
  schema-utils "^3.2.0"
3353
3377
  tapable "^2.1.1"
3354
- terser-webpack-plugin "^5.3.7"
3355
- watchpack "^2.4.0"
3378
+ terser-webpack-plugin "^5.3.10"
3379
+ watchpack "^2.4.1"
3356
3380
  webpack-sources "^3.2.3"
3357
3381
 
3358
3382
  which@^1.2.1:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 22.4.0
4
+ version: 22.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2024-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeresource
@@ -72,7 +72,7 @@ dependencies:
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: 14.3.0
75
+ version: 14.7.0
76
76
  - - "<"
77
77
  - !ruby/object:Gem::Version
78
78
  version: '15.0'
@@ -82,7 +82,7 @@ dependencies:
82
82
  requirements:
83
83
  - - ">="
84
84
  - !ruby/object:Gem::Version
85
- version: 14.3.0
85
+ version: 14.7.0
86
86
  - - "<"
87
87
  - !ruby/object:Gem::Version
88
88
  version: '15.0'
@@ -481,7 +481,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
481
481
  - !ruby/object:Gem::Version
482
482
  version: '0'
483
483
  requirements: []
484
- rubygems_version: 3.5.17
484
+ rubygems_version: 3.5.23
485
485
  signing_key:
486
486
  specification_version: 4
487
487
  summary: This gem is used to get quickly started with the Shopify API