Skip to content

Commit a9824b9

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/examples/openfeature_react/react-app/typescript-eslint/eslint-plugin-8.46.2
2 parents 5f2742d + 5c5cc92 commit a9824b9

File tree

7 files changed

+86
-86
lines changed

7 files changed

+86
-86
lines changed

examples/openfeature_kotlin_server/kotlin-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.cli.jvm.main
22

33
plugins {
4-
kotlin("jvm") version "2.2.20"
4+
kotlin("jvm") version "2.2.21"
55
application
66
id("com.github.johnrengelman.shadow") version "8.1.1"
77
id("java")

examples/openfeature_react/react-app/package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/openfeature_react/react-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"@types/react-dom": "^19.2.2",
2323
"@typescript-eslint/eslint-plugin": "^8.46.2",
2424
"@typescript-eslint/parser": "^8.46.1",
25-
"@vitejs/plugin-react": "^5.0.4",
25+
"@vitejs/plugin-react": "^5.1.0",
2626
"autoprefixer": "^10.4.21",
2727
"eslint": "^9.38.0",
28-
"eslint-plugin-react-hooks": "^7.0.0",
28+
"eslint-plugin-react-hooks": "^7.0.1",
2929
"eslint-plugin-react-refresh": "^0.4.24",
3030
"postcss": "^8.5.6",
31-
"tailwindcss": "^4.1.14",
31+
"tailwindcss": "^4.1.16",
3232
"typescript": "^5.9.3",
33-
"vite": "^7.1.11"
33+
"vite": "^7.1.12"
3434
}
3535
}

examples/openfeature_web/webapp/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/openfeature_web/webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"author": "Thomas Poignant",
3131
"license": "MIT",
3232
"devDependencies": {
33-
"@babel/eslint-parser": "^7.28.4",
33+
"@babel/eslint-parser": "^7.28.5",
3434
"@babel/preset-env": "^7.28.3",
3535
"autoprefixer": "^10.4.21",
3636
"babel-loader": "^10.0.0",
@@ -55,7 +55,7 @@
5555
},
5656
"dependencies": {
5757
"@openfeature/go-feature-flag-web-provider": "^0.2.6",
58-
"@openfeature/web-sdk": "^1.6.2",
58+
"@openfeature/web-sdk": "^1.7.0",
5959
"highlight.js": "^11.11.1",
6060
"uuid": "^13.0.0"
6161
}

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ go 1.24.6
44

55
require (
66
cloud.google.com/go/pubsub v1.50.0
7-
cloud.google.com/go/pubsub/v2 v2.2.1
7+
cloud.google.com/go/pubsub/v2 v2.3.0
88
cloud.google.com/go/storage v1.57.0
99
dario.cat/mergo v1.0.2
1010
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.0
1111
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.3
1212
github.com/BurntSushi/toml v1.5.0
13-
github.com/IBM/sarama v1.46.2
13+
github.com/IBM/sarama v1.46.3
1414
github.com/atc0005/go-teams-notify/v2 v2.13.0
1515
github.com/aws/aws-lambda-go v1.50.0
1616
github.com/aws/aws-sdk-go-v2 v1.39.4
17-
github.com/aws/aws-sdk-go-v2/config v1.31.13
18-
github.com/aws/aws-sdk-go-v2/credentials v1.18.17
17+
github.com/aws/aws-sdk-go-v2/config v1.31.15
18+
github.com/aws/aws-sdk-go-v2/credentials v1.18.19
1919
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.19.13
20-
github.com/aws/aws-sdk-go-v2/service/kinesis v1.40.6
20+
github.com/aws/aws-sdk-go-v2/service/kinesis v1.40.8
2121
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.7
22-
github.com/aws/aws-sdk-go-v2/service/sqs v1.42.9
22+
github.com/aws/aws-sdk-go-v2/service/sqs v1.42.11
2323
github.com/aws/smithy-go v1.23.1
2424
github.com/awslabs/aws-lambda-go-api-proxy v0.16.2
2525
github.com/fsouza/fake-gcs-server v1.52.3
@@ -47,7 +47,7 @@ require (
4747
github.com/prometheus/client_golang v1.23.2
4848
github.com/pterm/pterm v0.12.82
4949
github.com/r3labs/diff/v3 v3.0.2
50-
github.com/redis/go-redis/v9 v9.14.1
50+
github.com/redis/go-redis/v9 v9.16.0
5151
github.com/samber/slog-zap/v2 v2.6.2
5252
github.com/spf13/cobra v1.10.1
5353
github.com/spf13/pflag v1.0.10
@@ -75,7 +75,7 @@ require (
7575
go.uber.org/zap v1.27.0
7676
golang.org/x/net v0.46.0
7777
golang.org/x/oauth2 v0.32.0
78-
google.golang.org/api v0.252.0
78+
google.golang.org/api v0.253.0
7979
google.golang.org/grpc v1.76.0
8080
gopkg.in/yaml.v3 v3.0.1
8181
k8s.io/api v0.34.1
@@ -108,7 +108,7 @@ require (
108108
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516 // indirect
109109
github.com/apache/thrift v0.21.0 // indirect
110110
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.2 // indirect
111-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.10 // indirect
111+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.11 // indirect
112112
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.11 // indirect
113113
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.11 // indirect
114114
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
@@ -117,9 +117,9 @@ require (
117117
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.2 // indirect
118118
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.11 // indirect
119119
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.11 // indirect
120-
github.com/aws/aws-sdk-go-v2/service/sso v1.29.7 // indirect
121-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.2 // indirect
122-
github.com/aws/aws-sdk-go-v2/service/sts v1.38.7 // indirect
120+
github.com/aws/aws-sdk-go-v2/service/sso v1.29.8 // indirect
121+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.3 // indirect
122+
github.com/aws/aws-sdk-go-v2/service/sts v1.38.9 // indirect
123123
github.com/bahlo/generic-list-go v0.2.0 // indirect
124124
github.com/beorn7/perks v1.0.1 // indirect
125125
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -186,7 +186,7 @@ require (
186186
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
187187
github.com/josharian/intern v1.0.0 // indirect
188188
github.com/json-iterator/go v1.1.12 // indirect
189-
github.com/klauspost/compress v1.18.0 // indirect
189+
github.com/klauspost/compress v1.18.1 // indirect
190190
github.com/knadh/koanf/maps v0.1.2 // indirect
191191
github.com/kylelemons/godebug v1.1.0 // indirect
192192
github.com/labstack/gommon v0.4.2 // indirect
@@ -283,12 +283,12 @@ require (
283283
golang.org/x/sys v0.37.0 // indirect
284284
golang.org/x/term v0.36.0 // indirect
285285
golang.org/x/text v0.30.0 // indirect
286-
golang.org/x/time v0.13.0 // indirect
286+
golang.org/x/time v0.14.0 // indirect
287287
golang.org/x/tools v0.37.0 // indirect
288288
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
289289
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
290290
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
291-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 // indirect
291+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f // indirect
292292
google.golang.org/protobuf v1.36.10 // indirect
293293
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
294294
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)