Skip to content

Commit 0bc49d2

Browse files
chore: update dependencies (#259)
Co-authored-by: stephanebouget <13203455+stephanebouget@users.noreply.github.com>
1 parent a763c5e commit 0bc49d2

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
"@types/jasminewd2": "^2.0.13",
115115
"@typescript-eslint/eslint-plugin": "^8.63.0",
116116
"@typescript-eslint/parser": "^8.63.0",
117-
"cypress": "^15.18.0",
117+
"cypress": "^15.18.1",
118118
"cypress-shadow-dom": "^1.4.1",
119-
"electron": "^42.6.0",
119+
"electron": "^42.6.1",
120120
"electron-builder": "^26.15.6",
121121
"electron-builder-notarize": "^1.5.2",
122122
"electron-debug": "^4.1.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5438,10 +5438,10 @@ cypress-shadow-dom@^1.4.1:
54385438
resolved "https://registry.yarnpkg.com/cypress-shadow-dom/-/cypress-shadow-dom-1.4.1.tgz#51b0d49d2a516571e2c0c7230f7744374771c2e0"
54395439
integrity sha512-q0y6aMMrTB7RgJcj25+ClK9c4O6HvQAb1UxDAKYn1LSyBXdXqr+tCvjFYhpk3dTU+EBXKbPoNrfUZbUH/ijQTQ==
54405440

5441-
cypress@^15.18.0:
5442-
version "15.18.0"
5443-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.18.0.tgz#2d98799596c6a730090375c39c440b36726af7b8"
5444-
integrity sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw==
5441+
cypress@^15.18.1:
5442+
version "15.18.1"
5443+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.18.1.tgz#b4d6e0f124efd18e5694cc1bd6dfd15db9319604"
5444+
integrity sha512-JtkTVtUE2lvLYgZCaug+Uai0H9IqsJirlBO49c87QwG0bJUGvAUVBz1EJve0b0oaYP244Ew9M0BkrHpcqkYxmw==
54455445
dependencies:
54465446
"@cypress/request" "^4.0.0"
54475447
"@cypress/xvfb" "^1.2.4"
@@ -5946,10 +5946,10 @@ electron-updater@^6.8.9:
59465946
semver "~7.7.3"
59475947
tiny-typed-emitter "^2.1.0"
59485948

5949-
electron@^42.6.0:
5950-
version "42.6.0"
5951-
resolved "https://registry.yarnpkg.com/electron/-/electron-42.6.0.tgz#3d2e16ca2c65d2c5960c2ea3687e93e91c0bc42d"
5952-
integrity sha512-axGNgd+yCTg+vi1VEGrQqAj9WVWkePKwbICSAvMiT2eTaxhij9a/xhBHD6rXV8wrlW9ZfJzE5+xg752ImxrmTw==
5949+
electron@^42.6.1:
5950+
version "42.6.1"
5951+
resolved "https://registry.yarnpkg.com/electron/-/electron-42.6.1.tgz#00650f2c47d5e50f580f420c974c75d2179819e7"
5952+
integrity sha512-HR9yiOyl+kZpSAugjOpBNvKpoh1wNpTK4wl6geD9W9Xmo6L6IgEzVB/JKlbEUDdXYeqRaaEhTUSSfyQ/g9iXvQ==
59535953
dependencies:
59545954
"@electron-internal/extract-zip" "^1.0.1"
59555955
"@electron/get" "^5.0.0"

0 commit comments

Comments
 (0)