Update npm dependencies

This commit is contained in:
2022-04-17 21:55:34 +08:00
parent 1655962e85
commit 25205c0c0d
2 changed files with 50 additions and 51 deletions

95
web/package-lock.json generated
View File

@@ -13,9 +13,9 @@
"@testing-library/user-event": "^12.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^4.0.3",
"water.css": "^2.1.1",
"web-vitals": "^1.1.2"
},
@@ -9672,10 +9672,9 @@
"integrity": "sha1-TAb8y0YC/iYCs8k9+C1+fb8aio4="
},
"node_modules/history": {
"version": "5.1.0",
"resolved": "https://registry.npmmirror.com/history/download/history-5.1.0.tgz",
"integrity": "sha1-LpPAnAZBlNONUu1ir9CvydmwHs4=",
"license": "MIT",
"version": "5.3.0",
"resolved": "https://registry.npmmirror.com/history/-/history-5.3.0.tgz",
"integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==",
"dependencies": {
"@babel/runtime": "^7.7.6"
}
@@ -15707,8 +15706,8 @@
},
"node_modules/react": {
"version": "17.0.2",
"resolved": "https://registry.npmmirror.com/react/download/react-17.0.2.tgz?cache=0&sync_timestamp=1636647716894&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Freact%2Fdownload%2Freact-17.0.2.tgz",
"integrity": "sha1-0LXMUW0p6z7uOD91tihkz7aAADc=",
"resolved": "https://registry.npmmirror.com/react/-/react-17.0.2.tgz",
"integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
@@ -15848,8 +15847,8 @@
},
"node_modules/react-dom": {
"version": "17.0.2",
"resolved": "https://registry.npmmirror.com/react-dom/download/react-dom-17.0.2.tgz",
"integrity": "sha1-7P+2hF462Nv83EmPDQqTlzZQLCM=",
"resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-17.0.2.tgz",
"integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
@@ -15878,23 +15877,23 @@
}
},
"node_modules/react-router": {
"version": "6.0.2",
"resolved": "https://registry.npmmirror.com/react-router/download/react-router-6.0.2.tgz",
"integrity": "sha512-8/Wm3Ed8t7TuedXjAvV39+c8j0vwrI5qVsYqjFr5WkJjsJpEvNSoLRUbtqSEYzqaTUj1IV+sbPJxvO+accvU0Q==",
"version": "6.3.0",
"resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.3.0.tgz",
"integrity": "sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==",
"dependencies": {
"history": "^5.1.0"
"history": "^5.2.0"
},
"peerDependencies": {
"react": ">=16.8"
}
},
"node_modules/react-router-dom": {
"version": "6.0.2",
"resolved": "https://registry.npmmirror.com/react-router-dom/download/react-router-dom-6.0.2.tgz?cache=0&sync_timestamp=1636500332816&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Freact-router-dom%2Fdownload%2Freact-router-dom-6.0.2.tgz",
"integrity": "sha512-cOpJ4B6raFutr0EG8O/M2fEoyQmwvZWomf1c6W2YXBZuFBx8oTk/zqjXghwScyhfrtnt0lANXV2182NQblRxFA==",
"version": "6.3.0",
"resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.3.0.tgz",
"integrity": "sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==",
"dependencies": {
"history": "^5.1.0",
"react-router": "6.0.2"
"history": "^5.2.0",
"react-router": "6.3.0"
},
"peerDependencies": {
"react": ">=16.8",
@@ -15903,8 +15902,8 @@
},
"node_modules/react-scripts": {
"version": "4.0.3",
"resolved": "https://registry.npmmirror.com/react-scripts/download/react-scripts-4.0.3.tgz",
"integrity": "sha1-scr+18P6YD52KLoPGHeHlky100U=",
"resolved": "https://registry.npmmirror.com/react-scripts/-/react-scripts-4.0.3.tgz",
"integrity": "sha512-S5eO4vjUzUisvkIPB7jVsKtuH2HhWcASREYWHAQ1FP5HyCv3xgn+wpILAEWkmy+A+tTNbSZClhxjT3qz6g4L1A==",
"dependencies": {
"@babel/core": "7.12.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
@@ -19445,8 +19444,8 @@
},
"node_modules/water.css": {
"version": "2.1.1",
"resolved": "https://registry.npmmirror.com/water.css/download/water.css-2.1.1.tgz",
"integrity": "sha1-7m/oM6MTo6LttYilftYrPjHe3Rg="
"resolved": "https://registry.npmmirror.com/water.css/-/water.css-2.1.1.tgz",
"integrity": "sha512-gkO5byC+pZ7ndEV18hs/RmxKoDtEZXx06tZU4ocI3IBdv4xV64tlhjIFbDjurysRnNkiy2oQTr8PakRyzZWPJw=="
},
"node_modules/wbuf": {
"version": "1.7.3",
@@ -19458,8 +19457,8 @@
},
"node_modules/web-vitals": {
"version": "1.1.2",
"resolved": "https://registry.npmmirror.com/web-vitals/download/web-vitals-1.1.2.tgz",
"integrity": "sha1-BlNTCBaJhgliOaqEcW5otMaubRw="
"resolved": "https://registry.npmmirror.com/web-vitals/-/web-vitals-1.1.2.tgz",
"integrity": "sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig=="
},
"node_modules/webidl-conversions": {
"version": "6.1.0",
@@ -28381,9 +28380,9 @@
"integrity": "sha1-TAb8y0YC/iYCs8k9+C1+fb8aio4="
},
"history": {
"version": "5.1.0",
"resolved": "https://registry.npmmirror.com/history/download/history-5.1.0.tgz",
"integrity": "sha1-LpPAnAZBlNONUu1ir9CvydmwHs4=",
"version": "5.3.0",
"resolved": "https://registry.npmmirror.com/history/-/history-5.3.0.tgz",
"integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==",
"requires": {
"@babel/runtime": "^7.7.6"
}
@@ -33188,8 +33187,8 @@
},
"react": {
"version": "17.0.2",
"resolved": "https://registry.npmmirror.com/react/download/react-17.0.2.tgz?cache=0&sync_timestamp=1636647716894&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Freact%2Fdownload%2Freact-17.0.2.tgz",
"integrity": "sha1-0LXMUW0p6z7uOD91tihkz7aAADc=",
"resolved": "https://registry.npmmirror.com/react/-/react-17.0.2.tgz",
"integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
@@ -33303,8 +33302,8 @@
},
"react-dom": {
"version": "17.0.2",
"resolved": "https://registry.npmmirror.com/react-dom/download/react-dom-17.0.2.tgz",
"integrity": "sha1-7P+2hF462Nv83EmPDQqTlzZQLCM=",
"resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-17.0.2.tgz",
"integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
@@ -33327,26 +33326,26 @@
"integrity": "sha1-ch1GV2ctQAxePHXQY8SoX7LV1o8="
},
"react-router": {
"version": "6.0.2",
"resolved": "https://registry.npmmirror.com/react-router/download/react-router-6.0.2.tgz",
"integrity": "sha512-8/Wm3Ed8t7TuedXjAvV39+c8j0vwrI5qVsYqjFr5WkJjsJpEvNSoLRUbtqSEYzqaTUj1IV+sbPJxvO+accvU0Q==",
"version": "6.3.0",
"resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.3.0.tgz",
"integrity": "sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==",
"requires": {
"history": "^5.1.0"
"history": "^5.2.0"
}
},
"react-router-dom": {
"version": "6.0.2",
"resolved": "https://registry.npmmirror.com/react-router-dom/download/react-router-dom-6.0.2.tgz?cache=0&sync_timestamp=1636500332816&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Freact-router-dom%2Fdownload%2Freact-router-dom-6.0.2.tgz",
"integrity": "sha512-cOpJ4B6raFutr0EG8O/M2fEoyQmwvZWomf1c6W2YXBZuFBx8oTk/zqjXghwScyhfrtnt0lANXV2182NQblRxFA==",
"version": "6.3.0",
"resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.3.0.tgz",
"integrity": "sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==",
"requires": {
"history": "^5.1.0",
"react-router": "6.0.2"
"history": "^5.2.0",
"react-router": "6.3.0"
}
},
"react-scripts": {
"version": "4.0.3",
"resolved": "https://registry.npmmirror.com/react-scripts/download/react-scripts-4.0.3.tgz",
"integrity": "sha1-scr+18P6YD52KLoPGHeHlky100U=",
"resolved": "https://registry.npmmirror.com/react-scripts/-/react-scripts-4.0.3.tgz",
"integrity": "sha512-S5eO4vjUzUisvkIPB7jVsKtuH2HhWcASREYWHAQ1FP5HyCv3xgn+wpILAEWkmy+A+tTNbSZClhxjT3qz6g4L1A==",
"requires": {
"@babel/core": "7.12.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
@@ -36257,8 +36256,8 @@
},
"water.css": {
"version": "2.1.1",
"resolved": "https://registry.npmmirror.com/water.css/download/water.css-2.1.1.tgz",
"integrity": "sha1-7m/oM6MTo6LttYilftYrPjHe3Rg="
"resolved": "https://registry.npmmirror.com/water.css/-/water.css-2.1.1.tgz",
"integrity": "sha512-gkO5byC+pZ7ndEV18hs/RmxKoDtEZXx06tZU4ocI3IBdv4xV64tlhjIFbDjurysRnNkiy2oQTr8PakRyzZWPJw=="
},
"wbuf": {
"version": "1.7.3",
@@ -36270,8 +36269,8 @@
},
"web-vitals": {
"version": "1.1.2",
"resolved": "https://registry.npmmirror.com/web-vitals/download/web-vitals-1.1.2.tgz",
"integrity": "sha1-BlNTCBaJhgliOaqEcW5otMaubRw="
"resolved": "https://registry.npmmirror.com/web-vitals/-/web-vitals-1.1.2.tgz",
"integrity": "sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig=="
},
"webidl-conversions": {
"version": "6.1.0",

View File

@@ -8,9 +8,9 @@
"@testing-library/user-event": "^12.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^4.0.3",
"water.css": "^2.1.1",
"web-vitals": "^1.1.2"
},