Skip to content

Commit 4744a0a

Browse files
Bump protractor from 5.4.2 to 7.0.0
Bumps [protractor](https://github.com/angular/protractor) from 5.4.2 to 7.0.0. - [Release notes](https://github.com/angular/protractor/releases) - [Changelog](https://github.com/angular/protractor/blob/7.0.0/CHANGELOG.md) - [Commits](angular/protractor@5.4.2...7.0.0) --- updated-dependencies: - dependency-name: protractor dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 388a81d commit 4744a0a

File tree

2 files changed

+91
-25
lines changed

2 files changed

+91
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"node-libs-browser": "^1.0.0",
143143
"node-sass": "^4.13.1",
144144
"phantomjs-prebuilt": "^2.1.11",
145-
"protractor": "^5.4.1",
145+
"protractor": "^7.0.0",
146146
"protractor-html-reporter-2": "1.0.4",
147147
"raw-loader": "^0.5.1",
148148
"sass-loader": "^4.0.0",

yarn.lock

Lines changed: 90 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ [email protected]:
212212
version "0.4.4"
213213
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.4.tgz#a61ed5ae6905c3aea58b3a657d25033091052736"
214214

215-
[email protected], adm-zip@^0.4.7:
215+
216216
version "0.4.7"
217217
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.7.tgz#8606c2cbf1c426ce8c8ec00174447fd49b6eafc1"
218218

219-
adm-zip@^0.4.9:
219+
adm-zip@^0.4.7, adm-zip@^0.4.9:
220220
version "0.4.13"
221221
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.13.tgz#597e2f8cc3672151e1307d3e95cddbc75672314a"
222222
integrity sha512-fERNJX8sOXfel6qCBCMPvZLzENBEhZTzKqg6vrOW5pvoEaQuJhRU4ndTAh6lHOxn1I6jnz2NHra56ZODM751uw==
@@ -1558,6 +1558,15 @@ cliui@^5.0.0:
15581558
strip-ansi "^5.2.0"
15591559
wrap-ansi "^5.1.0"
15601560

1561+
cliui@^6.0.0:
1562+
version "6.0.0"
1563+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
1564+
integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
1565+
dependencies:
1566+
string-width "^4.2.0"
1567+
strip-ansi "^6.0.0"
1568+
wrap-ansi "^6.2.0"
1569+
15611570
cliui@^7.0.2:
15621571
version "7.0.4"
15631572
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
@@ -3493,6 +3502,14 @@ find-up@^3.0.0:
34933502
dependencies:
34943503
locate-path "^3.0.0"
34953504

3505+
find-up@^4.1.0:
3506+
version "4.1.0"
3507+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
3508+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
3509+
dependencies:
3510+
locate-path "^5.0.0"
3511+
path-exists "^4.0.0"
3512+
34963513
findup-sync@^0.4.2:
34973514
version "0.4.3"
34983515
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-0.4.3.tgz#40043929e7bc60adf0b7f4827c4c6e75a0deca12"
@@ -3898,18 +3915,7 @@ glob@^6.0.1:
38983915
once "^1.3.0"
38993916
path-is-absolute "^1.0.0"
39003917

3901-
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@~7.1.1:
3902-
version "7.1.2"
3903-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
3904-
dependencies:
3905-
fs.realpath "^1.0.0"
3906-
inflight "^1.0.4"
3907-
inherits "2"
3908-
minimatch "^3.0.4"
3909-
once "^1.3.0"
3910-
path-is-absolute "^1.0.0"
3911-
3912-
glob@^7.0.6, glob@^7.1.2, glob@^7.1.3:
3918+
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1:
39133919
version "7.1.6"
39143920
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
39153921
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -5590,6 +5596,13 @@ locate-path@^3.0.0:
55905596
p-locate "^3.0.0"
55915597
path-exists "^3.0.0"
55925598

5599+
locate-path@^5.0.0:
5600+
version "5.0.0"
5601+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
5602+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
5603+
dependencies:
5604+
p-locate "^4.1.0"
5605+
55935606
lodash._arraypool@~2.4.1:
55945607
version "2.4.1"
55955608
resolved "https://registry.yarnpkg.com/lodash._arraypool/-/lodash._arraypool-2.4.1.tgz#e88eecb92e2bb84c9065612fd958a0719cd47f94"
@@ -7094,13 +7107,27 @@ p-limit@^2.0.0:
70947107
dependencies:
70957108
p-try "^2.0.0"
70967109

7110+
p-limit@^2.2.0:
7111+
version "2.3.0"
7112+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
7113+
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
7114+
dependencies:
7115+
p-try "^2.0.0"
7116+
70977117
p-locate@^3.0.0:
70987118
version "3.0.0"
70997119
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
71007120
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
71017121
dependencies:
71027122
p-limit "^2.0.0"
71037123

7124+
p-locate@^4.1.0:
7125+
version "4.1.0"
7126+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
7127+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
7128+
dependencies:
7129+
p-limit "^2.2.0"
7130+
71047131
p-map@^1.1.1:
71057132
version "1.2.0"
71067133
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
@@ -7278,6 +7305,11 @@ path-exists@^3.0.0:
72787305
version "3.0.0"
72797306
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
72807307

7308+
path-exists@^4.0.0:
7309+
version "4.0.0"
7310+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
7311+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
7312+
72817313
path-is-absolute@^1.0.0:
72827314
version "1.0.1"
72837315
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -7848,10 +7880,10 @@ [email protected]:
78487880
source-map-support "~0.4.0"
78497881
webdriver-manager "^10.3.0"
78507882

7851-
protractor@^5.4.1:
7852-
version "5.4.2"
7853-
resolved "https://registry.yarnpkg.com/protractor/-/protractor-5.4.2.tgz#329efe37f48b2141ab9467799be2d4d12eb48c13"
7854-
integrity sha512-zlIj64Cr6IOWP7RwxVeD8O4UskLYPoyIcg0HboWJL9T79F1F0VWtKkGTr/9GN6BKL+/Q/GmM7C9kFVCfDbP5sA==
7883+
protractor@^7.0.0:
7884+
version "7.0.0"
7885+
resolved "https://registry.yarnpkg.com/protractor/-/protractor-7.0.0.tgz#c3e263608bd72e2c2dc802b11a772711a4792d03"
7886+
integrity sha512-UqkFjivi4GcvUQYzqGYNe0mLzfn5jiLmO8w9nMhQoJRLhy2grJonpga2IWhI6yJO30LibWXJJtA4MOIZD2GgZw==
78557887
dependencies:
78567888
"@types/q" "^0.0.32"
78577889
"@types/selenium-webdriver" "^3.0.0"
@@ -7861,13 +7893,13 @@ protractor@^5.4.1:
78617893
glob "^7.0.3"
78627894
jasmine "2.8.0"
78637895
jasminewd2 "^2.1.0"
7864-
optimist "~0.6.0"
78657896
q "1.4.1"
78667897
saucelabs "^1.5.0"
78677898
selenium-webdriver "3.6.0"
78687899
source-map-support "~0.4.0"
78697900
webdriver-js-extender "2.1.0"
7870-
webdriver-manager "^12.0.6"
7901+
webdriver-manager "^12.1.7"
7902+
yargs "^15.3.1"
78717903

78727904
proxy-addr@^2.0.7, proxy-addr@~2.0.5:
78737905
version "2.0.7"
@@ -10485,10 +10517,10 @@ webdriver-manager@^10.3.0:
1048510517
rimraf "^2.5.2"
1048610518
semver "^5.3.0"
1048710519

10488-
webdriver-manager@^12.0.6:
10489-
version "12.1.7"
10490-
resolved "https://registry.yarnpkg.com/webdriver-manager/-/webdriver-manager-12.1.7.tgz#ed4eaee8f906b33c146e869b55e850553a1b1162"
10491-
integrity sha512-XINj6b8CYuUYC93SG3xPkxlyUc3IJbD6Vvo75CVGuG9uzsefDzWQrhz0Lq8vbPxtb4d63CZdYophF8k8Or/YiA==
10520+
webdriver-manager@^12.1.7:
10521+
version "12.1.8"
10522+
resolved "https://registry.yarnpkg.com/webdriver-manager/-/webdriver-manager-12.1.8.tgz#5e70e73eaaf53a0767d5745270addafbc5905fd4"
10523+
integrity sha512-qJR36SXG2VwKugPcdwhaqcLQOD7r8P2Xiv9sfNbfZrKBnX243iAkOueX1yAmeNgIKhJ3YAT/F2gq6IiEZzahsg==
1049210524
dependencies:
1049310525
adm-zip "^0.4.9"
1049410526
chalk "^1.1.1"
@@ -10702,6 +10734,15 @@ wrap-ansi@^5.1.0:
1070210734
string-width "^3.0.0"
1070310735
strip-ansi "^5.0.0"
1070410736

10737+
wrap-ansi@^6.2.0:
10738+
version "6.2.0"
10739+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
10740+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
10741+
dependencies:
10742+
ansi-styles "^4.0.0"
10743+
string-width "^4.1.0"
10744+
strip-ansi "^6.0.0"
10745+
1070510746
wrap-ansi@^7.0.0:
1070610747
version "7.0.0"
1070710748
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
@@ -10912,6 +10953,14 @@ yargs-parser@^13.1.2:
1091210953
camelcase "^5.0.0"
1091310954
decamelize "^1.2.0"
1091410955

10956+
yargs-parser@^18.1.2:
10957+
version "18.1.3"
10958+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
10959+
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
10960+
dependencies:
10961+
camelcase "^5.0.0"
10962+
decamelize "^1.2.0"
10963+
1091510964
yargs-parser@^20.2.2:
1091610965
version "20.2.7"
1091710966
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a"
@@ -10957,6 +11006,23 @@ yargs@^13.3.2:
1095711006
y18n "^4.0.0"
1095811007
yargs-parser "^13.1.2"
1095911008

11009+
yargs@^15.3.1:
11010+
version "15.4.1"
11011+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
11012+
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
11013+
dependencies:
11014+
cliui "^6.0.0"
11015+
decamelize "^1.2.0"
11016+
find-up "^4.1.0"
11017+
get-caller-file "^2.0.1"
11018+
require-directory "^2.1.1"
11019+
require-main-filename "^2.0.0"
11020+
set-blocking "^2.0.0"
11021+
string-width "^4.2.0"
11022+
which-module "^2.0.0"
11023+
y18n "^4.0.0"
11024+
yargs-parser "^18.1.2"
11025+
1096011026
yargs@^16.1.0:
1096111027
version "16.2.0"
1096211028
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"

0 commit comments

Comments
 (0)