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

Commit ebaca85

Browse files
Update all non-major dependencies
1 parent 700af09 commit ebaca85

File tree

4 files changed

+153
-137
lines changed

4 files changed

+153
-137
lines changed

.github/workflows/cypress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
path: webapp
126126

127127
- name: Run Cypress tests
128-
uses: cypress-io/github-action@v5.5.0
128+
uses: cypress-io/github-action@v5.6.1
129129
with:
130130
# The built-in Electron runner seems to grind to a halt trying
131131
# to run the tests, so use chrome.

.github/workflows/static_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Detecting files changed
6868
id: files
69-
uses: futuratrepadeira/changed-files@96d5fd702a6479d573287ef07381ad59acc390ed # v4.0.0
69+
uses: futuratrepadeira/changed-files@0239328a3a6268aad16af7c3e4efc78e32d6c0f0 # v4.0.1
7070
with:
7171
repo-token: ${{ secrets.GITHUB_TOKEN }}
7272
pattern: '^.*\.tsx?$'

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"emojibase-regex": "6.0.1",
8080
"escape-html": "^1.0.3",
8181
"file-saver": "^2.0.5",
82-
"filesize": "10.0.6",
82+
"filesize": "10.0.7",
8383
"focus-visible": "^5.2.0",
8484
"gfm.css": "^1.1.2",
8585
"glob-to-regexp": "^0.4.1",
@@ -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.51.2",
106+
"posthog-js": "1.51.5",
107107
"qrcode": "1.5.1",
108108
"re-resizable": "^6.9.0",
109109
"react": "17.0.2",
@@ -176,15 +176,15 @@
176176
"@typescript-eslint/eslint-plugin": "^5.35.1",
177177
"@typescript-eslint/parser": "^5.6.0",
178178
"allchange": "^1.1.0",
179-
"axe-core": "4.4.3",
179+
"axe-core": "4.6.3",
180180
"babel-jest": "^29.0.0",
181181
"blob-polyfill": "^7.0.0",
182182
"chokidar": "^3.5.1",
183183
"cypress": "^12.0.0",
184184
"cypress-axe": "^1.0.0",
185185
"cypress-multi-reporters": "^1.6.1",
186186
"cypress-real-events": "^1.7.1",
187-
"eslint": "8.36.0",
187+
"eslint": "8.37.0",
188188
"eslint-config-google": "^0.14.0",
189189
"eslint-config-prettier": "^8.5.0",
190190
"eslint-plugin-deprecate": "^0.7.0",
@@ -207,7 +207,7 @@
207207
"mocha-junit-reporter": "^2.2.0",
208208
"node-fetch": "2",
209209
"postcss-scss": "^4.0.4",
210-
"prettier": "2.8.4",
210+
"prettier": "2.8.7",
211211
"raw-loader": "^4.0.2",
212212
"rimraf": "^4.0.0",
213213
"stylelint": "^15.0.0",

0 commit comments

Comments
 (0)