redo yarn.lock

This commit is contained in:
Erin Shepherd 2022-12-19 02:20:37 +00:00
parent dad4b28db9
commit d817af1d26

View file

@ -1,5 +1,4 @@
{ {
"version": "0.0.0",
"name": "@mastodon/mastodon", "name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"engines": { "engines": {
@ -144,7 +143,8 @@
"workbox-strategies": "^6.5.4", "workbox-strategies": "^6.5.4",
"workbox-webpack-plugin": "^6.5.4", "workbox-webpack-plugin": "^6.5.4",
"workbox-window": "^6.5.4", "workbox-window": "^6.5.4",
"ws": "^8.10.0" "ws": "^8.10.0",
"kind-of": "^6.0.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.19.1", "@babel/eslint-parser": "^7.19.1",
@ -169,6 +169,7 @@
"yargs": "^17.6.2" "yargs": "^17.6.2"
}, },
"resolutions": { "resolutions": {
"kind-of": "^6.0.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"bufferutil": "^4.0.7", "bufferutil": "^4.0.7",