Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit b234053

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ Update dependency cypress to v3.5.0
1 parent dd768e9 commit b234053

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@nuxt/typescript": "2.8.1",
29-
"cypress": "3.4.1",
29+
"cypress": "3.5.0",
3030
"tslint-config-standard": "8.0.1"
3131
}
3232
}

yarn.lock

+16-4
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,11 @@
12511251
"@types/express-serve-static-core" "*"
12521252
"@types/mime" "*"
12531253

1254+
1255+
version "2.3.2"
1256+
resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.2.tgz#a811b8c18e2babab7d542b3365887ae2e4d9de47"
1257+
integrity sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==
1258+
12541259
"@types/tapable@*":
12551260
version "1.0.4"
12561261
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.4.tgz#b4ffc7dc97b498c969b360a41eee247f82616370"
@@ -2928,13 +2933,14 @@ cyclist@~0.2.2:
29282933
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
29292934
integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=
29302935

2931-
cypress@3.4.1:
2932-
version "3.4.1"
2933-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.4.1.tgz#ca2e4e9864679da686c6a6189603efd409664c30"
2934-
integrity sha512-1HBS7t9XXzkt6QHbwfirWYty8vzxNMawGj1yI+Fu6C3/VZJ8UtUngMW6layqwYZzLTZV8tiDpdCNBypn78V4Dg==
2936+
cypress@3.5.0:
2937+
version "3.5.0"
2938+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.5.0.tgz#e188bc8f48782953f6865d8830a4dc342334b81c"
2939+
integrity sha512-I1iSReD2C8CTP6s4BvQky4gEqHBnKLmhBIqFyCUZdj6BQ6ZDxGnmIbQPM5g79E2iP60KTIbTK99ZPSDVtsNUUg==
29352940
dependencies:
29362941
"@cypress/listr-verbose-renderer" "0.4.1"
29372942
"@cypress/xvfb" "1.2.4"
2943+
"@types/sizzle" "2.3.2"
29382944
arch "2.1.1"
29392945
bluebird "3.5.0"
29402946
cachedir "1.3.0"
@@ -2961,6 +2967,7 @@ [email protected]:
29612967
request-progress "3.0.0"
29622968
supports-color "5.5.0"
29632969
tmp "0.1.0"
2970+
untildify "3.0.3"
29642971
url "0.11.0"
29652972
yauzl "2.10.0"
29662973

@@ -7909,6 +7916,11 @@ unset-value@^1.0.0:
79097916
has-value "^0.3.1"
79107917
isobject "^3.0.0"
79117918

7919+
7920+
version "3.0.3"
7921+
resolved "https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz#1e7b42b140bcfd922b22e70ca1265bfe3634c7c9"
7922+
integrity sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==
7923+
79127924
upath@^1.1.0, upath@^1.1.2:
79137925
version "1.1.2"
79147926
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068"

0 commit comments

Comments
 (0)