Update dependencies

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2020-08-08 00:07:39 +12:00
parent f6f2d65044
commit 28e0194337
No known key found for this signature in database
GPG key ID: 94AE1ACB662A2A6D
3 changed files with 10 additions and 10 deletions

View file

@ -24,18 +24,18 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@octokit/rest": "^17.1.0", "@octokit/rest": "^18.0.3",
"@sindresorhus/is": "^2.1.0", "@sindresorhus/is": "^3.1.0",
"any-size": "^1.0.1", "any-size": "^1.0.1",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"ejs": "^3.0.1", "ejs": "^3.1.3",
"escape-goat": "^3.0.0", "escape-goat": "^3.0.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-minify": "^1.0.0", "express-minify": "^1.0.0",
"fs-extra": "^8.1.0", "fs-extra": "^9.0.1",
"html-text": "^1.0.1", "html-text": "^1.0.1",
"md5": "^2.2.1", "md5": "^2.3.0",
"postcss-middleware": "^1.1.4", "postcss-middleware": "^1.1.4",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "^6.7.0",
"serve-favicon": "^2.5.0", "serve-favicon": "^2.5.0",
@ -43,13 +43,13 @@
"yn": "^4.0.0" "yn": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"css": "^2.2.4", "css": "^3.0.0",
"file-ext": "^1.0.0", "file-ext": "^1.0.0",
"has-flag": "^4.0.0", "has-flag": "^4.0.0",
"husky": "^4.2.3", "husky": "^4.2.5",
"nodemon": "^2.0.2", "nodemon": "^2.0.4",
"path-extra": "^4.3.0", "path-extra": "^4.3.0",
"standard": "^14.3.3" "standard": "^14.3.4"
}, },
"resolutions": { "resolutions": {
"postcss-middleware/vinyl-fs/glob-stream/micromatch/braces": "^3.0.2" "postcss-middleware/vinyl-fs/glob-stream/micromatch/braces": "^3.0.2"

View file

@ -90,7 +90,7 @@ module.exports = async (req, res) => {
try { try {
const fileContent = JSON.stringify(userData, 0, 2) const fileContent = JSON.stringify(userData, 0, 2)
await github.repos.createOrUpdateFile({ await github.repos.createOrUpdateFileContents({
owner: 'remy', owner: 'remy',
repo: 'mit-license', repo: 'mit-license',
path: `users/${id}.json`, path: `users/${id}.json`,

BIN
yarn.lock

Binary file not shown.