redo yarn.lock
This commit is contained in:
parent
dad4b28db9
commit
d817af1d26
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"version": "0.0.0",
|
||||
"name": "@mastodon/mastodon",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"engines": {
|
||||
|
@ -144,7 +143,8 @@
|
|||
"workbox-strategies": "^6.5.4",
|
||||
"workbox-webpack-plugin": "^6.5.4",
|
||||
"workbox-window": "^6.5.4",
|
||||
"ws": "^8.10.0"
|
||||
"ws": "^8.10.0",
|
||||
"kind-of": "^6.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
|
@ -169,6 +169,7 @@
|
|||
"yargs": "^17.6.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"kind-of": "^6.0.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.0.7",
|
||||
|
|
Loading…
Reference in a new issue