omniauth-miro 1.0.6 → 1.0.9

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: 9cdbd73ce755bf30674247e1ee8a0a1aff626ee2596c2c1b7561cde3c5b9e934
4
- data.tar.gz: 1497fbe16e3adaa710197b0ab68a99b0249c999f65c5010ebd6d9e9df764ddfa
3
+ metadata.gz: 340405409f0cea0f4b5236a832c22f89b1f0d32812f60d42558a582eb1c26d9b
4
+ data.tar.gz: 5a931dd9636939e9ba44aba74579f9a0203bcd35f21f810bbb6c2d5c119c05e9
5
5
  SHA512:
6
- metadata.gz: 9b47ff58e4f98c4b792853ca88d5e080b92e22be16ab6b1d6c8010f12ce418fe07f7b7ac68175a7729cf304324c4e46a56896b2a1e6aed42ca94a26448702d3d
7
- data.tar.gz: 9af4c2cc03f10154481f3f66ad666043a4f727531cb7726dadd42631523a5066b1d52238cea7d2ece45d1d937793d8e5522db6ba5e45ebd662238ab2209d20c7
6
+ metadata.gz: fdae29d3dff3abd5021d250b4eba74e31c28218d3f388a3eb36e34dd600c82b1bb4eff404dbadcdb85de390fb1aa96e55308af242123af57c8b131cb976cf44e
7
+ data.tar.gz: ab2ac9df9fa0a3a8811e8afdac5895745893f5d236999f48fe5e8e91218922456d4d9270a46f910bd1cfbc4ca65103ee5a23950cab81360dd0e1e4a9e43ae45e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.9]
4
+
5
+ - Address transitive dependency security advisories by updating `Gemfile.lock`:
6
+ - `rack` 3.1.16 → 3.1.21 (GHSA-8vqr-qjwx-82mw, GHSA-v6x5-cg8r-vv6x, GHSA-h2jq-g4cq-5ppq, GHSA-v569-hp3g-36wr, GHSA-mxw3-3hh2-x2mh, GHSA-6xw4-3v39-52mm, GHSA-wpv5-97wm-hp9c, GHSA-w9pc-fmgc-vxvw, GHSA-p543-xpfm-54cp, and related multipart/host/static advisories)
7
+ - `faraday` 2.13.1 → 2.14.3 (GHSA-98m9-hrrm-r99r, GHSA-5rv5-xj5j-3484, GHSA-33mh-2634-fwr2)
8
+ - `jwt` 2.10.1 → 2.10.3 (GHSA-c32j-vqhx-rx3x)
9
+ - `json` 2.12.2 → 2.19.9 (GHSA-x2f5-4prf-w687)
10
+ - `uri` 1.0.3 → 1.0.4 (GHSA-j4pr-3wm6-xx2r)
11
+
12
+ ## [1.0.8]
13
+
14
+ - Fix the `tag-and-release` workflow to create the release tag with the `rewind-community-tagger` GitHub App token (`TAGGER_APP_ID`/`TAGGER_PRIVATE_KEY`) instead of the default `GITHUB_TOKEN`
15
+
16
+ ## [1.0.7]
17
+
18
+ - Address CVE-2026-54603 by updating oauth2 to 2.0.25
19
+
3
20
  ## [1.0.6]
4
21
 
5
22
  - Update Ruby version to 3.4.5 to address security vulnerabilities
data/Gemfile.lock CHANGED
@@ -1,29 +1,33 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-miro (1.0.6)
4
+ omniauth-miro (1.0.9)
5
5
  omniauth (>= 1, < 3)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
+ anonymous_loader (0.1.3)
12
+ version_gem (~> 1.1, >= 1.1.14)
11
13
  ansi (1.5.0)
12
14
  ast (2.4.3)
15
+ auth-sanitizer (0.2.3)
16
+ version_gem (~> 1.1, >= 1.1.14)
13
17
  base64 (0.3.0)
14
18
  bigdecimal (3.2.2)
15
19
  coderay (1.1.3)
16
20
  diff-lcs (1.6.2)
17
21
  docile (1.4.1)
18
- faraday (2.13.1)
22
+ faraday (2.14.3)
19
23
  faraday-net_http (>= 2.0, < 3.5)
20
24
  json
21
25
  logger
22
- faraday-net_http (3.4.0)
23
- net-http (>= 0.5.0)
26
+ faraday-net_http (3.4.4)
27
+ net-http (~> 0.5)
24
28
  hashie (5.0.0)
25
- json (2.12.2)
26
- jwt (2.10.1)
29
+ json (2.19.9)
30
+ jwt (2.10.3)
27
31
  base64
28
32
  language_server-protocol (3.17.0.5)
29
33
  lint_roller (1.1.0)
@@ -31,16 +35,18 @@ GEM
31
35
  method_source (1.1.0)
32
36
  multi_xml (0.7.2)
33
37
  bigdecimal (~> 3.1)
34
- net-http (0.6.0)
35
- uri
36
- oauth2 (2.0.12)
38
+ net-http (0.9.1)
39
+ uri (>= 0.11.1)
40
+ oauth2 (2.0.25)
41
+ anonymous_loader (~> 0.1, >= 0.1.3)
42
+ auth-sanitizer (~> 0.2, >= 0.2.3)
37
43
  faraday (>= 0.17.3, < 4.0)
38
44
  jwt (>= 1.0, < 4.0)
39
45
  logger (~> 1.2)
40
46
  multi_xml (~> 0.5)
41
47
  rack (>= 1.2, < 4)
42
- snaky_hash (~> 2.0, >= 2.0.3)
43
- version_gem (>= 1.1.8, < 3)
48
+ snaky_hash (~> 2.0, >= 2.0.7)
49
+ version_gem (~> 1.1, >= 1.1.14)
44
50
  omniauth (2.1.3)
45
51
  hashie (>= 3.4.6)
46
52
  rack (>= 2.2.3)
@@ -57,7 +63,7 @@ GEM
57
63
  coderay (~> 1.1)
58
64
  method_source (~> 1.0)
59
65
  racc (1.8.1)
60
- rack (3.1.16)
66
+ rack (3.1.21)
61
67
  rack-protection (4.1.1)
62
68
  base64 (>= 0.1.0)
63
69
  logger (>= 1.6.0)
@@ -110,16 +116,16 @@ GEM
110
116
  terminal-table
111
117
  simplecov-html (0.13.1)
112
118
  simplecov_json_formatter (0.1.4)
113
- snaky_hash (2.0.3)
119
+ snaky_hash (2.0.7)
114
120
  hashie (>= 0.1.0, < 6)
115
- version_gem (>= 1.1.8, < 3)
121
+ version_gem (~> 1.1, >= 1.1.14)
116
122
  terminal-table (4.0.0)
117
123
  unicode-display_width (>= 1.1.1, < 4)
118
124
  unicode-display_width (3.1.4)
119
125
  unicode-emoji (~> 4.0, >= 4.0.4)
120
126
  unicode-emoji (4.0.4)
121
- uri (1.0.3)
122
- version_gem (1.1.8)
127
+ uri (1.0.4)
128
+ version_gem (1.1.15)
123
129
 
124
130
  PLATFORMS
125
131
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Miro
5
- VERSION = '1.0.6'
5
+ VERSION = '1.0.9'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-miro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Calvin Chen