Merge pull request #496 from brianlovin/dependabot/npm_and_yarn/cypress/browserify-preprocessor-2.2.1

This commit is contained in:
dependabot-preview[bot] 2020-04-06 13:21:20 +00:00 committed by GitHub
commit eea1f874f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -32,7 +32,7 @@
"@babel/core": "^7.9.0",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/preset-flow": "^7.9.0",
"@cypress/browserify-preprocessor": "^2.1.4",
"@cypress/browserify-preprocessor": "^2.2.1",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-define": "^2.0.0",

View file

@ -1171,10 +1171,10 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"
"@cypress/browserify-preprocessor@^2.1.4":
version "2.1.4"
resolved "https://registry.yarnpkg.com/@cypress/browserify-preprocessor/-/browserify-preprocessor-2.1.4.tgz#31f3e35969b591da0298eb801d6905c64c7151cf"
integrity sha512-149D1E2UzY7kCjnXDofx61MeJ6HQczj5XCAPjRUPpYr/A7T/O4C0IlTLZYV2xxnDD68d71NfT/cT8s0sfi27RQ==
"@cypress/browserify-preprocessor@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@cypress/browserify-preprocessor/-/browserify-preprocessor-2.2.1.tgz#0980c667f774f826a79819f56d50f1b385324080"
integrity sha512-97vJ1ulp6sIBJ00FJHAP8JDrJmBXV1UudNNs5r2LmXl5ESiVrPc/5wv5zfJuW2toOSOHa9IbJpwJj/4RbvRYXg==
dependencies:
"@babel/core" "7.4.5"
"@babel/plugin-proposal-class-properties" "7.3.0"
@ -1192,6 +1192,7 @@
debug "4.1.1"
fs-extra "7.0.1"
lodash.clonedeep "4.5.0"
through2 "^2.0.0"
watchify "3.11.1"
"@cypress/listr-verbose-renderer@0.4.1":