diff --git a/package.json b/package.json index c3ed362..648b447 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.10.5", "@babel/plugin-transform-flow-strip-types": "^7.9.0", "@babel/preset-flow": "^7.10.4", - "@cypress/browserify-preprocessor": "^3.0.0", + "@cypress/browserify-preprocessor": "^3.0.1", "babel-eslint": "^10.1.0", "babel-plugin-styled-components": "^1.10.7", "babel-plugin-transform-define": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 636cfa9..bedbc3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1704,10 +1704,10 @@ lodash "^4.17.19" to-fast-properties "^2.0.0" -"@cypress/browserify-preprocessor@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@cypress/browserify-preprocessor/-/browserify-preprocessor-3.0.0.tgz#2d1fa6a96ed7130a1b172c540448a5955cbc1264" - integrity sha512-8CXLCKlXVUnad5TjwVswq4nwwWVyt5Z+HMgrFaD2yF7A62AA6OYDrShTQnG6M6+hr1cq1X4zYbo7VT4oxex5hA== +"@cypress/browserify-preprocessor@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@cypress/browserify-preprocessor/-/browserify-preprocessor-3.0.1.tgz#ab86335b0c061d11f5ad7df03f06b1877b836f71" + integrity sha512-sErmFSEr5287bLMRl0POGnyFtJCs/lSk5yxrUIJUIHZ8eDvtTEr0V93xRgLjJVG54gJU4MbpHy1mRPA9VZbtQA== dependencies: "@babel/core" "7.4.5" "@babel/plugin-proposal-class-properties" "7.3.0"