Skip to content

Commit 4f4cbce

Browse files
chore(deps): update dependency cypress to v12
1 parent bf2b5e3 commit 4f4cbce

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"css-loader": "^6.7.1",
19-
"cypress": "^10.2.0",
19+
"cypress": "^12.0.0",
2020
"eslint": "^8.34.0",
2121
"eslint-plugin-react": "^7.32.2",
2222
"start-server-and-test": "^2.0.0",

js/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -907,10 +907,10 @@ csstype@^3.0.2:
907907
resolved "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz"
908908
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==
909909

910-
cypress@^10.2.0:
911-
version "10.2.0"
912-
resolved "https://registry.npmjs.org/cypress/-/cypress-10.2.0.tgz"
913-
integrity sha512-+i9lY5ENlfi2mJwsggzR+XASOIgMd7S/Gd3/13NCpv596n3YSplMAueBTIxNLcxDpTcIksp+9pM3UaDrJDpFqA==
910+
cypress@^12.0.0:
911+
version "12.7.0"
912+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.7.0.tgz#69900f82af76cf3ba0ddb9b59ec3b0d38222ab22"
913+
integrity sha512-7rq+nmhzz0u6yabCFyPtADU2OOrYt6pvUau9qV7xyifJ/hnsaw/vkr0tnLlcuuQKUAOC1v1M1e4Z0zG7S0IAvA==
914914
dependencies:
915915
"@cypress/request" "^2.88.10"
916916
"@cypress/xvfb" "^1.2.4"
@@ -929,9 +929,9 @@ cypress@^10.2.0:
929929
commander "^5.1.0"
930930
common-tags "^1.8.0"
931931
dayjs "^1.10.4"
932-
debug "^4.3.2"
932+
debug "^4.3.4"
933933
enquirer "^2.3.6"
934-
eventemitter2 "^6.4.3"
934+
eventemitter2 "6.4.7"
935935
execa "4.1.0"
936936
executable "^4.1.1"
937937
extract-zip "2.0.1"
@@ -967,7 +967,7 @@ dayjs@^1.10.4:
967967
resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.3.tgz"
968968
integrity sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A==
969969

970-
[email protected], debug@^4.1.1, debug@^4.3.2:
970+
[email protected], debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
971971
version "4.3.4"
972972
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
973973
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1330,10 +1330,10 @@ event-stream@=3.3.4:
13301330
stream-combiner "~0.0.4"
13311331
through "~2.3.1"
13321332

1333-
eventemitter2@^6.4.3:
1334-
version "6.4.5"
1335-
resolved "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.5.tgz"
1336-
integrity sha512-bXE7Dyc1i6oQElDG0jMRZJrRAn9QR2xyyFGmBdZleNmyQX0FqGYmhZIrIrpPfm/w//LTo4tVQGOGQcGCb5q9uw==
1333+
1334+
version "6.4.7"
1335+
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
1336+
integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
13371337

13381338
events@^3.2.0:
13391339
version "3.3.0"

0 commit comments

Comments
 (0)