Update dependencies

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall 2021-11-16 17:52:54 +13:00
parent c8ef00756d
commit be197f70e9
No known key found for this signature in database
GPG key ID: 94AE1ACB662A2A6D
3 changed files with 3 additions and 6 deletions

BIN
package-lock.json generated

Binary file not shown.

View file

@ -24,12 +24,11 @@
},
"license": "MIT",
"dependencies": {
"@octokit/rest": "^18.10.0",
"@sindresorhus/is": "^4.2.0",
"any-size": "^1.2.0",
"btoa": "^1.2.1",
"cors": "^2.8.5",
"create-html-element": "^3.0.0",
"create-html-element": "^4.0.1",
"ejs": "^3.1.6",
"escape-goat": "^4.0.0",
"express": "^4.17.1",
@ -37,6 +36,7 @@
"gravatar-url": "^4.0.1",
"html-text": "^1.0.1",
"load-json-file": "^7.0.1",
"octokit": "^1.7.0",
"path-exists": "^5.0.0",
"postcss-middleware": "^1.1.4",
"postcss-preset-env": "^6.7.0",
@ -56,9 +56,6 @@
"path-extra": "^4.3.0",
"xo": "^0.44.0"
},
"resolutions": {
"postcss-middleware/vinyl-fs/glob-stream/micromatch/braces": "^3.0.2"
},
"xo": {
"space": 2,
"semicolon": false,

View file

@ -4,7 +4,7 @@ import process from 'node:process'
import toBase64 from 'btoa'
import {readPackage} from 'read-pkg'
import size from 'any-size'
import {Octokit} from '@octokit/rest'
import {Octokit} from 'octokit'
import {pathExists} from 'path-exists'
import {writeJsonFile} from 'write-json-file'
import yn from 'yn'