|
1119 | 1119 | babel-loader "^8.0.5"
|
1120 | 1120 | webpack "^4.0.0"
|
1121 | 1121 |
|
1122 |
| -"@vue/cli-plugin-e2e-cypress@^3.4.0": |
1123 |
| - version "3.12.1" |
1124 |
| - resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-3.12.1.tgz#7cc52a11f159fdbcf61ecac244ede54bfd663ac9" |
1125 |
| - integrity sha512-2BYYhXTkT9+rXKv8OfvpuEbX7KYo0Ma4vNTjFG62W+CkjO+R10mYwJvRMaXUFaV6iRrkKQab5oCuNMCnefqVKg== |
| 1122 | +"@vue/cli-plugin-e2e-cypress@^4.5.13": |
| 1123 | + version "4.5.13" |
| 1124 | + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-4.5.13.tgz#c014ba1b4d08e582c26b36890cc65844b12e9dde" |
| 1125 | + integrity sha512-7AyqCgDqgCj93QxkJYJG5YuXW07enHAYCdGZHPBHZKniIiq8VfvA6/ZT6TTU7DRr2/QxoIbXtbGnmNyDF/Urww== |
1126 | 1126 | dependencies:
|
1127 |
| - "@vue/cli-shared-utils" "^3.12.1" |
1128 |
| - cypress "^3.2.0" |
1129 |
| - eslint-plugin-cypress "^2.2.1" |
| 1127 | + "@vue/cli-shared-utils" "^4.5.13" |
| 1128 | + cypress "^3.8.3" |
| 1129 | + eslint-plugin-cypress "^2.10.3" |
1130 | 1130 |
|
1131 | 1131 | "@vue/cli-plugin-eslint@^3.4.0":
|
1132 | 1132 | version "3.12.1"
|
|
1237 | 1237 | semver "^6.0.0"
|
1238 | 1238 | string.prototype.padstart "^3.0.0"
|
1239 | 1239 |
|
| 1240 | +"@vue/cli-shared-utils@^4.5.13": |
| 1241 | + version "4.5.13" |
| 1242 | + resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.13.tgz#acd40f31b4790f1634292bdaa5fca95dc1e0ff50" |
| 1243 | + integrity sha512-HpnOrkLg42RFUsQGMJv26oTG3J3FmKtO2WSRhKIIL+1ok3w9OjGCtA3nMMXN27f9eX14TqO64M36DaiSZ1fSiw== |
| 1244 | + dependencies: |
| 1245 | + "@hapi/joi" "^15.0.1" |
| 1246 | + chalk "^2.4.2" |
| 1247 | + execa "^1.0.0" |
| 1248 | + launch-editor "^2.2.1" |
| 1249 | + lru-cache "^5.1.1" |
| 1250 | + node-ipc "^9.1.1" |
| 1251 | + open "^6.3.0" |
| 1252 | + ora "^3.4.0" |
| 1253 | + read-pkg "^5.1.1" |
| 1254 | + request "^2.88.2" |
| 1255 | + semver "^6.1.0" |
| 1256 | + strip-ansi "^6.0.0" |
| 1257 | + |
1240 | 1258 | "@vue/component-compiler-utils@^3.0.0", "@vue/component-compiler-utils@^3.1.0":
|
1241 | 1259 | version "3.2.0"
|
1242 | 1260 | resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d"
|
@@ -3514,7 +3532,7 @@ cyclist@^1.0.1:
|
3514 | 3532 | resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
3515 | 3533 | integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
|
3516 | 3534 |
|
3517 |
| -cypress@^3.2.0: |
| 3535 | +cypress@^3.8.3: |
3518 | 3536 | version "3.8.3"
|
3519 | 3537 | resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.8.3.tgz#e921f5482f1cbe5814891c878f26e704bbffd8f4"
|
3520 | 3538 | integrity sha512-I9L/d+ilTPPA4vq3NC1OPKmw7jJIpMKNdyfR8t1EXYzYCjyqbc59migOm1YSse/VRbISLJ+QGb5k4Y3bz2lkYw==
|
@@ -4150,10 +4168,10 @@ eslint-module-utils@^2.6.0:
|
4150 | 4168 | debug "^2.6.9"
|
4151 | 4169 | pkg-dir "^2.0.0"
|
4152 | 4170 |
|
4153 |
| -eslint-plugin-cypress@^2.2.1: |
4154 |
| - version "2.11.2" |
4155 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz#a8f3fe7ec840f55e4cea37671f93293e6c3e76a0" |
4156 |
| - integrity sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA== |
| 4171 | +eslint-plugin-cypress@^2.10.3: |
| 4172 | + version "2.11.3" |
| 4173 | + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.3.tgz#54ee4067aa8192aa62810cd35080eb577e191ab7" |
| 4174 | + integrity sha512-hOoAid+XNFtpvOzZSNWP5LDrQBEJwbZwjib4XJ1KcRYKjeVj0mAmPmucG4Egli4j/aruv+Ow/acacoloWWCl9Q== |
4157 | 4175 | dependencies:
|
4158 | 4176 | globals "^11.12.0"
|
4159 | 4177 |
|
@@ -9463,7 +9481,7 @@ read-pkg@^3.0.0:
|
9463 | 9481 | normalize-package-data "^2.3.2"
|
9464 | 9482 | path-type "^3.0.0"
|
9465 | 9483 |
|
9466 |
| -read-pkg@^5.0.0: |
| 9484 | +read-pkg@^5.0.0, read-pkg@^5.1.1: |
9467 | 9485 | version "5.2.0"
|
9468 | 9486 | resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
|
9469 | 9487 | integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
|
|
9704 | 9722 | tunnel-agent "^0.6.0"
|
9705 | 9723 | uuid "^3.3.2"
|
9706 | 9724 |
|
9707 |
| -request@^2.87.0, request@^2.88.0: |
| 9725 | +request@^2.87.0, request@^2.88.0, request@^2.88.2: |
9708 | 9726 | version "2.88.2"
|
9709 | 9727 | resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
9710 | 9728 | integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
|
|
10070 | 10088 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
10071 | 10089 | integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
10072 | 10090 |
|
10073 |
| -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
| 10091 | +semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
10074 | 10092 | version "6.3.0"
|
10075 | 10093 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
10076 | 10094 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
|
0 commit comments