Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bbf9f661 authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub
Browse files

Merge pull request #1746 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.0.0

parents 11a1842e 0614a307
Loading
Loading
Loading
Loading
+22 −7
Original line number Diff line number Diff line
@@ -2324,17 +2324,17 @@
      }
    },
    "@nextcloud/router": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-0.1.0.tgz",
      "integrity": "sha512-adHnDQrnSMX/O9hYJfLVj9PnNJBISLchbzltKvI7s/WJhKF6++qFTx3G5eNEeXbI52Yb8lKIyLRrqC4JWyLmvA==",
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.0.tgz",
      "integrity": "sha512-hOi6aYAkqK1YU+Asp7209CWQvB9xkC+rhsYfjnBxTGEXc9HCeMSdFP+d8zbMSeaECO9iIIgllB/AbfifoEEYuw==",
      "requires": {
        "core-js": "3.1.4"
        "core-js": "3.5.0"
      },
      "dependencies": {
        "core-js": {
          "version": "3.1.4",
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
          "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
          "version": "3.5.0",
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
          "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
        }
      }
    },
@@ -2372,6 +2372,21 @@
            "axios": "^0.19.0",
            "core-js": "^3.2.1"
          }
        },
        "@nextcloud/router": {
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-0.1.0.tgz",
          "integrity": "sha512-adHnDQrnSMX/O9hYJfLVj9PnNJBISLchbzltKvI7s/WJhKF6++qFTx3G5eNEeXbI52Yb8lKIyLRrqC4JWyLmvA==",
          "requires": {
            "core-js": "3.1.4"
          },
          "dependencies": {
            "core-js": {
              "version": "3.1.4",
              "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
              "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
            }
          }
        }
      }
    },
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
		"@nextcloud/l10n": "^0.2.1",
		"@nextcloud/logger": "^0.1.0",
		"@nextcloud/moment": "^1.0.0",
		"@nextcloud/router": "^0.1.0",
		"@nextcloud/router": "^1.0.0",
		"@nextcloud/vue": "^1.2.2",
		"calendar-js": "git+https://github.com/georgehrke/calendar-js.git",
		"cdav-library": "github:nextcloud/cdav-library",