0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix(deps): update dependency snake-case to v4 (#5534)

Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
renovate[bot] 2024-03-28 19:11:20 +08:00 committed by GitHub
parent 961fd8ea99
commit dcb5eba305
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 3 deletions

View file

@ -86,7 +86,7 @@
"samlify": "2.8.10",
"semver": "^7.3.8",
"@silverhand/slonik": "31.0.0-beta.2",
"snake-case": "^3.0.4",
"snake-case": "^4.0.0",
"snakecase-keys": "^7.0.0",
"zod": "^3.22.4"
},

View file

@ -3192,8 +3192,8 @@ importers:
specifier: ^7.3.8
version: 7.5.2
snake-case:
specifier: ^3.0.4
version: 3.0.4
specifier: ^4.0.0
version: 4.0.0
snakecase-keys:
specifier: ^7.0.0
version: 7.0.0
@ -17416,6 +17416,11 @@ packages:
tslib: 2.5.0
dev: false
/no-case@4.0.0:
resolution: {integrity: sha512-WmS3EUGw+vXHlTgiUPi3NzbZNwH6+uGX0QLGgqG+aFSJ5rkX/Ee0nuwHBJfZTfQwwR8lGO819NEIwQ7CGhkdEQ==}
deprecated: Use `change-case`
dev: false
/nock@13.3.1:
resolution: {integrity: sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==}
engines: {node: '>= 10.13'}
@ -19907,6 +19912,13 @@ packages:
tslib: 2.4.1
dev: false
/snake-case@4.0.0:
resolution: {integrity: sha512-slvG6efKZ3GYUUZdhPOq/lLIqutwQ4TdPViD1VKqsbf0u76U/aPRswPKjOaAS9T7fAPmRmXuN6C/nM0xsMaFLQ==}
deprecated: Use `change-case`
dependencies:
no-case: 4.0.0
dev: false
/snakecase-keys@7.0.0:
resolution: {integrity: sha512-yFnXqBIFFpXlIWiGPvYhfelzQqRVchuM1XIQXVwIFrZuNWBPE6vBkuJitzbl6yMIjjpA40IYxqi88BE9RX2Yxw==}
engines: {node: '>=18'}