diff --git a/Laboratorios/Laboratorio-08/Client/package-lock.json b/Laboratorios/Laboratorio-08/Client/package-lock.json index fef25ea..6abedcb 100644 --- a/Laboratorios/Laboratorio-08/Client/package-lock.json +++ b/Laboratorios/Laboratorio-08/Client/package-lock.json @@ -11,7 +11,7 @@ "axios": "^1.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.17.0" + "react-router-dom": "^6.30.3" }, "devDependencies": { "@types/react": "^18.2.15", @@ -913,9 +913,10 @@ } }, "node_modules/@remix-run/router": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.10.0.tgz", - "integrity": "sha512-Lm+fYpMfZoEucJ7cMxgt4dYt8jLfbpwRCzAjm9UgSLOkmlqo9gupxt6YX3DY0Fk155NT9l17d/ydi+964uS9Lw==", + "version": "1.23.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.2.tgz", + "integrity": "sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==", + "license": "MIT", "engines": { "node": ">=14.0.0" } @@ -3234,11 +3235,12 @@ } }, "node_modules/react-router": { - "version": "6.17.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.17.0.tgz", - "integrity": "sha512-YJR3OTJzi3zhqeJYADHANCGPUu9J+6fT5GLv82UWRGSxu6oJYCKVmxUcaBQuGm9udpWmPsvpme/CdHumqgsoaA==", + "version": "6.30.3", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.3.tgz", + "integrity": "sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==", + "license": "MIT", "dependencies": { - "@remix-run/router": "1.10.0" + "@remix-run/router": "1.23.2" }, "engines": { "node": ">=14.0.0" @@ -3248,12 +3250,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.17.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.17.0.tgz", - "integrity": "sha512-qWHkkbXQX+6li0COUUPKAUkxjNNqPJuiBd27dVwQGDNsuFBdMbrS6UZ0CLYc4CsbdLYTckn4oB4tGDuPZpPhaQ==", + "version": "6.30.3", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.3.tgz", + "integrity": "sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag==", + "license": "MIT", "dependencies": { - "@remix-run/router": "1.10.0", - "react-router": "6.17.0" + "@remix-run/router": "1.23.2", + "react-router": "6.30.3" }, "engines": { "node": ">=14.0.0" diff --git a/Laboratorios/Laboratorio-08/Client/package.json b/Laboratorios/Laboratorio-08/Client/package.json index 6b7261f..76f2333 100644 --- a/Laboratorios/Laboratorio-08/Client/package.json +++ b/Laboratorios/Laboratorio-08/Client/package.json @@ -13,7 +13,7 @@ "axios": "^1.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.17.0" + "react-router-dom": "^6.30.3" }, "devDependencies": { "@types/react": "^18.2.15",