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

Commit d64d7ec

Browse files
Update all non-major dependencies
1 parent 503df54 commit d64d7ec

File tree

3 files changed

+108
-95
lines changed

3 files changed

+108
-95
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.5.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"pako": "^2.0.3",
104104
"parse5": "^6.0.1",
105105
"png-chunks-extract": "^1.0.0",
106-
"posthog-js": "1.50.3",
106+
"posthog-js": "1.51.2",
107107
"qrcode": "1.5.1",
108108
"re-resizable": "^6.9.0",
109109
"react": "17.0.2",
@@ -175,15 +175,15 @@
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",
182182
"cypress": "^12.0.0",
183183
"cypress-axe": "^1.0.0",
184184
"cypress-multi-reporters": "^1.6.1",
185185
"cypress-real-events": "^1.7.1",
186-
"eslint": "8.35.0",
186+
"eslint": "8.36.0",
187187
"eslint-config-google": "^0.14.0",
188188
"eslint-config-prettier": "^8.5.0",
189189
"eslint-plugin-deprecate": "^0.7.0",

0 commit comments

Comments
 (0)