Skip to content

Commit ca11b41

Browse files
authored
Merge pull request #1564 from oasisprotocol/renovate/test-dependencies
Update dependency cypress to v12.17.3
2 parents 7cb5555 + ddc0d06 commit ca11b41

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"@typescript-eslint/eslint-plugin": "6.2.1",
115115
"@typescript-eslint/parser": "6.2.1",
116116
"babel-plugin-istanbul": "6.1.1",
117-
"cypress": "12.17.2",
117+
"cypress": "12.17.3",
118118
"eslint": "8.46.0",
119119
"eslint-config-prettier": "8.9.0",
120120
"eslint-config-react-app": "7.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3662,10 +3662,10 @@
36623662
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.4.tgz#90771124822d6663814f7c1c9b45a6654d8fd964"
36633663
integrity sha512-TMgXmy0v2xWyuCSCJM6NCna2snndD8yvQF67J29ipdzMcsPa9u+o0tjF5+EQNdhcuZplYuouYqpc4zcd5I6amQ==
36643664

3665-
"@types/node@^14.14.31":
3666-
version "14.18.37"
3667-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.37.tgz#0bfcd173e8e1e328337473a8317e37b3b14fd30d"
3668-
integrity sha512-7GgtHCs/QZrBrDzgIJnQtuSvhFSwhyYSI2uafSwZoNt1iOGhEN5fwNrQMjtONyHm9+/LoA4453jH0CMYcr06Pg==
3665+
"@types/node@^16.18.39":
3666+
version "16.18.39"
3667+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.39.tgz#aa39a1a87a40ef6098ee69689a1acb0c1b034832"
3668+
integrity sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==
36693669

36703670
"@types/normalize-package-data@^2.4.0":
36713671
version "2.4.0"
@@ -5279,14 +5279,14 @@ csstype@^3.0.2:
52795279
resolved "https://registry.npmjs.org/csstype/-/csstype-3.0.7.tgz"
52805280
integrity sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g==
52815281

5282-
cypress@12.17.2:
5283-
version "12.17.2"
5284-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.2.tgz#040ac55de1e811f6e037d231a2869d5ab8c29c85"
5285-
integrity sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg==
5282+
cypress@12.17.3:
5283+
version "12.17.3"
5284+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.3.tgz#1e2b19037236fc60e4a4b3a14f0846be17a1fc0e"
5285+
integrity sha512-/R4+xdIDjUSLYkiQfwJd630S81KIgicmQOLXotFxVXkl+eTeVO+3bHXxdi5KBh/OgC33HWN33kHX+0tQR/ZWpg==
52865286
dependencies:
52875287
"@cypress/request" "^2.88.11"
52885288
"@cypress/xvfb" "^1.2.4"
5289-
"@types/node" "^14.14.31"
5289+
"@types/node" "^16.18.39"
52905290
"@types/sinonjs__fake-timers" "8.1.1"
52915291
"@types/sizzle" "^2.3.2"
52925292
arch "^2.2.0"

0 commit comments

Comments
 (0)