Update dependencies 🚀
This commit is contained in:
		
							parent
							
								
									885f8e1856
								
							
						
					
					
						commit
						091d6f6a3e
					
				
					 4 changed files with 482 additions and 551 deletions
				
			
		|  | @ -43,7 +43,7 @@ const primaries = { | |||
| 	'zh': 'CN', | ||||
| }; | ||||
| 
 | ||||
| const locales = languages.reduce((a, c) => (a[c] = yaml.safeLoad(fs.readFileSync(`${__dirname}/${c}.yml`, 'utf-8')) || {}, a), {}); | ||||
| const locales = languages.reduce((a, c) => (a[c] = yaml.load(fs.readFileSync(`${__dirname}/${c}.yml`, 'utf-8')) || {}, a), {}); | ||||
| 
 | ||||
| module.exports = Object.entries(locales) | ||||
| 	.reduce((a, [k ,v]) => (a[k] = (() => { | ||||
|  |  | |||
							
								
								
									
										103
									
								
								package.json
									
										
									
									
									
								
							
							
						
						
									
										103
									
								
								package.json
									
										
									
									
									
								
							|  | @ -35,12 +35,12 @@ | |||
| 		"lodash": "^4.17.20" | ||||
| 	}, | ||||
| 	"dependencies": { | ||||
| 		"@babel/plugin-transform-runtime": "7.12.1", | ||||
| 		"@babel/plugin-transform-runtime": "7.12.15", | ||||
| 		"@elastic/elasticsearch": "7.10.0", | ||||
| 		"@fortawesome/fontawesome-svg-core": "1.2.32", | ||||
| 		"@fortawesome/free-brands-svg-icons": "5.15.1", | ||||
| 		"@fortawesome/free-regular-svg-icons": "5.15.1", | ||||
| 		"@fortawesome/free-solid-svg-icons": "5.15.1", | ||||
| 		"@fortawesome/fontawesome-svg-core": "1.2.34", | ||||
| 		"@fortawesome/free-brands-svg-icons": "5.15.2", | ||||
| 		"@fortawesome/free-regular-svg-icons": "5.15.2", | ||||
| 		"@fortawesome/free-solid-svg-icons": "5.15.2", | ||||
| 		"@fortawesome/vue-fontawesome": "3.0.0-3", | ||||
| 		"@koa/cors": "3.1.0", | ||||
| 		"@koa/multer": "3.0.0", | ||||
|  | @ -50,21 +50,21 @@ | |||
| 		"@sinonjs/fake-timers": "6.0.1", | ||||
| 		"@syuilo/aiscript": "0.11.1", | ||||
| 		"@types/bcryptjs": "2.4.2", | ||||
| 		"@types/bull": "3.14.4", | ||||
| 		"@types/bull": "3.15.0", | ||||
| 		"@types/cbor": "5.0.1", | ||||
| 		"@types/dateformat": "3.0.1", | ||||
| 		"@types/double-ended-queue": "2.1.1", | ||||
| 		"@types/escape-regexp": "0.0.0", | ||||
| 		"@types/glob": "7.1.3", | ||||
| 		"@types/gulp": "4.0.6", | ||||
| 		"@types/gulp-rename": "0.0.33", | ||||
| 		"@types/gulp": "4.0.8", | ||||
| 		"@types/gulp-rename": "2.0.0", | ||||
| 		"@types/gulp-replace": "0.0.31", | ||||
| 		"@types/is-url": "1.2.28", | ||||
| 		"@types/js-yaml": "3.12.5", | ||||
| 		"@types/jsdom": "16.2.5", | ||||
| 		"@types/jsonld": "1.5.1", | ||||
| 		"@types/js-yaml": "4.0.0", | ||||
| 		"@types/jsdom": "16.2.6", | ||||
| 		"@types/jsonld": "1.5.2", | ||||
| 		"@types/katex": "0.11.0", | ||||
| 		"@types/koa": "2.11.6", | ||||
| 		"@types/koa": "2.11.7", | ||||
| 		"@types/koa-bodyparser": "4.3.0", | ||||
| 		"@types/koa-cors": "0.0.0", | ||||
| 		"@types/koa-favicon": "2.0.19", | ||||
|  | @ -74,20 +74,20 @@ | |||
| 		"@types/koa-views": "2.0.4", | ||||
| 		"@types/koa__cors": "3.0.2", | ||||
| 		"@types/koa__multer": "2.0.2", | ||||
| 		"@types/koa__router": "8.0.2", | ||||
| 		"@types/markdown-it": "10.0.3", | ||||
| 		"@types/matter-js": "0.14.8", | ||||
| 		"@types/mocha": "7.0.2", | ||||
| 		"@types/node": "14.14.13", | ||||
| 		"@types/node-fetch": "2.5.7", | ||||
| 		"@types/koa__router": "8.0.4", | ||||
| 		"@types/markdown-it": "12.0.1", | ||||
| 		"@types/matter-js": "0.14.10", | ||||
| 		"@types/mocha": "8.2.0", | ||||
| 		"@types/node": "14.14.25", | ||||
| 		"@types/node-fetch": "2.5.8", | ||||
| 		"@types/nodemailer": "6.4.0", | ||||
| 		"@types/nprogress": "0.2.0", | ||||
| 		"@types/oauth": "0.9.1", | ||||
| 		"@types/parse5": "5.0.3", | ||||
| 		"@types/parse5": "6.0.0", | ||||
| 		"@types/parsimmon": "1.10.6", | ||||
| 		"@types/portscanner": "2.1.0", | ||||
| 		"@types/pug": "2.0.4", | ||||
| 		"@types/qrcode": "1.3.5", | ||||
| 		"@types/qrcode": "1.4.0", | ||||
| 		"@types/random-seed": "0.3.3", | ||||
| 		"@types/ratelimiter": "3.4.1", | ||||
| 		"@types/redis": "2.8.28", | ||||
|  | @ -95,51 +95,51 @@ | |||
| 		"@types/request-stats": "3.0.0", | ||||
| 		"@types/rimraf": "3.0.0", | ||||
| 		"@types/seedrandom": "2.4.28", | ||||
| 		"@types/sharp": "0.26.1", | ||||
| 		"@types/sinonjs__fake-timers": "6.0.1", | ||||
| 		"@types/sharp": "0.27.1", | ||||
| 		"@types/sinonjs__fake-timers": "6.0.2", | ||||
| 		"@types/speakeasy": "2.0.5", | ||||
| 		"@types/throttle-debounce": "2.1.0", | ||||
| 		"@types/tinycolor2": "1.4.2", | ||||
| 		"@types/tmp": "0.2.0", | ||||
| 		"@types/uuid": "8.3.0", | ||||
| 		"@types/web-push": "3.3.0", | ||||
| 		"@types/webpack": "4.41.25", | ||||
| 		"@types/webpack": "4.41.26", | ||||
| 		"@types/webpack-stream": "3.2.11", | ||||
| 		"@types/websocket": "1.0.1", | ||||
| 		"@types/ws": "7.4.0", | ||||
| 		"@typescript-eslint/parser": "4.10.0", | ||||
| 		"@typescript-eslint/parser": "4.14.2", | ||||
| 		"@vue/compiler-sfc": "3.0.5", | ||||
| 		"abort-controller": "3.0.0", | ||||
| 		"apexcharts": "3.23.1", | ||||
| 		"apexcharts": "3.24.0", | ||||
| 		"autobind-decorator": "2.4.0", | ||||
| 		"autosize": "4.0.2", | ||||
| 		"autwh": "0.1.0", | ||||
| 		"aws-sdk": "2.809.0", | ||||
| 		"aws-sdk": "2.839.0", | ||||
| 		"bcryptjs": "2.4.3", | ||||
| 		"blurhash": "1.1.3", | ||||
| 		"bull": "3.20.0", | ||||
| 		"cafy": "15.2.1", | ||||
| 		"cbor": "5.1.0", | ||||
| 		"cbor": "6.0.1", | ||||
| 		"chalk": "4.1.0", | ||||
| 		"chart.js": "2.9.4", | ||||
| 		"cli-highlight": "2.1.9", | ||||
| 		"cli-highlight": "2.1.10", | ||||
| 		"commander": "4.1.1", | ||||
| 		"content-disposition": "0.5.3", | ||||
| 		"core-js": "3.8.1", | ||||
| 		"core-js": "3.8.3", | ||||
| 		"crc-32": "1.2.0", | ||||
| 		"css-loader": "5.0.1", | ||||
| 		"cssnano": "4.1.10", | ||||
| 		"dateformat": "4.3.1", | ||||
| 		"dateformat": "4.5.1", | ||||
| 		"deep-entries": "3.1.0", | ||||
| 		"diskusage": "1.1.3", | ||||
| 		"double-ended-queue": "2.1.0-0", | ||||
| 		"escape-regexp": "0.0.1", | ||||
| 		"eslint": "7.17.0", | ||||
| 		"eslint-plugin-vue": "7.4.1", | ||||
| 		"eslint": "7.19.0", | ||||
| 		"eslint-plugin-vue": "7.5.0", | ||||
| 		"eventemitter3": "4.0.7", | ||||
| 		"feed": "4.2.1", | ||||
| 		"feed": "4.2.2", | ||||
| 		"fibers": "5.0.0", | ||||
| 		"file-type": "16.1.0", | ||||
| 		"file-type": "16.2.0", | ||||
| 		"fluent-ffmpeg": "2.1.2", | ||||
| 		"glob": "7.1.6", | ||||
| 		"got": "11.8.1", | ||||
|  | @ -147,7 +147,6 @@ | |||
| 		"gulp-cssnano": "2.1.3", | ||||
| 		"gulp-rename": "2.0.0", | ||||
| 		"gulp-replace": "1.0.0", | ||||
| 		"gulp-sourcemaps": "2.6.5", | ||||
| 		"gulp-terser": "2.0.1", | ||||
| 		"gulp-tslint": "8.1.4", | ||||
| 		"gulp-typescript": "6.0.0-alpha.1", | ||||
|  | @ -159,11 +158,11 @@ | |||
| 		"insert-text-at-cursor": "0.3.0", | ||||
| 		"is-root": "2.1.0", | ||||
| 		"is-svg": "4.2.1", | ||||
| 		"js-yaml": "3.14.0", | ||||
| 		"js-yaml": "4.0.0", | ||||
| 		"jsdom": "16.4.0", | ||||
| 		"json5": "2.1.3", | ||||
| 		"json5": "2.2.0", | ||||
| 		"json5-loader": "4.0.1", | ||||
| 		"jsonld": "3.2.0", | ||||
| 		"jsonld": "3.3.0", | ||||
| 		"jsrsasign": "8.0.20", | ||||
| 		"katex": "0.12.0", | ||||
| 		"koa": "2.13.1", | ||||
|  | @ -177,9 +176,9 @@ | |||
| 		"koa-views": "6.3.1", | ||||
| 		"langmap": "0.0.16", | ||||
| 		"lookup-dns-cache": "2.1.0", | ||||
| 		"markdown-it": "11.0.1", | ||||
| 		"markdown-it-anchor": "6.0.1", | ||||
| 		"matter-js": "0.14.2", | ||||
| 		"markdown-it": "12.0.4", | ||||
| 		"markdown-it-anchor": "7.0.1", | ||||
| 		"matter-js": "0.16.1", | ||||
| 		"mocha": "8.2.1", | ||||
| 		"moji": "0.5.1", | ||||
| 		"ms": "2.1.3", | ||||
|  | @ -195,7 +194,7 @@ | |||
| 		"pg": "8.5.1", | ||||
| 		"portscanner": "2.2.0", | ||||
| 		"postcss": "8.2.4", | ||||
| 		"postcss-loader": "4.1.0", | ||||
| 		"postcss-loader": "5.0.0", | ||||
| 		"prismjs": "1.23.0", | ||||
| 		"probe-image-size": "6.0.0", | ||||
| 		"promise-limit": "2.7.0", | ||||
|  | @ -218,10 +217,10 @@ | |||
| 		"rimraf": "3.0.2", | ||||
| 		"rndstr": "1.0.0", | ||||
| 		"s-age": "1.1.2", | ||||
| 		"sass": "1.32.4", | ||||
| 		"sass-loader": "10.1.1", | ||||
| 		"sass": "1.32.6", | ||||
| 		"sass-loader": "11.0.0", | ||||
| 		"seedrandom": "3.0.5", | ||||
| 		"sharp": "0.27.0", | ||||
| 		"sharp": "0.27.1", | ||||
| 		"speakeasy": "2.0.0", | ||||
| 		"stringz": "2.1.0", | ||||
| 		"style-loader": "2.0.0", | ||||
|  | @ -234,7 +233,7 @@ | |||
| 		"throttle-debounce": "3.0.1", | ||||
| 		"tinycolor2": "1.4.2", | ||||
| 		"tmp": "0.2.1", | ||||
| 		"ts-loader": "8.0.14", | ||||
| 		"ts-loader": "8.0.15", | ||||
| 		"ts-node": "9.1.1", | ||||
| 		"tslint": "6.1.3", | ||||
| 		"tslint-sonarts": "1.9.0", | ||||
|  | @ -248,22 +247,22 @@ | |||
| 		"vue": "3.0.5", | ||||
| 		"vue-color": "2.8.1", | ||||
| 		"vue-json-pretty": "1.7.1", | ||||
| 		"vue-loader": "16.0.0", | ||||
| 		"vue-loader": "16.1.2", | ||||
| 		"vue-prism-editor": "2.0.0-alpha.2", | ||||
| 		"vue-router": "4.0.1", | ||||
| 		"vue-router": "4.0.3", | ||||
| 		"vue-style-loader": "4.1.2", | ||||
| 		"vuedraggable": "4.0.1", | ||||
| 		"web-push": "3.4.4", | ||||
| 		"webpack": "5.13.0", | ||||
| 		"webpack-cli": "4.3.1", | ||||
| 		"webpack": "5.21.0", | ||||
| 		"webpack-cli": "4.5.0", | ||||
| 		"websocket": "1.0.33", | ||||
| 		"ws": "7.4.2", | ||||
| 		"ws": "7.4.3", | ||||
| 		"xev": "2.0.1" | ||||
| 	}, | ||||
| 	"devDependencies": { | ||||
| 		"@types/chai": "4.2.14", | ||||
| 		"@types/fluent-ffmpeg": "2.1.16", | ||||
| 		"chai": "4.2.0", | ||||
| 		"chai": "4.3.0", | ||||
| 		"cross-env": "7.0.3" | ||||
| 	} | ||||
| } | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ const path = process.env.NODE_ENV === 'test' | |||
| 	: `${dir}/default.yml`; | ||||
| 
 | ||||
| export default function load() { | ||||
| 	const config = yaml.safeLoad(fs.readFileSync(path, 'utf-8')) as Source; | ||||
| 	const config = yaml.load(fs.readFileSync(path, 'utf-8')) as Source; | ||||
| 
 | ||||
| 	const mixin = {} as Mixin; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue