Skip to content

Commit 3da157c

Browse files
authored
Merge pull request #160 from chantouchsek/dependabot/npm_and_yarn/vue/cli-plugin-e2e-cypress-4.5.19
chore(deps-dev): bump @vue/cli-plugin-e2e-cypress from 3.12.1 to 4.5.19
2 parents 9c4faf9 + 6589a44 commit 3da157c

File tree

2 files changed

+51
-17
lines changed

2 files changed

+51
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@vue/cli-plugin-babel": "^3.4.0",
46-
"@vue/cli-plugin-e2e-cypress": "^3.4.0",
46+
"@vue/cli-plugin-e2e-cypress": "^4.5.19",
4747
"@vue/cli-plugin-eslint": "^3.4.0",
4848
"@vue/cli-plugin-unit-jest": "^3.4.0",
4949
"@vue/cli-service": "^3.4.0",

yarn.lock

Lines changed: 50 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
# yarn lockfile v1
33

44

5+
"@achrinza/node-ipc@9.2.2":
6+
version "9.2.2"
7+
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec"
8+
integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==
9+
dependencies:
10+
"@node-ipc/js-queue" "2.0.3"
11+
event-pubsub "4.3.0"
12+
js-message "1.0.7"
13+
514
"@ampproject/remapping@^2.1.0":
615
version "2.1.2"
716
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
@@ -1147,6 +1156,13 @@
11471156
call-me-maybe "^1.0.1"
11481157
glob-to-regexp "^0.3.0"
11491158

1159+
"@node-ipc/js-queue@2.0.3":
1160+
version "2.0.3"
1161+
resolved "https://registry.yarnpkg.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz#ac7fe33d766fa53e233ef8fedaf3443a01c5a4cd"
1162+
integrity sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==
1163+
dependencies:
1164+
easy-stack "1.0.1"
1165+
11501166
"@nodelib/fs.stat@^1.1.2":
11511167
version "1.1.3"
11521168
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
@@ -1406,14 +1422,14 @@
14061422
babel-loader "^8.0.5"
14071423
webpack "^4.0.0"
14081424

1409-
"@vue/cli-plugin-e2e-cypress@^3.4.0":
1410-
version "3.12.1"
1411-
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-3.12.1.tgz#7cc52a11f159fdbcf61ecac244ede54bfd663ac9"
1412-
integrity sha512-2BYYhXTkT9+rXKv8OfvpuEbX7KYo0Ma4vNTjFG62W+CkjO+R10mYwJvRMaXUFaV6iRrkKQab5oCuNMCnefqVKg==
1425+
"@vue/cli-plugin-e2e-cypress@^4.5.19":
1426+
version "4.5.19"
1427+
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-4.5.19.tgz#ca7a276cd5b47ab7ad5ecf13f10d86136761643b"
1428+
integrity sha512-BThooL7vvtelmy9oCILIX8pHCSzvN++FPaZKFDdtHp8tk9XKGSgX5CeGPZe4lQaHEQnSYwK9+7X95DyUR1PjDA==
14131429
dependencies:
1414-
"@vue/cli-shared-utils" "^3.12.1"
1415-
cypress "^3.2.0"
1416-
eslint-plugin-cypress "^2.2.1"
1430+
"@vue/cli-shared-utils" "^4.5.19"
1431+
cypress "^3.8.3"
1432+
eslint-plugin-cypress "^2.10.3"
14171433

14181434
"@vue/cli-plugin-eslint@^3.4.0":
14191435
version "3.12.1"
@@ -1524,6 +1540,24 @@
15241540
semver "^6.0.0"
15251541
string.prototype.padstart "^3.0.0"
15261542

1543+
"@vue/cli-shared-utils@^4.5.19":
1544+
version "4.5.19"
1545+
resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.19.tgz#cc389b1de1b05073804c0fe9b4b083b928ef6130"
1546+
integrity sha512-JYpdsrC/d9elerKxbEUtmSSU6QRM60rirVubOewECHkBHj+tLNznWq/EhCjswywtePyLaMUK25eTqnTSZlEE+g==
1547+
dependencies:
1548+
"@achrinza/node-ipc" "9.2.2"
1549+
"@hapi/joi" "^15.0.1"
1550+
chalk "^2.4.2"
1551+
execa "^1.0.0"
1552+
launch-editor "^2.2.1"
1553+
lru-cache "^5.1.1"
1554+
open "^6.3.0"
1555+
ora "^3.4.0"
1556+
read-pkg "^5.1.1"
1557+
request "^2.88.2"
1558+
semver "^6.1.0"
1559+
strip-ansi "^6.0.0"
1560+
15271561
"@vue/component-compiler-utils@^3.0.0", "@vue/component-compiler-utils@^3.1.0":
15281562
version "3.2.0"
15291563
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d"
@@ -3851,7 +3885,7 @@ cyclist@^1.0.1:
38513885
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
38523886
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
38533887

3854-
cypress@^3.2.0:
3888+
cypress@^3.8.3:
38553889
version "3.8.3"
38563890
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.8.3.tgz#e921f5482f1cbe5814891c878f26e704bbffd8f4"
38573891
integrity sha512-I9L/d+ilTPPA4vq3NC1OPKmw7jJIpMKNdyfR8t1EXYzYCjyqbc59migOm1YSse/VRbISLJ+QGb5k4Y3bz2lkYw==
@@ -4259,7 +4293,7 @@ duplexify@^3.4.2, duplexify@^3.6.0:
42594293
readable-stream "^2.0.0"
42604294
stream-shift "^1.0.0"
42614295

4262-
easy-stack@^1.0.1:
4296+
easy-stack@1.0.1, easy-stack@^1.0.1:
42634297
version "1.0.1"
42644298
resolved "https://registry.yarnpkg.com/easy-stack/-/easy-stack-1.0.1.tgz#8afe4264626988cabb11f3c704ccd0c835411066"
42654299
integrity sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==
@@ -4499,10 +4533,10 @@ eslint-module-utils@^2.6.0:
44994533
debug "^2.6.9"
45004534
pkg-dir "^2.0.0"
45014535

4502-
eslint-plugin-cypress@^2.2.1:
4503-
version "2.11.2"
4504-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz#a8f3fe7ec840f55e4cea37671f93293e6c3e76a0"
4505-
integrity sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA==
4536+
eslint-plugin-cypress@^2.10.3:
4537+
version "2.12.1"
4538+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz#9aeee700708ca8c058e00cdafe215199918c2632"
4539+
integrity sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==
45064540
dependencies:
45074541
globals "^11.12.0"
45084542

@@ -9768,7 +9802,7 @@ read-pkg@^2.0.0:
97689802
normalize-package-data "^2.3.2"
97699803
path-type "^2.0.0"
97709804

9771-
read-pkg@^5.0.0:
9805+
read-pkg@^5.0.0, read-pkg@^5.1.1:
97729806
version "5.2.0"
97739807
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
97749808
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
@@ -10009,7 +10043,7 @@ request@2.88.0:
1000910043
tunnel-agent "^0.6.0"
1001010044
uuid "^3.3.2"
1001110045

10012-
request@^2.87.0, request@^2.88.0:
10046+
request@^2.87.0, request@^2.88.0, request@^2.88.2:
1001310047
version "2.88.2"
1001410048
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
1001510049
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
@@ -10365,7 +10399,7 @@ semver@7.0.0:
1036510399
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
1036610400
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
1036710401

10368-
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
10402+
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
1036910403
version "6.3.0"
1037010404
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1037110405
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

0 commit comments

Comments
 (0)