Skip to content

Commit 4da685b

Browse files
authored
Merge pull request #31 from aws-solutions-library-samples/update-deps
[Break Glass] Security fix
2 parents 96c6a19 + 83ca545 commit 4da685b

File tree

4 files changed

+437
-437
lines changed

4 files changed

+437
-437
lines changed

.github/workflows/pr-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
require: write
2626
- name: Auto-approve for break glass PR
2727
id: break-glass
28-
if: ${{ (steps.author-permission.outputs.require-result == 'true') && (startsWith(github.event.pull_request.title, "[Break Glass]")) }}
28+
if: ${{ (steps.author-permission.outputs.require-result == 'true') && (startsWith(github.event.pull_request.title, '[Break Glass]')) }}
2929
uses: hmarr/auto-approve-action@v4
3030
- name: Auto-approve if author is able to write and contains only doc change
3131
id: doc-change

docs/Gemfile.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.3.3)
7+
concurrent-ruby (1.3.4)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.17.0)
13-
ffi (1.17.0-arm64-darwin)
14-
ffi (1.17.0-x86_64-darwin)
1513
forwardable-extended (2.6.0)
16-
google-protobuf (3.25.3)
17-
google-protobuf (3.25.3-arm64-darwin)
18-
google-protobuf (3.25.3-x86_64-darwin)
19-
google-protobuf (3.25.3-x86_64-linux)
14+
google-protobuf (3.25.4)
15+
google-protobuf (3.25.4-arm64-darwin)
16+
google-protobuf (3.25.4-x86_64-darwin)
17+
google-protobuf (3.25.4-x86_64-linux)
2018
http_parser.rb (0.8.0)
2119
i18n (1.14.5)
2220
concurrent-ruby (~> 1.0)
@@ -60,7 +58,7 @@ GEM
6058
mercenary (0.4.0)
6159
pathutil (0.16.2)
6260
forwardable-extended (~> 2.6)
63-
public_suffix (5.0.5)
61+
public_suffix (6.0.1)
6462
rake (13.2.1)
6563
rb-fsevent (0.11.2)
6664
rb-inotify (0.11.1)
@@ -72,10 +70,6 @@ GEM
7270
sass-embedded (1.69.5)
7371
google-protobuf (~> 3.23)
7472
rake (>= 13.0.0)
75-
sass-embedded (1.69.5-arm64-darwin)
76-
google-protobuf (~> 3.23)
77-
sass-embedded (1.69.5-x86_64-darwin)
78-
google-protobuf (~> 3.23)
7973
strscan (3.1.0)
8074
terminal-table (3.0.2)
8175
unicode-display_width (>= 1.1.1, < 3)
@@ -93,4 +87,4 @@ DEPENDENCIES
9387
just-the-docs (= 0.8.2)
9488

9589
BUNDLED WITH
96-
2.5.9
90+
2.3.5

0 commit comments

Comments
 (0)