#
luxiaotao1123
2024-02-04 49a23c4ac5aab7876f25cd81d7b7ecdab455012e
zy-asrs-flow/package-lock.json
@@ -12,7 +12,7 @@
        "@ant-design/pro-components": "^2.6.48",
        "@antv/g6": "^5.0.0-beta.28",
        "antd": "^5.13.2",
        "axios": "^1.6.5",
        "axios": "^1.6.2",
        "pixi.js": "^7.3.3",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
@@ -2384,9 +2384,9 @@
      }
    },
    "node_modules/@remix-run/router": {
      "version": "1.8.0",
      "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz",
      "integrity": "sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==",
      "version": "1.14.2",
      "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.14.2.tgz",
      "integrity": "sha512-ACXpdMM9hmKZww21yEqWwiLws/UPLhNKvimN8RrYSqPSvB3ov7sLvAcfvaxePeLvccTQKGdkDIhLYApZVDFuKg==",
      "engines": {
        "node": ">=14.0.0"
      }
@@ -6253,11 +6253,11 @@
      }
    },
    "node_modules/react-router": {
      "version": "6.15.0",
      "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz",
      "integrity": "sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==",
      "version": "6.21.3",
      "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.3.tgz",
      "integrity": "sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==",
      "dependencies": {
        "@remix-run/router": "1.8.0"
        "@remix-run/router": "1.14.2"
      },
      "engines": {
        "node": ">=14.0.0"
@@ -6267,12 +6267,12 @@
      }
    },
    "node_modules/react-router-dom": {
      "version": "6.15.0",
      "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz",
      "integrity": "sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==",
      "version": "6.21.3",
      "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.3.tgz",
      "integrity": "sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==",
      "dependencies": {
        "@remix-run/router": "1.8.0",
        "react-router": "6.15.0"
        "@remix-run/router": "1.14.2",
        "react-router": "6.21.3"
      },
      "engines": {
        "node": ">=14.0.0"