diff --git a/package-lock.json b/package-lock.json index 5b0c849336..96f4fa180e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7971,9 +7971,9 @@ "dev": true }, "electron": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-16.0.1.tgz", - "integrity": "sha512-6TSDBcoKGgmKL/+W+LyaXidRVeRl1V4I81ZOWcqsVksdTMfM4AlxTgfaoYdK/nUhqBrUtuPDcqOyJE6Bc4qMpw==", + "version": "16.0.6", + "resolved": "https://registry.npmjs.org/electron/-/electron-16.0.6.tgz", + "integrity": "sha512-Xs9dYLYhcJf3wXn8m2gDqFTb1L862KEhMxOx9swfFBHj6NoUPPtUgw/RyPQ0tXN1XPxG9vnBkoI0BdcKwrLKuQ==", "dev": true, "requires": { "@electron/get": "^1.13.0", @@ -7982,9 +7982,9 @@ }, "dependencies": { "@types/node": { - "version": "14.17.34", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.34.tgz", - "integrity": "sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==", + "version": "14.18.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.9.tgz", + "integrity": "sha512-j11XSuRuAlft6vLDEX4RvhqC0KxNxx6QIyMXNb0vHHSNPXTPeiy3algESWmOOIzEtiEL0qiowPU3ewW9hHVa7Q==", "dev": true } } @@ -15280,9 +15280,9 @@ "dev": true }, "quasar": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/quasar/-/quasar-2.1.2.tgz", - "integrity": "sha512-7ld4xwIjsTzKYRqFiyiKaAhB/VfOWw/+086SrIoCW8/S5PMINPrSET1LGBqoNMEtL75ISNjJx5n7h3H1VmrfuQ==" + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/quasar/-/quasar-2.3.4.tgz", + "integrity": "sha512-VgqjuzlRqZU2t4gKDHQHc/gt9nKXi9y1VRM7xYO6VOuJcm48wgOzyBdTwl1vVseghWeEIEHRM9M+R629WWF9MQ==" }, "query-string": { "version": "4.3.4", diff --git a/package.json b/package.json index 43c734eb48..cc1aa643d7 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "electron-store": "8.0.0", "encoding-japanese": "1.0.30", "immer": "9.0.2", - "lodash.debounce": "^4.0.8", + "lodash.debounce": "4.0.8", "markdown-it": "12.0.4", - "quasar": "2.1.2", + "quasar": "2.3.4", "source-map-support": "0.5.19", "systeminformation": "5.8.0", "tree-kill": "1.2.2", @@ -74,7 +74,7 @@ "@vue/test-utils": "2.0.0-rc.6", "chai": "4.3.4", "chai-as-promised": "7.1.1", - "electron": "^16.0.1", + "electron": "16.0.6", "electron-devtools-installer": "3.2.0", "eslint": "6.8.0", "eslint-plugin-prettier": "3.4.0",