Spaces:
Sleeping
Sleeping
Liam Dyer
commited on
chore: bump playwright (#1161)
Browse files- package-lock.json +8 -8
- package.json +1 -1
package-lock.json
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
"parquetjs": "^0.11.2",
|
37 |
"pino": "^9.0.0",
|
38 |
"pino-pretty": "^11.0.0",
|
39 |
-
"playwright": "^1.
|
40 |
"postcss": "^8.4.31",
|
41 |
"saslprep": "^1.0.3",
|
42 |
"satori": "^0.10.11",
|
@@ -7226,11 +7226,11 @@
|
|
7226 |
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="
|
7227 |
},
|
7228 |
"node_modules/playwright": {
|
7229 |
-
"version": "1.
|
7230 |
-
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.
|
7231 |
-
"integrity": "sha512-
|
7232 |
"dependencies": {
|
7233 |
-
"playwright-core": "1.
|
7234 |
},
|
7235 |
"bin": {
|
7236 |
"playwright": "cli.js"
|
@@ -7267,9 +7267,9 @@
|
|
7267 |
}
|
7268 |
},
|
7269 |
"node_modules/playwright/node_modules/playwright-core": {
|
7270 |
-
"version": "1.
|
7271 |
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.
|
7272 |
-
"integrity": "sha512-
|
7273 |
"bin": {
|
7274 |
"playwright-core": "cli.js"
|
7275 |
},
|
|
|
36 |
"parquetjs": "^0.11.2",
|
37 |
"pino": "^9.0.0",
|
38 |
"pino-pretty": "^11.0.0",
|
39 |
+
"playwright": "^1.44.1",
|
40 |
"postcss": "^8.4.31",
|
41 |
"saslprep": "^1.0.3",
|
42 |
"satori": "^0.10.11",
|
|
|
7226 |
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="
|
7227 |
},
|
7228 |
"node_modules/playwright": {
|
7229 |
+
"version": "1.44.1",
|
7230 |
+
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz",
|
7231 |
+
"integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==",
|
7232 |
"dependencies": {
|
7233 |
+
"playwright-core": "1.44.1"
|
7234 |
},
|
7235 |
"bin": {
|
7236 |
"playwright": "cli.js"
|
|
|
7267 |
}
|
7268 |
},
|
7269 |
"node_modules/playwright/node_modules/playwright-core": {
|
7270 |
+
"version": "1.44.1",
|
7271 |
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz",
|
7272 |
+
"integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==",
|
7273 |
"bin": {
|
7274 |
"playwright-core": "cli.js"
|
7275 |
},
|
package.json
CHANGED
@@ -81,7 +81,7 @@
|
|
81 |
"parquetjs": "^0.11.2",
|
82 |
"pino": "^9.0.0",
|
83 |
"pino-pretty": "^11.0.0",
|
84 |
-
"playwright": "^1.
|
85 |
"postcss": "^8.4.31",
|
86 |
"saslprep": "^1.0.3",
|
87 |
"satori": "^0.10.11",
|
|
|
81 |
"parquetjs": "^0.11.2",
|
82 |
"pino": "^9.0.0",
|
83 |
"pino-pretty": "^11.0.0",
|
84 |
+
"playwright": "^1.44.1",
|
85 |
"postcss": "^8.4.31",
|
86 |
"saslprep": "^1.0.3",
|
87 |
"satori": "^0.10.11",
|