]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update playwright to 1.38.0
authorshamoon <4887959+shamoon@users.noreply.github.com>
Thu, 14 Sep 2023 06:48:26 +0000 (23:48 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Thu, 14 Sep 2023 06:48:26 +0000 (23:48 -0700)
src-ui/package-lock.json
src-ui/package.json

index 6c066e3c9c5c4ecf74a6ecc7e4ad1118bdac95a7..c219b5fd73afc4a632c8e1a14dc709eea4b77e5e 100644 (file)
@@ -28,6 +28,7 @@
         "ngx-cookie-service": "^16.0.1",
         "ngx-file-drop": "^16.0.0",
         "ngx-ui-tour-ng-bootstrap": "^13.0.3",
+        "playwright": "^1.38.0",
         "rxjs": "^7.8.1",
         "tslib": "^2.6.2",
         "uuid": "^9.0.0",
         "node": ">=8"
       }
     },
+    "node_modules/playwright": {
+      "version": "1.38.0",
+      "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.38.0.tgz",
+      "integrity": "sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==",
+      "dependencies": {
+        "playwright-core": "1.38.0"
+      },
+      "bin": {
+        "playwright": "cli.js"
+      },
+      "engines": {
+        "node": ">=16"
+      },
+      "optionalDependencies": {
+        "fsevents": "2.3.2"
+      }
+    },
     "node_modules/playwright-core": {
       "version": "1.37.0",
       "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.0.tgz",
         "node": ">=16"
       }
     },
+    "node_modules/playwright/node_modules/playwright-core": {
+      "version": "1.38.0",
+      "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.38.0.tgz",
+      "integrity": "sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g==",
+      "bin": {
+        "playwright-core": "cli.js"
+      },
+      "engines": {
+        "node": ">=16"
+      }
+    },
     "node_modules/postcss": {
       "version": "8.4.27",
       "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz",
index 202ad6f1293ceeaa600dc0994f8b173104af7820..6fa0b6e6c8c8791f9d5ff3cf9ff89e32ed0e4930 100644 (file)
@@ -30,6 +30,7 @@
     "ngx-cookie-service": "^16.0.1",
     "ngx-file-drop": "^16.0.0",
     "ngx-ui-tour-ng-bootstrap": "^13.0.3",
+    "playwright": "^1.38.0",
     "rxjs": "^7.8.1",
     "tslib": "^2.6.2",
     "uuid": "^9.0.0",