diff --git a/package-lock.json b/package-lock.json index fdbf860..31612d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -549,9 +549,9 @@ } }, "@types/node": { - "version": "10.12.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.15.tgz", - "integrity": "sha512-9kROxduaN98QghwwHmxXO2Xz3MaWf+I1sLVAA6KJDF5xix+IyXVhds0MAfdNwtcpSrzhaTsNB0/jnL86fgUhqA==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.0.tgz", + "integrity": "sha512-Jrb/x3HT4PTJp6a4avhmJCDEVrPdqLfl3e8GGMbpkGGdwAV5UGlIs4vVEfsHHfylZVOKZWpOqmqFH8CbfOZ6kg==", "dev": true }, "@types/rimraf": { @@ -4111,12 +4111,12 @@ "dev": true }, "jest-progress-tracker": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/jest-progress-tracker/-/jest-progress-tracker-2.0.1.tgz", - "integrity": "sha512-C37BwLKrq8ABLXVLqWbelipm5yLNkhdpG5dRZHSeb+sEQNDIk3vKgFYl64sc3j8wK615jupW1jAza5oMtZt2ZQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jest-progress-tracker/-/jest-progress-tracker-2.0.2.tgz", + "integrity": "sha512-AMeP4Zg6N/2Kht93hDPiTh1sWGc3UZtBIiEOZSqg2XZrFKjARbsV+BTWTCff4cQ4OnGa8ddVCviF1iwJxKU7ow==", "dev": true, "requires": { - "test-progress-tracker": "^2.0.2" + "test-progress-tracker": "^2.0.4" } }, "jest-regex-util": { @@ -4603,12 +4603,6 @@ "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", "dev": true }, - "lodash.merge": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz", - "integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==", - "dev": true - }, "lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", @@ -6222,15 +6216,15 @@ } }, "test-progress-tracker": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/test-progress-tracker/-/test-progress-tracker-2.0.3.tgz", - "integrity": "sha512-/nHhXr8OuigvNqQ/hfoE1+Xhlmow6o4iiAotrBRfqjwe0X0VODroG1AsKrAL/YPp2IjER5CZl/RIqLf31lghQw==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/test-progress-tracker/-/test-progress-tracker-2.0.4.tgz", + "integrity": "sha512-laYAHYeVc9/QWLeetc6tesaQlQqUrxqCNRxrU05NVjJ56ynSBd/4+B9hJG7QEfCnbIDuSlrqBMT/0Axm8t/m6A==", "dev": true, "requires": { - "chokidar": "^2.0.4", - "global-store": "^0.7.3", + "chokidar": "^2.1.3", + "global-store": "^0.8.1", "mkdirp": "^0.5.1", - "unpartial": "^0.4.1", + "unpartial": "^0.6.1", "util.promisify": "^1.0.0" }, "dependencies": { @@ -6889,12 +6883,6 @@ } } }, - "global-store": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/global-store/-/global-store-0.7.3.tgz", - "integrity": "sha512-gbIeTHUwFZykgL2m72V4oy1gz3UIQ9bMCK4CSlhBhikjE10XUM8sRWO2gn0HzfyKX1M05uQmzIq9PZxo6bOcOg==", - "dev": true - }, "is-binary-path": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", @@ -6948,15 +6936,6 @@ "is-number": "^3.0.0", "repeat-string": "^1.6.1" } - }, - "unpartial": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/unpartial/-/unpartial-0.4.1.tgz", - "integrity": "sha512-0FeUzDmi7b1s5h/inbOFIBOcnTMP549lAjOxsJtAFbUaFYwoOhINL1Z9s4lO36qFXB5JsYF7Np+FtRomcZpU0Q==", - "dev": true, - "requires": { - "lodash.merge": "^4.6.0" - } } } }, @@ -7302,9 +7281,9 @@ } }, "unpartial": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/unpartial/-/unpartial-0.6.1.tgz", - "integrity": "sha512-xIiLmrE6nqV7E/iUN+Xw9umSxilUc7wMJorxVDPZ3ZWcRTGFe8Vlb7zrUeHunPO2F9Pw1yG+CkpbSUVx7gGiGA==" + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/unpartial/-/unpartial-0.6.3.tgz", + "integrity": "sha512-U4pMxDxAyV7n5Hp6q9OMjCHLkTU6JwTxzignyXv60u44HlhUmaT+u18AAKM87+EtPkdkOlsSRmzJL4OoHROxbw==" }, "unset-value": { "version": "1.0.0", diff --git a/package.json b/package.json index ab8e499..c2e292f 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ "watch": "jest --watch" }, "dependencies": { - "chokidar": "^2.1.3", + "chokidar": "^2.1.5", "global-store": "^0.8.1", "mkdirp": "^0.5.1", - "unpartial": "^0.6.1", + "unpartial": "^0.6.3", "util.promisify": "^1.0.0" }, "devDependencies": { @@ -40,7 +40,7 @@ "@types/jest": "^24.0.12", "@types/lz-string": "^1.3.33", "@types/mkdirp": "^0.5.2", - "@types/node": "^10.12.15", + "@types/node": "^12.0.0", "@types/rimraf": "^2.0.2", "assertron": "^7.0.2", "delay": "^4.2.0", @@ -49,7 +49,7 @@ "eslint-plugin-harmony": "^1.0.4", "jest": "^24.8.0", "jest-audio-reporter": "^2.2.1", - "jest-progress-tracker": "^2.0.1", + "jest-progress-tracker": "^2.0.2", "jest-watch-repeat": "^1.0.4", "jest-watch-suspend": "^1.1.2", "jest-watch-toggle-config": "^1.0.2",