diff --git a/src/web/package-lock.json b/src/web/package-lock.json index d60b738..a247ea2 100644 --- a/src/web/package-lock.json +++ b/src/web/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "react": "^19.2.4", "react-dom": "^19.2.4", - "react-dropzone": "^14.2.3" + "react-dropzone": "^15.0.0" }, "devDependencies": { "@eslint/js": "^9.39.4", @@ -1278,9 +1278,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1295,9 +1292,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1312,9 +1306,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1329,9 +1320,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1346,9 +1334,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1363,9 +1348,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1380,9 +1362,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1397,9 +1376,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1414,9 +1390,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1431,9 +1404,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1448,9 +1418,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1465,9 +1432,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1482,9 +1446,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4249,9 +4210,9 @@ } }, "node_modules/react-dropzone": { - "version": "14.4.1", - "resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.4.1.tgz", - "integrity": "sha512-QDuV76v3uKbHiH34SpwifZ+gOLi1+RdsCO1kl5vxMT4wW8R82+sthjvBw4th3NHF/XX6FBsqDYZVNN+pnhaw0g==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-15.0.0.tgz", + "integrity": "sha512-lGjYV/EoqEjEWPnmiSvH4v5IoIAwQM2W4Z1C0Q/Pw2xD0eVzKPS359BQTUMum+1fa0kH2nrKjuavmTPOGhpLPg==", "license": "MIT", "dependencies": { "attr-accept": "^2.2.4", diff --git a/src/web/package.json b/src/web/package.json index 2f8e3ae..269d63d 100644 --- a/src/web/package.json +++ b/src/web/package.json @@ -13,7 +13,7 @@ "dependencies": { "react": "^19.2.4", "react-dom": "^19.2.4", - "react-dropzone": "^14.2.3" + "react-dropzone": "^15.0.0" }, "devDependencies": { "@eslint/js": "^9.39.4",