Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 50f4dee

Browse files
Update all non-major dependencies
1 parent 78c8c3f commit 50f4dee

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.github/workflows/cypress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
path: webapp
123123

124124
- name: Run Cypress tests
125-
uses: cypress-io/github-action@v5.1.0
125+
uses: cypress-io/github-action@v5.2.0
126126
with:
127127
# The built-in Electron runner seems to grind to a halt trying
128128
# to run the tests, so use chrome.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"@typescript-eslint/eslint-plugin": "^5.35.1",
176176
"@typescript-eslint/parser": "^5.6.0",
177177
"allchange": "^1.1.0",
178-
"axe-core": "4.4.3",
178+
"axe-core": "4.6.3",
179179
"babel-jest": "^29.0.0",
180180
"blob-polyfill": "^7.0.0",
181181
"chokidar": "^3.5.1",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2868,12 +2868,7 @@ aws4@^1.8.0:
28682868
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
28692869
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
28702870

2871-
2872-
version "4.4.3"
2873-
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.3.tgz#11c74d23d5013c0fa5d183796729bc3482bd2f6f"
2874-
integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==
2875-
2876-
axe-core@^4.6.2:
2871+
[email protected], axe-core@^4.6.2:
28772872
version "4.6.3"
28782873
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.6.3.tgz#fc0db6fdb65cc7a80ccf85286d91d64ababa3ece"
28792874
integrity sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==
@@ -8435,9 +8430,9 @@ [email protected]:
84358430
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
84368431

84378432
ua-parser-js@^1.0.2:
8438-
version "1.0.33"
8439-
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.33.tgz#f21f01233e90e7ed0f059ceab46eb190ff17f8f4"
8440-
integrity sha512-RqshF7TPTE0XLYAqmjlu5cLLuGdKrNu9O1KLA/qp39QtbZwuzwv1dT46DZSopoUMsYgXpB3Cv8a03FI8b74oFQ==
8433+
version "1.0.34"
8434+
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.34.tgz#b33f41c415325839f354005d25a2f588be296976"
8435+
integrity sha512-K9mwJm/DaB6mRLZfw6q8IMXipcrmuT6yfhYmwhAkuh+81sChuYstYA+znlgaflUPaYUa3odxKPKGw6Vw/lANew==
84418436

84428437
unbox-primitive@^1.0.2:
84438438
version "1.0.2"

0 commit comments

Comments
 (0)