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

Unverified Commit a3821d1b authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub
Browse files
parent ec9e29c0
Loading
Loading
Loading
Loading
+204 −103
Original line number Diff line number Diff line
@@ -5,20 +5,40 @@
  "requires": true,
  "dependencies": {
    "@babel/cli": {
      "version": "7.6.4",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.6.4.tgz",
      "integrity": "sha512-tqrDyvPryBM6xjIyKKUwr3s8CzmmYidwgdswd7Uc/Cv0ogZcuS1TYQTLx/eWKP3UbJ6JxZAiYlBZabXm/rtRsQ==",
      "version": "7.7.7",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.7.tgz",
      "integrity": "sha512-XQw5KyCZyu/M8/0rYiZyuwbgIQNzOrJzs9dDLX+MieSgBwTLvTj4QVbLmxJACAIvQIDT7PtyHN2sC48EOWTgaA==",
      "requires": {
        "chokidar": "^2.1.8",
        "commander": "^2.8.1",
        "commander": "^4.0.1",
        "convert-source-map": "^1.1.0",
        "fs-readdir-recursive": "^1.1.0",
        "glob": "^7.0.0",
        "lodash": "^4.17.13",
        "mkdirp": "^0.5.1",
        "output-file-sync": "^2.0.0",
        "make-dir": "^2.1.0",
        "slash": "^2.0.0",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "commander": {
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/commander/-/commander-4.0.1.tgz",
          "integrity": "sha512-IPF4ouhCP+qdlcmCedhxX4xiGBPyigb8v5NeUp+0LyhwLgxMqyp3S0vl7TAPfS/hiP7FC3caI/PB9lTmP8r1NA=="
        },
        "make-dir": {
          "version": "2.1.0",
          "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
          "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
          "requires": {
            "pify": "^4.0.1",
            "semver": "^5.6.0"
          }
        },
        "pify": {
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
          "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g=="
        }
      }
    },
    "@babel/code-frame": {
@@ -328,30 +348,63 @@
      }
    },
    "@babel/helper-create-class-features-plugin": {
      "version": "7.6.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz",
      "integrity": "sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==",
      "version": "7.7.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.4.tgz",
      "integrity": "sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA==",
      "requires": {
        "@babel/helper-function-name": "^7.1.0",
        "@babel/helper-member-expression-to-functions": "^7.5.5",
        "@babel/helper-optimise-call-expression": "^7.0.0",
        "@babel/helper-function-name": "^7.7.4",
        "@babel/helper-member-expression-to-functions": "^7.7.4",
        "@babel/helper-optimise-call-expression": "^7.7.4",
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-replace-supers": "^7.5.5",
        "@babel/helper-split-export-declaration": "^7.4.4"
        "@babel/helper-replace-supers": "^7.7.4",
        "@babel/helper-split-export-declaration": "^7.7.4"
      },
      "dependencies": {
        "@babel/helper-function-name": {
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz",
          "integrity": "sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==",
          "requires": {
            "@babel/helper-get-function-arity": "^7.7.4",
            "@babel/template": "^7.7.4",
            "@babel/types": "^7.7.4"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz",
          "integrity": "sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==",
          "requires": {
            "@babel/types": "^7.7.4"
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.4.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
          "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz",
          "integrity": "sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==",
          "requires": {
            "@babel/types": "^7.4.4"
            "@babel/types": "^7.7.4"
          }
        },
        "@babel/parser": {
          "version": "7.7.7",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.7.tgz",
          "integrity": "sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw=="
        },
        "@babel/template": {
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.4.tgz",
          "integrity": "sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "@babel/parser": "^7.7.4",
            "@babel/types": "^7.7.4"
          }
        },
        "@babel/types": {
          "version": "7.6.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz",
          "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==",
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.4.tgz",
          "integrity": "sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
@@ -533,6 +586,7 @@
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
      "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
      "dev": true,
      "requires": {
        "@babel/helper-get-function-arity": "^7.0.0",
        "@babel/template": "^7.1.0",
@@ -543,6 +597,7 @@
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
      "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
      "dev": true,
      "requires": {
        "@babel/types": "^7.0.0"
      }
@@ -568,17 +623,17 @@
      }
    },
    "@babel/helper-member-expression-to-functions": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz",
      "integrity": "sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==",
      "version": "7.7.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.4.tgz",
      "integrity": "sha512-9KcA1X2E3OjXl/ykfMMInBK+uVdfIVakVe7W7Lg3wfXUNyS3Q1HWLFRwZIjhqiCGbslummPDnmb7vIekS0C1vw==",
      "requires": {
        "@babel/types": "^7.5.5"
        "@babel/types": "^7.7.4"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.6.1",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.1.tgz",
          "integrity": "sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==",
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.4.tgz",
          "integrity": "sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
@@ -656,11 +711,23 @@
      }
    },
    "@babel/helper-optimise-call-expression": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz",
      "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==",
      "version": "7.7.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz",
      "integrity": "sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg==",
      "requires": {
        "@babel/types": "^7.0.0"
        "@babel/types": "^7.7.4"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.4.tgz",
          "integrity": "sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-plugin-utils": {
@@ -787,14 +854,14 @@
      }
    },
    "@babel/helper-replace-supers": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz",
      "integrity": "sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==",
      "version": "7.7.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.7.4.tgz",
      "integrity": "sha512-pP0tfgg9hsZWo5ZboYGuBn/bbYT/hdLPVSS4NMmiRJdwWhP0IznPwN9AE1JwyGsjSPLC364I0Qh5p+EPkGPNpg==",
      "requires": {
        "@babel/helper-member-expression-to-functions": "^7.5.5",
        "@babel/helper-optimise-call-expression": "^7.0.0",
        "@babel/traverse": "^7.5.5",
        "@babel/types": "^7.5.5"
        "@babel/helper-member-expression-to-functions": "^7.7.4",
        "@babel/helper-optimise-call-expression": "^7.7.4",
        "@babel/traverse": "^7.7.4",
        "@babel/types": "^7.7.4"
      },
      "dependencies": {
        "@babel/code-frame": {
@@ -806,49 +873,77 @@
          }
        },
        "@babel/generator": {
          "version": "7.6.2",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.6.2.tgz",
          "integrity": "sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ==",
          "version": "7.7.7",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.7.tgz",
          "integrity": "sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==",
          "requires": {
            "@babel/types": "^7.6.0",
            "@babel/types": "^7.7.4",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz",
          "integrity": "sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ==",
          "requires": {
            "@babel/helper-get-function-arity": "^7.7.4",
            "@babel/template": "^7.7.4",
            "@babel/types": "^7.7.4"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz",
          "integrity": "sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==",
          "requires": {
            "@babel/types": "^7.7.4"
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.4.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
          "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz",
          "integrity": "sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==",
          "requires": {
            "@babel/types": "^7.4.4"
            "@babel/types": "^7.7.4"
          }
        },
        "@babel/parser": {
          "version": "7.6.2",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.6.2.tgz",
          "integrity": "sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg=="
          "version": "7.7.7",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.7.tgz",
          "integrity": "sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw=="
        },
        "@babel/template": {
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.4.tgz",
          "integrity": "sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "@babel/parser": "^7.7.4",
            "@babel/types": "^7.7.4"
          }
        },
        "@babel/traverse": {
          "version": "7.6.2",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.6.2.tgz",
          "integrity": "sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ==",
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.4.tgz",
          "integrity": "sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==",
          "requires": {
            "@babel/code-frame": "^7.5.5",
            "@babel/generator": "^7.6.2",
            "@babel/helper-function-name": "^7.1.0",
            "@babel/helper-split-export-declaration": "^7.4.4",
            "@babel/parser": "^7.6.2",
            "@babel/types": "^7.6.0",
            "@babel/generator": "^7.7.4",
            "@babel/helper-function-name": "^7.7.4",
            "@babel/helper-split-export-declaration": "^7.7.4",
            "@babel/parser": "^7.7.4",
            "@babel/types": "^7.7.4",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.6.1",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.1.tgz",
          "integrity": "sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==",
          "version": "7.7.4",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.4.tgz",
          "integrity": "sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
@@ -1140,7 +1235,8 @@
    "@babel/parser": {
      "version": "7.1.3",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.1.3.tgz",
      "integrity": "sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w=="
      "integrity": "sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w==",
      "dev": true
    },
    "@babel/plugin-proposal-async-generator-functions": {
      "version": "7.7.4",
@@ -1257,9 +1353,9 @@
      }
    },
    "@babel/plugin-syntax-typescript": {
      "version": "7.3.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz",
      "integrity": "sha512-dGwbSMA1YhVS8+31CnPR7LB4pcbrzcV99wQzby4uAfrkZPYZlQ7ImwdpzLqi6Z6IL02b8IAL379CaMwo0x5Lag==",
      "version": "7.7.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.7.4.tgz",
      "integrity": "sha512-77blgY18Hud4NM1ggTA8xVT/dBENQf17OpiToSa2jSmEY3fWXD2jwrdVlO4kq5yzUTeF15WSQ6b4fByNvJcjpQ==",
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0"
      }
@@ -1844,13 +1940,13 @@
      }
    },
    "@babel/plugin-transform-typescript": {
      "version": "7.6.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.3.tgz",
      "integrity": "sha512-aiWINBrPMSC3xTXRNM/dfmyYuPNKY/aexYqBgh0HBI5Y+WO5oRAqW/oROYeYHrF4Zw12r9rK4fMk/ZlAmqx/FQ==",
      "version": "7.7.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.4.tgz",
      "integrity": "sha512-X8e3tcPEKnwwPVG+vP/vSqEShkwODOEeyQGod82qrIuidwIrfnsGn11qPM1jBLF4MqguTXXYzm58d0dY+/wdpg==",
      "requires": {
        "@babel/helper-create-class-features-plugin": "^7.6.0",
        "@babel/helper-create-class-features-plugin": "^7.7.4",
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-syntax-typescript": "^7.2.0"
        "@babel/plugin-syntax-typescript": "^7.7.4"
      }
    },
    "@babel/plugin-transform-unicode-regex": {
@@ -1957,12 +2053,12 @@
      }
    },
    "@babel/preset-typescript": {
      "version": "7.6.0",
      "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.6.0.tgz",
      "integrity": "sha512-4xKw3tTcCm0qApyT6PqM9qniseCE79xGHiUnNdKGdxNsGUc2X7WwZybqIpnTmoukg3nhPceI5KPNzNqLNeIJww==",
      "version": "7.7.7",
      "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.7.7.tgz",
      "integrity": "sha512-Apg0sCTovsSA+pEaI8efnA44b9x4X/7z4P8vsWMiN8rSUaM4y4+Shl5NMWnMl6njvt96+CEb6jwpXAKYAVCSQA==",
      "requires": {
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/plugin-transform-typescript": "^7.6.0"
        "@babel/plugin-transform-typescript": "^7.7.4"
      }
    },
    "@babel/runtime": {
@@ -1984,6 +2080,7 @@
      "version": "7.1.2",
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz",
      "integrity": "sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==",
      "dev": true,
      "requires": {
        "@babel/code-frame": "^7.0.0",
        "@babel/parser": "^7.1.2",
@@ -2011,6 +2108,7 @@
      "version": "7.1.3",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.1.3.tgz",
      "integrity": "sha512-RpPOVfK+yatXyn8n4PB1NW6k9qjinrXrRR8ugBN8fD6hCy5RXI6PSbVqpOJBO9oSaY7Nom4ohj35feb0UR9hSA==",
      "dev": true,
      "requires": {
        "esutils": "^2.0.2",
        "lodash": "^4.17.10",
@@ -2350,24 +2448,17 @@
      }
    },
    "@nextcloud/axios": {
      "version": "0.5.0",
      "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-0.5.0.tgz",
      "integrity": "sha512-cnf/bgyOpiUty50VMfmtWYNvq0n2G4YJpNldUcY/LJrB5ENyuiv7vJbOl9R40pb6NztWkmDyTK8Ycl1VlzcYrA==",
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.1.0.tgz",
      "integrity": "sha512-J3V8XBJcrRZSiWIBpXF+fGZskNaMkV9cd8+gKh0kSJopm20jtlhiSkgG6CleOgJk99Aw+lAMuGS45PobTxyxeA==",
      "requires": {
        "@babel/cli": "^7.6.2",
        "@babel/core": "^7.6.2",
        "@babel/preset-env": "^7.6.2",
        "@babel/preset-typescript": "^7.6.0",
        "@babel/cli": "^7.7.5",
        "@babel/core": "^7.7.5",
        "@babel/preset-env": "^7.7.6",
        "@babel/preset-typescript": "^7.7.4",
        "@nextcloud/auth": "^0.3.1",
        "axios": "^0.19.0",
        "core-js": "^3.2.1"
      },
      "dependencies": {
        "core-js": {
          "version": "3.3.4",
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.4.tgz",
          "integrity": "sha512-BtibooaAmSOptGLRccsuX/dqgPtXwNgqcvYA6kOTTMzonRxZ+pJS4e+6mvVutESfXMeTnK8m3M+aBu3bkJbR+w=="
        }
        "core-js": "^3.5.0"
      }
    },
    "@nextcloud/event-bus": {
@@ -2491,6 +2582,22 @@
        "vue-multiselect": "^2.1.3",
        "vue-visible": "^1.0.2",
        "vue2-datepicker": "^2.10.0"
      },
      "dependencies": {
        "@nextcloud/axios": {
          "version": "0.5.0",
          "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-0.5.0.tgz",
          "integrity": "sha512-cnf/bgyOpiUty50VMfmtWYNvq0n2G4YJpNldUcY/LJrB5ENyuiv7vJbOl9R40pb6NztWkmDyTK8Ycl1VlzcYrA==",
          "requires": {
            "@babel/cli": "^7.6.2",
            "@babel/core": "^7.6.2",
            "@babel/preset-env": "^7.6.2",
            "@babel/preset-typescript": "^7.6.0",
            "@nextcloud/auth": "^0.3.1",
            "axios": "^0.19.0",
            "core-js": "^3.2.1"
          }
        }
      }
    },
    "@nodelib/fs.stat": {
@@ -6139,7 +6246,8 @@
    "commander": {
      "version": "2.20.0",
      "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz",
      "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ=="
      "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==",
      "dev": true
    },
    "common-tags": {
      "version": "1.8.0",
@@ -9442,7 +9550,8 @@
    "is-plain-obj": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
      "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4="
      "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
      "dev": true
    },
    "is-plain-object": {
      "version": "2.0.4",
@@ -11612,7 +11721,8 @@
    "minimist": {
      "version": "0.0.8",
      "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
      "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
      "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
      "dev": true
    },
    "minimist-options": {
      "version": "3.0.2",
@@ -11709,6 +11819,7 @@
      "version": "0.5.1",
      "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
      "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
      "dev": true,
      "requires": {
        "minimist": "0.0.8"
      }
@@ -12346,16 +12457,6 @@
        "os-tmpdir": "^1.0.0"
      }
    },
    "output-file-sync": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-2.0.1.tgz",
      "integrity": "sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ==",
      "requires": {
        "graceful-fs": "^4.1.11",
        "is-plain-obj": "^1.1.0",
        "mkdirp": "^0.5.1"
      }
    },
    "p-defer": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz",
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
		"@fullcalendar/timegrid": "^4.3.0",
		"@fullcalendar/vue": "^4.3.1",
		"@nextcloud/auth": "^0.3.1",
		"@nextcloud/axios": "^0.5.0",
		"@nextcloud/axios": "^1.1.0",
		"@nextcloud/l10n": "^0.2.1",
		"@nextcloud/logger": "^0.1.0",
		"@nextcloud/moment": "^0.2.2",