1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 00:36:47 +01:00

chore(deps): update typescript-projects (#9314)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-07 23:07:26 -04:00 committed by GitHub
parent 6a5bc156a6
commit 8c56c1c22b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

8
e2e/package-lock.json generated
View file

@ -88,7 +88,7 @@
"@oazapfts/runtime": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
},
@ -1319,9 +1319,9 @@
}
},
"node_modules/@types/pngjs": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/@types/pngjs/-/pngjs-6.0.4.tgz",
"integrity": "sha512-atAK9xLKOnxiuArxcHovmnOUUGBZOQ3f0vCf43FnoKs6XnqiambT1kkJWmdo71IR+BoXSh+CueeFR0GfH3dTlQ==",
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/@types/pngjs/-/pngjs-6.0.5.tgz",
"integrity": "sha512-0k5eKfrA83JOZPppLtS2C7OUtyNAl2wKNxfyYl9Q5g9lPkgBl/9hNyAu6HuEH2J4XmIv2znEpkDd0SaZVxW6iQ==",
"dev": true,
"dependencies": {
"@types/node": "*"

8
web/package-lock.json generated
View file

@ -71,7 +71,7 @@
"@oazapfts/runtime": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
},
@ -8066,9 +8066,9 @@
}
},
"node_modules/svelte-check": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.7.0.tgz",
"integrity": "sha512-Va6sGL4Vy4znn0K+vaatk98zoBvG2aDee4y3r5X4S80z8DXfbACHvdLlyXa4C4c5tQzK9H0Uq2pbd20wH3ucjQ==",
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.7.1.tgz",
"integrity": "sha512-U4uJoLCzmz2o2U33c7mPDJNhRYX/DNFV11XTUDlFxaKLsO7P+40gvJHMPpoRfa24jqZfST4/G9fGNcUGMO8NAQ==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",