501763c0d5
- Updated dompurify from 3.3.3 to 3.4.2 - Updated axios from 1.14.0 to 1.15.2 - Updated Go module github.com/golang-jwt/jwt/v5 from v5.2.1 to v5.2.2 - Updated Go module github.com/jackc/pgx/v5 from v5.5.5 to v5.9.0 - Updated Go module github.com/redis/go-redis/v9 from v9.5.1 to v9.7.3 - Updated Go module github.com/stretchr/testify from v1.9.0 to v1.11.1 - Updated various golang.org/x modules to their latest versions - Updated google.golang.org/grpc from v1.66.0 to v1.79.3 - Updated google.golang.org/protobuf from v1.34.2 to v1.36.10
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"name": "@geo/http-client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@geo/shared-types": "workspace:*",
|
|
"axios": "^1.15.1"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|