mirror of
https://github.com/logto-io/logto.git
synced 2025-03-17 22:31:28 -05:00
fix(deps): update dependency ky to ^0.30.0 (#617)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
43b4fb87c6
commit
2a03b68865
2 changed files with 3 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
"i18next": "^21.6.11",
|
||||
"i18next-browser-languagedetector": "^6.1.3",
|
||||
"js-base64": "^3.7.2",
|
||||
"ky": "^0.29.0",
|
||||
"ky": "^0.30.0",
|
||||
"libphonenumber-js": "^1.9.49",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
|
|
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
|
@ -387,7 +387,7 @@ importers:
|
|||
jest: ^27.5.1
|
||||
jest-transform-stub: ^2.0.0
|
||||
js-base64: ^3.7.2
|
||||
ky: ^0.29.0
|
||||
ky: ^0.30.0
|
||||
libphonenumber-js: ^1.9.49
|
||||
lint-staged: ^11.1.1
|
||||
parcel: ^2.3.2
|
||||
|
@ -413,7 +413,7 @@ importers:
|
|||
i18next: 21.6.11
|
||||
i18next-browser-languagedetector: 6.1.3
|
||||
js-base64: 3.7.2
|
||||
ky: 0.29.0
|
||||
ky: 0.30.0
|
||||
libphonenumber-js: 1.9.49
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
|
@ -12360,11 +12360,6 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/ky/0.29.0:
|
||||
resolution: {integrity: sha512-01TBSOqlHmLfcQhHseugGHLxPtU03OyZWaLDWt5MfzCkijG6xWFvAQPhKVn0cR2MMjYvBP9keQ8A3+rQEhLO5g==}
|
||||
engines: {node: '>=12'}
|
||||
dev: false
|
||||
|
||||
/ky/0.30.0:
|
||||
resolution: {integrity: sha512-X/u76z4JtDVq10u1JA5UQfatPxgPaVDMYTrgHyiTpGN2z4TMEJkIHsoSBBSg9SWZEIXTKsi9kHgiQ9o3Y/4yog==}
|
||||
engines: {node: '>=12'}
|
||||
|
|
Loading…
Add table
Reference in a new issue