fix(web): bump deps

This commit is contained in:
ckt1031 2023-08-13 18:21:22 +08:00
parent 1c2c242f22
commit 08ebece58e
2 changed files with 22 additions and 19 deletions

37
web/package-lock.json generated
View File

@ -11,11 +11,11 @@
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.4.0",
"history": "^5.3.0",
"marked": "^7.0.1",
"marked": "^7.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.14.2",
"react-router-dom": "^6.15.0",
"react-toastify": "^9.1.3",
"react-turnstile": "^1.1.1",
"semantic-ui-css": "^2.5.0",
@ -745,10 +745,11 @@
}
},
"node_modules/@remix-run/router": {
"version": "1.7.2",
"license": "MIT",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz",
"integrity": "sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==",
"engines": {
"node": ">=14"
"node": ">=14.0.0"
}
},
"node_modules/@semantic-ui-react/event-stack": {
@ -1154,9 +1155,9 @@
}
},
"node_modules/marked": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-7.0.1.tgz",
"integrity": "sha512-m8Aze620Ts62yaciz2DghZGUkUfdgvSNRicS2/XtQkStMNoce3NWjOD2b/jWF32+XXK6udM6pRhv2dKNlneAFA==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-7.0.2.tgz",
"integrity": "sha512-ADEBjnCHOrsLoV7JPvUNWtELZ0b4SeIALhrfxuA9uhS3hw2PCezROoFduIqMOjeagBPto732+YC5tZHBMQRdqg==",
"bin": {
"marked": "bin/marked.js"
},
@ -1329,27 +1330,29 @@
}
},
"node_modules/react-router": {
"version": "6.14.2",
"license": "MIT",
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz",
"integrity": "sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==",
"dependencies": {
"@remix-run/router": "1.7.2"
"@remix-run/router": "1.8.0"
},
"engines": {
"node": ">=14"
"node": ">=14.0.0"
},
"peerDependencies": {
"react": ">=16.8"
}
},
"node_modules/react-router-dom": {
"version": "6.14.2",
"license": "MIT",
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz",
"integrity": "sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==",
"dependencies": {
"@remix-run/router": "1.7.2",
"react-router": "6.14.2"
"@remix-run/router": "1.8.0",
"react-router": "6.15.0"
},
"engines": {
"node": ">=14"
"node": ">=14.0.0"
},
"peerDependencies": {
"react": ">=16.8",

View File

@ -6,11 +6,11 @@
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.4.0",
"history": "^5.3.0",
"marked": "^7.0.1",
"marked": "^7.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.14.2",
"react-router-dom": "^6.15.0",
"react-toastify": "^9.1.3",
"react-turnstile": "^1.1.1",
"semantic-ui-css": "^2.5.0",