diff --git a/package.json b/package.json index 80bf86b44e..95fde29b04 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-config-standard": "^12.0.0", "eslint-multiplexer": "^1.0.2", "eslint-plugin-import": "^2.14.0", - "eslint-plugin-jest": "^21.27.0", + "eslint-plugin-jest": "^21.27.1", "eslint-plugin-node": "^8.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", @@ -61,7 +61,7 @@ "request": "^2.88.0", "request-promise-native": "^1.0.5", "rimraf": "^2.6.2", - "rollup": "^0.66.6", + "rollup": "^0.67.0", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.2.0", diff --git a/yarn.lock b/yarn.lock index f9ac9a2133..990656fd5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4186,10 +4186,10 @@ eslint-plugin-import@^2.14.0: read-pkg-up "^2.0.0" resolve "^1.6.0" -eslint-plugin-jest@^21.27.0: - version "21.27.0" - resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.27.0.tgz#35ab98d41066efbac481b7a50b7c2877dfede70e" - integrity sha512-ePtyE/zUE+aCfB3fE9wfJWej2UFVDPxEUmKo62xbERRj026MrLUhrMuQHICosFI8/oTzbzi4ypk9qnfYnoIDaA== +eslint-plugin-jest@^21.27.1: + version "21.27.1" + resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.27.1.tgz#b64c2d6a7f0751cecc14580d7f4d9a5520424448" + integrity sha512-K+S4Wa20MoRRXICfnQBqjl2g9+ipJBeDUVrB3Csg4wOrxXMGcNxYuPRaiyA0pqmb/vO2cgaLEzurORfsLrztxg== eslint-plugin-node@^8.0.0: version "8.0.0" @@ -9635,10 +9635,10 @@ rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.1, estree-walker "^0.5.2" micromatch "^2.3.11" -rollup@^0.66.6: - version "0.66.6" - resolved "https://registry.npmjs.org/rollup/-/rollup-0.66.6.tgz#ce7d6185beb7acea644ce220c25e71ae03275482" - integrity sha512-J7/SWanrcb83vfIHqa8+aVVGzy457GcjA6GVZEnD0x2u4OnOd0Q1pCrEoNe8yLwM6z6LZP02zBT2uW0yh5TqOw== +rollup@^0.67.0: + version "0.67.0" + resolved "https://registry.npmjs.org/rollup/-/rollup-0.67.0.tgz#16d4f259c55224dded6408e7666b7731500797a3" + integrity sha512-p34buXxArhwv9ieTdHvdhdo65Cbig68s/Z8llbZuiX5e+3zCqnBF02Ck9IH0tECrmvvrJVMws32Ry84hTnS1Tw== dependencies: "@types/estree" "0.0.39" "@types/node" "*"