Skip to content

Commit 87ec66b

Browse files
Merge pull request #183 from jesperancinha/dependabot/npm_and_yarn/e2e/cypress-13.15.1
Bump cypress from 13.15.0 to 13.15.1 in /e2e
2 parents 4afbb77 + c1538ac commit 87ec66b

File tree

3 files changed

+33
-12
lines changed

3 files changed

+33
-12
lines changed

e2e/package-lock.json

+22-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "João Esperancinha",
1010
"license": "ISC",
1111
"dependencies": {
12-
"cypress": "^13.15.0"
12+
"cypress": "^13.15.1"
1313
}
1414
}

e2e/yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,10 @@ cross-spawn@^7.0.0:
291291
shebang-command "^2.0.0"
292292
which "^2.0.1"
293293

294-
cypress@^13.15.0:
295-
version "13.15.0"
296-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.15.0.tgz#5eca5387ef34b2e611cfa291967c69c2cd39381d"
297-
integrity sha512-53aO7PwOfi604qzOkCSzNlWquCynLlKE/rmmpSPcziRH6LNfaDUAklQT6WJIsD8ywxlIy+uVZsnTMCCQVd2kTw==
294+
cypress@^13.15.1:
295+
version "13.15.1"
296+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.15.1.tgz#d85074e07cc576eb30068617d529719ef6093b69"
297+
integrity sha512-DwUFiKXo4lef9kA0M4iEhixFqoqp2hw8igr0lTqafRb9qtU3X0XGxKbkSYsUFdkrAkphc7MPDxoNPhk5pj9PVg==
298298
dependencies:
299299
"@cypress/request" "^3.0.4"
300300
"@cypress/xvfb" "^1.2.4"
@@ -336,6 +336,7 @@ cypress@^13.15.0:
336336
semver "^7.5.3"
337337
supports-color "^8.1.1"
338338
tmp "~0.2.3"
339+
tree-kill "1.2.2"
339340
untildify "^4.0.0"
340341
yauzl "^2.10.0"
341342

@@ -1077,6 +1078,11 @@ tough-cookie@^4.1.3:
10771078
universalify "^0.2.0"
10781079
url-parse "^1.5.3"
10791080

1081+
1082+
version "1.2.2"
1083+
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
1084+
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
1085+
10801086
tslib@^2.1.0:
10811087
version "2.4.1"
10821088
resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz"

0 commit comments

Comments
 (0)