Skip to content

Commit a51418a

Browse files
bump cypress version (#1432)
1 parent e34d112 commit a51418a

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"connect-history-api-fallback": "1.6.0",
9797
"cors": "2.8.5",
9898
"cross-env": "7.0.3",
99-
"cypress": "^13.0.0",
99+
"cypress": "^13.5.1",
100100
"dotenv": "16.0.0",
101101
"eslint": "^8.44.0",
102102
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5143,10 +5143,12 @@
51435143
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
51445144
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
51455145

5146-
"@types/node@^16.18.39":
5147-
version "16.18.46"
5148-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.46.tgz#9f2102d0ba74a318fcbe170cbff5463f119eab59"
5149-
integrity sha512-Mnq3O9Xz52exs3mlxMcQuA7/9VFe/dXcrgAyfjLkABIqxXKOgBRjyazTxUbjsxDa4BP7hhPliyjVTP9RDP14xg==
5146+
"@types/node@^18.17.5":
5147+
version "18.18.9"
5148+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592"
5149+
integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==
5150+
dependencies:
5151+
undici-types "~5.26.4"
51505152

51515153
"@types/parse-json@^4.0.0":
51525154
version "4.0.0"
@@ -7140,14 +7142,14 @@ csstype@^3.0.2, csstype@^3.1.1:
71407142
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b"
71417143
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
71427144

7143-
cypress@^13.0.0:
7144-
version "13.0.0"
7145-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.0.0.tgz#8fe8f13dbb46f76ad30fa2d47be1c3489de625d2"
7146-
integrity sha512-nWHU5dUxP2Wm/zrMd8SWTTl706aJex/l+H4vi/tbu2SWUr17BUcd/sIYeqyxeoSPW1JFV2pT1pf4JEImH/POMg==
7145+
cypress@^13.5.1:
7146+
version "13.5.1"
7147+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.5.1.tgz#8b19bf0b9f31ea43f78980b2479bd3f25197d5cc"
7148+
integrity sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug==
71477149
dependencies:
71487150
"@cypress/request" "^3.0.0"
71497151
"@cypress/xvfb" "^1.2.4"
7150-
"@types/node" "^16.18.39"
7152+
"@types/node" "^18.17.5"
71517153
"@types/sinonjs__fake-timers" "8.1.1"
71527154
"@types/sizzle" "^2.3.2"
71537155
arch "^2.2.0"
@@ -13904,6 +13906,11 @@ undefsafe@^2.0.5:
1390413906
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
1390513907
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
1390613908

13909+
undici-types@~5.26.4:
13910+
version "5.26.5"
13911+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
13912+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
13913+
1390713914
unfetch@^4.2.0:
1390813915
version "4.2.0"
1390913916
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"

0 commit comments

Comments
 (0)