diff --git a/package.json b/package.json index 3441f475..a3f1c47f 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ }, "license": "MIT", "dependencies": { - "@octokit/rest": "^16.27.3", + "@octokit/rest": "^16.28.2", "btoa": "^1.2.1", "compression": "^1.7.4", "dayjs": "^1.8.14", - "ejs": "^2.6.1", + "ejs": "^2.6.2", "express": "^4.17.1", "express-minify": "^1.0.0", "git-pull": "^0.1.0", @@ -34,22 +34,26 @@ "postcss-middleware": "^1.1.4", "postcss-preset-env": "^6.6.0", "tmp": "^0.1.0", - "typescript": "^3.5.1" + "typescript": "^3.5.2" }, "devDependencies": { "@types/btoa": "^1.2.3", "@types/compression": "^0.0.36", "@types/css": "^0.0.31", "@types/ejs": "^2.6.3", - "@types/express": "^4.16.1", + "@types/express": "^4.17.0", "@types/express-minify": "^0.1.34", "@types/md5": "^2.1.33", - "@types/node": "^12.0.4", + "@types/node": "^12.0.8", "@types/tmp": "^0.1.0", - "@typescript-eslint/eslint-plugin": "^1.9.0", + "@typescript-eslint/eslint-plugin": "^1.10.2", + "@typescript-eslint/parser": "^1.10.2", "css": "^2.2.4", "eslint": "^5.16.0", "eslint-config-google": "^0.13.0", - "ts-node-dev": "^1.0.0-pre.39" + "ts-node-dev": "^1.0.0-pre.40" + }, + "resolutions": { + "postcss-middleware/vinyl-fs/glob-stream/micromatch/braces": "^2.3.1" } } diff --git a/yarn.lock b/yarn.lock index 10498797..7cc2dd8a 100644 Binary files a/yarn.lock and b/yarn.lock differ