From 874108e043c93b92d97a61b0f71cc119c635871b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 13:11:53 +0000 Subject: [PATCH] Bump @cypress/browserify-preprocessor from 3.0.0 to 3.0.1 Bumps [@cypress/browserify-preprocessor](https://github.com/cypress-io/cypress-browserify-preprocessor) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/cypress-io/cypress-browserify-preprocessor/releases) - [Commits](https://github.com/cypress-io/cypress-browserify-preprocessor/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 115bace..bdb1509 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.10.4", "@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 6369775..1dbd351 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1705,10 +1705,10 @@ lodash "^4.17.13" 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"