chore: normalize package lock

This commit is contained in:
Pavel Feldman 2021-12-01 18:18:55 -08:00
parent b9731a904e
commit 092f234e9b

8
package-lock.json generated
View File

@ -9042,6 +9042,7 @@
"expect": "=27.2.5",
"jest-matcher-utils": "=27.2.5",
"jpeg-js": "^0.4.2",
"mime": "^2.4.6",
"minimatch": "^3.0.3",
"ms": "^2.1.2",
"open": "^8.3.0",
@ -9051,7 +9052,8 @@
"pngjs": "^5.0.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.4.18",
"stack-utils": "^2.0.3"
"stack-utils": "^2.0.3",
"yazl": "^2.5.1"
},
"bin": {
"playwright": "cli.js"
@ -9853,6 +9855,7 @@
"expect": "=27.2.5",
"jest-matcher-utils": "=27.2.5",
"jpeg-js": "^0.4.2",
"mime": "^2.4.6",
"minimatch": "^3.0.3",
"ms": "^2.1.2",
"open": "^8.3.0",
@ -9862,7 +9865,8 @@
"pngjs": "^5.0.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.4.18",
"stack-utils": "^2.0.3"
"stack-utils": "^2.0.3",
"yazl": "^2.5.1"
},
"dependencies": {
"commander": {