Skip to content

Commit 310f29e

Browse files
authored
Merge pull request #720 from quoid/update-dependencies
build: update dependencies
2 parents aee4b2e + f33e889 commit 310f29e

File tree

10 files changed

+327
-311
lines changed

10 files changed

+327
-311
lines changed

Userscripts.code-workspace

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"folders": [
44
{
55
"name": "Userscripts-JS",
6-
"path": "."
6+
"path": ".",
77
},
88
{
99
"name": "Userscripts-Xcode",
10-
"path": "xcode"
11-
}
10+
"path": "xcode",
11+
},
1212
],
13-
"settings": {}
13+
"settings": {},
1414
}

docs/dev.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Reviewing the template will help you understand the composition of the project.
3535
- `xcodebuild -scheme Mac` [^1][^2][^3] or build with `Xcode` App
3636

3737
[^1]: These commands can also be executed directly through the vscode tasks. Please refer to: [/.vscode/tasks.json](../.vscode/tasks.json)
38+
3839
[^2]: Select the corresponding target and platform to build. Please refer to: [/package.json](../package.json) and [xcode-schemes](../xcode/Userscripts.xcodeproj/xcshareddata/xcschemes/)
40+
3941
[^3]: Local setup may be required. Please refer to: [Building from the Command Line with Xcode FAQ](https://developer.apple.com/library/archive/technotes/tn2339/_index.html)
4042

4143
# Xcode

fastlane/Gemfile.lock

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.950.0)
14-
aws-sdk-core (3.201.0)
13+
aws-partitions (1.976.0)
14+
aws-sdk-core (3.206.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.651.0)
17-
aws-sigv4 (~> 1.8)
17+
aws-sigv4 (~> 1.9)
1818
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.88.0)
20-
aws-sdk-core (~> 3, >= 3.201.0)
19+
aws-sdk-kms (1.91.0)
20+
aws-sdk-core (~> 3, >= 3.205.0)
2121
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.156.0)
23-
aws-sdk-core (~> 3, >= 3.201.0)
22+
aws-sdk-s3 (1.162.0)
23+
aws-sdk-core (~> 3, >= 3.205.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.8.0)
26+
aws-sigv4 (1.10.0)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -38,7 +38,7 @@ GEM
3838
domain_name (0.6.20240107)
3939
dotenv (2.8.1)
4040
emoji_regex (3.2.3)
41-
excon (0.110.0)
41+
excon (0.111.0)
4242
faraday (1.10.3)
4343
faraday-em_http (~> 1.0)
4444
faraday-em_synchrony (~> 1.0)
@@ -60,15 +60,15 @@ GEM
6060
faraday-httpclient (1.0.1)
6161
faraday-multipart (1.0.4)
6262
multipart-post (~> 2)
63-
faraday-net_http (1.0.1)
63+
faraday-net_http (1.0.2)
6464
faraday-net_http_persistent (1.2.0)
6565
faraday-patron (1.0.0)
6666
faraday-rack (1.0.0)
6767
faraday-retry (1.0.3)
6868
faraday_middleware (1.2.0)
6969
faraday (~> 1.0)
7070
fastimage (2.3.1)
71-
fastlane (2.221.1)
71+
fastlane (2.222.0)
7272
CFPropertyList (>= 2.3, < 4.0.0)
7373
addressable (>= 2.8, < 3.0.0)
7474
artifactory (~> 3.0)
@@ -126,7 +126,7 @@ GEM
126126
google-apis-core (>= 0.11.0, < 2.a)
127127
google-apis-storage_v1 (0.31.0)
128128
google-apis-core (>= 0.11.0, < 2.a)
129-
google-cloud-core (1.7.0)
129+
google-cloud-core (1.7.1)
130130
google-cloud-env (>= 1.0, < 3.a)
131131
google-cloud-errors (~> 1.0)
132132
google-cloud-env (1.6.0)
@@ -147,14 +147,14 @@ GEM
147147
os (>= 0.9, < 2.0)
148148
signet (>= 0.16, < 2.a)
149149
highline (2.0.3)
150-
http-cookie (1.0.6)
150+
http-cookie (1.0.7)
151151
domain_name (~> 0.5)
152152
httpclient (2.8.3)
153153
jmespath (1.6.2)
154154
json (2.7.2)
155-
jwt (2.8.2)
155+
jwt (2.9.0)
156156
base64
157-
mini_magick (4.13.1)
157+
mini_magick (4.13.2)
158158
mini_mime (1.1.5)
159159
multi_json (1.15.0)
160160
multipart-post (2.4.1)
@@ -164,15 +164,14 @@ GEM
164164
optparse (0.5.0)
165165
os (1.1.4)
166166
plist (3.7.1)
167-
public_suffix (6.0.0)
167+
public_suffix (6.0.1)
168168
rake (13.2.1)
169169
representable (3.2.0)
170170
declarative (< 0.1.0)
171171
trailblazer-option (>= 0.1.1, < 0.2.0)
172172
uber (< 0.2.0)
173173
retriable (3.1.2)
174-
rexml (3.2.9)
175-
strscan
174+
rexml (3.3.7)
176175
rouge (2.0.7)
177176
ruby2_keywords (0.0.5)
178177
rubyzip (2.3.2)
@@ -185,7 +184,6 @@ GEM
185184
simctl (1.6.10)
186185
CFPropertyList
187186
naturally
188-
strscan (3.1.0)
189187
terminal-notifier (2.0.0)
190188
terminal-table (3.0.2)
191189
unicode-display_width (>= 1.1.1, < 3)
@@ -195,15 +193,15 @@ GEM
195193
tty-spinner (0.9.3)
196194
tty-cursor (~> 0.7)
197195
uber (0.1.0)
198-
unicode-display_width (2.5.0)
196+
unicode-display_width (2.6.0)
199197
word_wrap (1.0.0)
200-
xcodeproj (1.24.0)
198+
xcodeproj (1.25.0)
201199
CFPropertyList (>= 2.3.3, < 4.0)
202200
atomos (~> 0.1.3)
203201
claide (>= 1.0.2, < 2.0)
204202
colored2 (~> 3.1)
205203
nanaimo (~> 0.3.0)
206-
rexml (~> 3.2.4)
204+
rexml (>= 3.3.2, < 4.0)
207205
xcpretty (0.3.0)
208206
rouge (~> 2.0.7)
209207
xcpretty-travis-formatter (1.0.1)
@@ -217,4 +215,4 @@ DEPENDENCIES
217215
fastlane
218216

219217
BUNDLED WITH
220-
2.5.11
218+
2.5.18

0 commit comments

Comments
 (0)