]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump cypress from 12.9.0 to 12.11.0 in /src-ui 3268/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 May 2023 21:34:33 +0000 (21:34 +0000)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 21:34:33 +0000 (21:34 +0000)
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.9.0 to 12.11.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.9.0...v12.11.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
src-ui/package-lock.json
src-ui/package.json

index 454e3e2d9252eabe543c5c79889426275a056213..acdda387b981a7940d2d62cfea4e6807c026ce2e 100644 (file)
@@ -21,6 +21,7 @@
         "@ngneat/dirty-check-forms": "^3.0.3",
         "@popperjs/core": "^2.11.7",
         "bootstrap": "^5.2.3",
+        "cypress": "^12.11.0",
         "file-saver": "^2.0.5",
         "mime-names": "^1.0.0",
         "ng2-pdf-viewer": "^9.1.5",
@@ -58,7 +59,7 @@
       },
       "optionalDependencies": {
         "@cypress/schematic": "^2.1.1",
-        "cypress": "^12.9.0"
+        "cypress": "^12.11.0"
       }
     },
     "node_modules/@ampproject/remapping": {
       }
     },
     "node_modules/commander": {
-      "version": "5.1.0",
-      "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
-      "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
+      "version": "6.2.1",
+      "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
+      "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
       "optional": true,
       "engines": {
         "node": ">= 6"
       "dev": true
     },
     "node_modules/cypress": {
-      "version": "12.9.0",
-      "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.9.0.tgz",
-      "integrity": "sha512-Ofe09LbHKgSqX89Iy1xen2WvpgbvNxDzsWx3mgU1mfILouELeXYGwIib3ItCwoRrRifoQwcBFmY54Vs0zw7QCg==",
+      "version": "12.11.0",
+      "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.11.0.tgz",
+      "integrity": "sha512-TJE+CCWI26Hwr5Msb9GpQhFLubdYooW0fmlPwTsfiyxmngqc7+SZGLPeIkj2dTSSZSEtpQVzOzvcnzH0o8G7Vw==",
       "hasInstallScript": true,
       "optional": true,
       "dependencies": {
         "check-more-types": "^2.24.0",
         "cli-cursor": "^3.1.0",
         "cli-table3": "~0.6.1",
-        "commander": "^5.1.0",
+        "commander": "^6.2.1",
         "common-tags": "^1.8.0",
         "dayjs": "^1.10.4",
         "debug": "^4.3.4",
         "listr2": "^3.8.3",
         "lodash": "^4.17.21",
         "log-symbols": "^4.0.0",
-        "minimist": "^1.2.6",
+        "minimist": "^1.2.8",
         "ospath": "^1.2.2",
         "pretty-bytes": "^5.6.0",
         "proxy-from-env": "1.0.0",
       }
     },
     "node_modules/minimist": {
-      "version": "1.2.7",
-      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz",
-      "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==",
+      "version": "1.2.8",
+      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
+      "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
       "devOptional": true,
       "funding": {
         "url": "https://github.com/sponsors/ljharb"
index 2279d9b4560f86ac618271a10dd3ffa2d3a96f9a..ea32e0e96714ebafb4b9ff452f7ec7fad9abc9ac 100644 (file)
@@ -63,6 +63,6 @@
   },
   "optionalDependencies": {
     "@cypress/schematic": "^2.1.1",
-    "cypress": "^12.9.0"
+    "cypress": "^12.11.0"
   }
 }