Upgraded all node modules & update lock file
This commit is contained in:
		
							
								
								
									
										40
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										40
									
								
								package.json
									
									
									
									
									
								
							| @@ -13,33 +13,35 @@ | ||||
|     "docs": "documentation build src/api.js -f html -o docs/api && documentation build src/api.js -f md -o docs/api.md" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "chart.js": "^2.9.2", | ||||
|     "connect-history-api-fallback": "1.6.0", | ||||
|     "cross-env": "6.0.0", | ||||
|     "express": "4.17.3", | ||||
|     "chart.js": "^3.9.1", | ||||
|     "connect-history-api-fallback": "2.0.0", | ||||
|     "cross-env": "7.0.3", | ||||
|     "express": "4.18.1", | ||||
|     "vue": "^3.2.37", | ||||
|     "vue-router": "4.1.2", | ||||
|     "vuex": "3.6.2" | ||||
|     "vue-router": "4.1.3", | ||||
|     "vuex": "4.0.2" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "7.17.2", | ||||
|     "@babel/plugin-transform-runtime": "7.17.0", | ||||
|     "@babel/preset-env": "7.16.11", | ||||
|     "@babel/runtime": "7.17.2", | ||||
|     "@babel/core": "7.18.10", | ||||
|     "@babel/plugin-transform-runtime": "7.18.10", | ||||
|     "@babel/preset-env": "7.18.10", | ||||
|     "@babel/runtime": "7.18.9", | ||||
|     "@types/node": "^18.6.1", | ||||
|     "babel-loader": "8.2.3", | ||||
|     "css-loader": "6.7.0", | ||||
|     "documentation": "^11.0.0", | ||||
|     "@vue/cli": "^5.0.8", | ||||
|     "@vue/cli-service": "^5.0.8", | ||||
|     "babel-loader": "8.2.5", | ||||
|     "css-loader": "6.7.1", | ||||
|     "documentation": "^13.2.5", | ||||
|     "file-loader": "6.2.0", | ||||
|     "html-webpack-plugin": "^5.5.0", | ||||
|     "sass": "1.49.9", | ||||
|     "sass-loader": "12.6.0", | ||||
|     "terser-webpack-plugin": "5.3.1", | ||||
|     "sass": "1.54.3", | ||||
|     "sass-loader": "13.0.2", | ||||
|     "terser-webpack-plugin": "5.3.3", | ||||
|     "ts-loader": "^9.3.1", | ||||
|     "typescript": "^4.7.4", | ||||
|     "vue-loader": "17.0.0", | ||||
|     "webpack": "5.70.0", | ||||
|     "webpack-cli": "4.9.2", | ||||
|     "webpack-dev-server": "4.7.4" | ||||
|     "webpack": "5.74.0", | ||||
|     "webpack-cli": "4.10.0", | ||||
|     "webpack-dev-server": "4.9.3" | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user