1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

chore(deps): update dependency node to v20.15.1 (#10969)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-07-09 06:56:25 -04:00
committed by GitHub
parent e8af0e859e
commit c1036d6f88
13 changed files with 14 additions and 12 deletions

View File

@@ -1 +1 @@
20.15.0
20.15.1

2
e2e/package-lock.json generated
View File

@@ -44,6 +44,7 @@
"license": "GNU Affero General Public License version 3",
"dependencies": {
"fast-glob": "^3.3.2",
"fastq": "^1.17.1",
"lodash-es": "^4.17.21"
},
"bin": {
@@ -73,6 +74,7 @@
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.2.2",
"vitest-fetch-mock": "^0.2.2",
"yaml": "^2.3.1"
},
"engines": {

View File

@@ -47,6 +47,6 @@
"vitest": "^1.3.0"
},
"volta": {
"node": "20.15.0"
"node": "20.15.1"
}
}