0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-13 21:30:30 -05:00

chore(deps): update dependency @types/sinon to v17 (#4820)

Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
renovate[bot] 2023-12-26 04:10:21 +00:00 committed by GitHub
parent 6f843b79d6
commit 1787503c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -81,7 +81,7 @@
"@types/jest": "^29.4.0", "@types/jest": "^29.4.0",
"@types/node": "^20.9.5", "@types/node": "^20.9.5",
"@types/semver": "^7.3.12", "@types/semver": "^7.3.12",
"@types/sinon": "^10.0.13", "@types/sinon": "^17.0.0",
"@types/tar": "^6.1.2", "@types/tar": "^6.1.2",
"@types/yargs": "^17.0.13", "@types/yargs": "^17.0.13",
"eslint": "^8.44.0", "eslint": "^8.44.0",

View file

@ -111,7 +111,7 @@
"@types/pluralize": "^0.0.33", "@types/pluralize": "^0.0.33",
"@types/qrcode": "^1.5.2", "@types/qrcode": "^1.5.2",
"@types/semver": "^7.3.12", "@types/semver": "^7.3.12",
"@types/sinon": "^10.0.13", "@types/sinon": "^17.0.0",
"@types/supertest": "^2.0.11", "@types/supertest": "^2.0.11",
"eslint": "^8.44.0", "eslint": "^8.44.0",
"jest": "^29.7.0", "jest": "^29.7.0",

12
pnpm-lock.yaml generated
View file

@ -210,8 +210,8 @@ importers:
specifier: ^7.3.12 specifier: ^7.3.12
version: 7.3.12 version: 7.3.12
'@types/sinon': '@types/sinon':
specifier: ^10.0.13 specifier: ^17.0.0
version: 10.0.13 version: 17.0.2
'@types/tar': '@types/tar':
specifier: ^6.1.2 specifier: ^6.1.2
version: 6.1.2 version: 6.1.2
@ -3381,8 +3381,8 @@ importers:
specifier: ^7.3.12 specifier: ^7.3.12
version: 7.3.12 version: 7.3.12
'@types/sinon': '@types/sinon':
specifier: ^10.0.13 specifier: ^17.0.0
version: 10.0.13 version: 17.0.2
'@types/supertest': '@types/supertest':
specifier: ^2.0.11 specifier: ^2.0.11
version: 2.0.11 version: 2.0.11
@ -10240,8 +10240,8 @@ packages:
resolution: {integrity: sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg==} resolution: {integrity: sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg==}
dev: false dev: false
/@types/sinon@10.0.13: /@types/sinon@17.0.2:
resolution: {integrity: sha512-UVjDqJblVNQYvVNUsj0PuYYw0ELRmgt1Nt5Vk0pT5f16ROGfcKJY8o1HVuMOJOpD727RrGB9EGvoaTQE5tgxZQ==} resolution: {integrity: sha512-Zt6heIGsdqERkxctIpvN5Pv3edgBrhoeb3yHyxffd4InN0AX2SVNKSrhdDZKGQICVOxWP/q4DyhpfPNMSrpIiA==}
dependencies: dependencies:
'@types/sinonjs__fake-timers': 8.1.2 '@types/sinonjs__fake-timers': 8.1.2
dev: true dev: true