Skip to content

Commit 9c2d396

Browse files
mikeland73jefft
authored andcommitted
[deps] Fix a few more dependabot issues (jetify-com#2552)
## Summary ## How was it tested? ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated several third-party dependency versions to enhance overall stability, performance, and security. - Updated the vendor hash to reflect changes in dependencies. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent cc240de commit 9c2d396

File tree

6 files changed

+845
-691
lines changed

6 files changed

+845
-691
lines changed

examples/stacks/rails/blog/Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ GEM
129129
net-smtp (0.5.0)
130130
net-protocol
131131
nio4r (2.7.3)
132-
nokogiri (1.17.1-arm64-darwin)
132+
nokogiri (1.18.3-arm64-darwin)
133133
racc (~> 1.4)
134-
nokogiri (1.17.1-x86_64-darwin)
134+
nokogiri (1.18.3-x86_64-darwin)
135135
racc (~> 1.4)
136-
nokogiri (1.17.1-x86_64-linux)
136+
nokogiri (1.18.3-x86_64-linux-gnu)
137137
racc (~> 1.4)
138138
psych (5.1.2)
139139
stringio
@@ -178,7 +178,7 @@ GEM
178178
regexp_parser (2.9.2)
179179
reline (0.5.10)
180180
io-console (~> 0.5)
181-
rexml (3.3.7)
181+
rexml (3.4.1)
182182
rubyzip (2.3.2)
183183
selenium-webdriver (4.25.0)
184184
base64 (~> 0.2)

examples/stacks/rails/devbox.lock

+3
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@
173173
}
174174
}
175175
},
176+
"github:NixOS/nixpkgs/nixpkgs-unstable": {
177+
"resolved": "github:NixOS/nixpkgs/02032da4af073d0f6110540c8677f16d4be0117f?lastModified=1741037377&narHash=sha256-SvtvVKHaUX4Owb%2BPasySwZsoc5VUeTf1px34BByiOxw%3D"
178+
},
176179
"nodejs@21": {
177180
"last_modified": "2024-02-15T12:53:33Z",
178181
"plugin_version": "0.0.2",

go.mod

+20-20
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ require (
66
al.essio.dev/pkg/shellescape v1.5.1
77
github.com/AlecAivazis/survey/v2 v2.3.7
88
github.com/MakeNowJust/heredoc/v2 v2.0.1
9-
github.com/aws/aws-sdk-go-v2 v1.36.2
10-
github.com/aws/aws-sdk-go-v2/config v1.29.7
11-
github.com/aws/aws-sdk-go-v2/credentials v1.17.60
12-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.63
13-
github.com/aws/aws-sdk-go-v2/service/s3 v1.77.1
14-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.15
9+
github.com/aws/aws-sdk-go-v2 v1.36.3
10+
github.com/aws/aws-sdk-go-v2/config v1.29.9
11+
github.com/aws/aws-sdk-go-v2/credentials v1.17.62
12+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.65
13+
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.1
14+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17
1515
github.com/bmatcuk/doublestar/v4 v4.8.1
1616
github.com/briandowns/spinner v1.23.2
1717
github.com/denisbrodbeck/machineid v1.0.1
@@ -35,13 +35,13 @@ require (
3535
github.com/spf13/cobra v1.9.1
3636
github.com/spf13/pflag v1.0.6
3737
github.com/stretchr/testify v1.10.0
38-
github.com/tailscale/hujson v0.0.0-20241010212012-29efb4a0184b
38+
github.com/tailscale/hujson v0.0.0-20250226034555-ec1d1c113d33
3939
github.com/wk8/go-ordered-map/v2 v2.1.8
4040
github.com/zealic/go2node v0.1.0
4141
go.jetify.com/envsec v0.0.16-0.20250224183918-888379403227
42-
go.jetify.com/pkg v0.0.0-20250224233529-2eb0cb973386
42+
go.jetify.com/pkg v0.0.0-20250228172544-83c765e66b0e
4343
go.jetify.com/typeid v1.3.0
44-
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
44+
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7
4545
golang.org/x/mod v0.23.0
4646
golang.org/x/oauth2 v0.27.0
4747
golang.org/x/sync v0.11.0
@@ -66,8 +66,8 @@ require (
6666
github.com/InVisionApp/go-logger v1.0.1 // indirect
6767
github.com/Masterminds/semver/v3 v3.3.0 // indirect
6868
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
69-
github.com/ProtonMail/go-crypto v1.1.5 // indirect
70-
github.com/STARRY-S/zip v0.2.1 // indirect
69+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
70+
github.com/STARRY-S/zip v0.2.2 // indirect
7171
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
7272
github.com/alexkohler/nakedret/v2 v2.0.5 // indirect
7373
github.com/alexkohler/prealloc v1.0.0 // indirect
@@ -78,17 +78,17 @@ require (
7878
github.com/ashanbrown/forbidigo v1.6.0 // indirect
7979
github.com/ashanbrown/makezero v1.2.0 // indirect
8080
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
81-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.29 // indirect
82-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.33 // indirect
83-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.33 // indirect
81+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
82+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
83+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
8484
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
85-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.33 // indirect
85+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
8686
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
87-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.1 // indirect
88-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.14 // indirect
89-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.14 // indirect
90-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.16 // indirect
91-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.15 // indirect
87+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.2 // indirect
88+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
89+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
90+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.1 // indirect
91+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.1 // indirect
9292
github.com/aws/smithy-go v1.22.3 // indirect
9393
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
9494
github.com/bahlo/generic-list-go v0.2.0 // indirect

go.sum

+40-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-hash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-WL7uMqnLL8FDlpvbeQGDGy1nVsTqodF5YceeaoMZM7s=
1+
sha256-XgDUJO81N5YhNOaX5diRloxeP2bqshLPxtdG/iRdx6Y=

0 commit comments

Comments
 (0)