mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Update dependencies
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
c8ef00756d
commit
be197f70e9
3 changed files with 3 additions and 6 deletions
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
|
|
@ -24,12 +24,11 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@octokit/rest": "^18.10.0",
|
|
||||||
"@sindresorhus/is": "^4.2.0",
|
"@sindresorhus/is": "^4.2.0",
|
||||||
"any-size": "^1.2.0",
|
"any-size": "^1.2.0",
|
||||||
"btoa": "^1.2.1",
|
"btoa": "^1.2.1",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"create-html-element": "^3.0.0",
|
"create-html-element": "^4.0.1",
|
||||||
"ejs": "^3.1.6",
|
"ejs": "^3.1.6",
|
||||||
"escape-goat": "^4.0.0",
|
"escape-goat": "^4.0.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
|
|
@ -37,6 +36,7 @@
|
||||||
"gravatar-url": "^4.0.1",
|
"gravatar-url": "^4.0.1",
|
||||||
"html-text": "^1.0.1",
|
"html-text": "^1.0.1",
|
||||||
"load-json-file": "^7.0.1",
|
"load-json-file": "^7.0.1",
|
||||||
|
"octokit": "^1.7.0",
|
||||||
"path-exists": "^5.0.0",
|
"path-exists": "^5.0.0",
|
||||||
"postcss-middleware": "^1.1.4",
|
"postcss-middleware": "^1.1.4",
|
||||||
"postcss-preset-env": "^6.7.0",
|
"postcss-preset-env": "^6.7.0",
|
||||||
|
|
@ -56,9 +56,6 @@
|
||||||
"path-extra": "^4.3.0",
|
"path-extra": "^4.3.0",
|
||||||
"xo": "^0.44.0"
|
"xo": "^0.44.0"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
|
||||||
"postcss-middleware/vinyl-fs/glob-stream/micromatch/braces": "^3.0.2"
|
|
||||||
},
|
|
||||||
"xo": {
|
"xo": {
|
||||||
"space": 2,
|
"space": 2,
|
||||||
"semicolon": false,
|
"semicolon": false,
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import process from 'node:process'
|
||||||
import toBase64 from 'btoa'
|
import toBase64 from 'btoa'
|
||||||
import {readPackage} from 'read-pkg'
|
import {readPackage} from 'read-pkg'
|
||||||
import size from 'any-size'
|
import size from 'any-size'
|
||||||
import {Octokit} from '@octokit/rest'
|
import {Octokit} from 'octokit'
|
||||||
import {pathExists} from 'path-exists'
|
import {pathExists} from 'path-exists'
|
||||||
import {writeJsonFile} from 'write-json-file'
|
import {writeJsonFile} from 'write-json-file'
|
||||||
import yn from 'yn'
|
import yn from 'yn'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue