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

Commit 99b8c14

Browse files
Update all non-major dependencies
1 parent 5fbc5af commit 99b8c14

File tree

3 files changed

+190
-220
lines changed

3 files changed

+190
-220
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"emojibase-regex": "15.3.2",
9898
"escape-html": "^1.0.3",
9999
"file-saver": "^2.0.5",
100-
"filesize": "10.1.4",
100+
"filesize": "10.1.6",
101101
"github-markdown-css": "^5.5.1",
102102
"glob-to-regexp": "^0.4.1",
103103
"highlight.js": "^11.3.1",
@@ -122,7 +122,7 @@
122122
"opus-recorder": "^8.0.3",
123123
"pako": "^2.0.3",
124124
"png-chunks-extract": "^1.0.0",
125-
"posthog-js": "1.157.2",
125+
"posthog-js": "1.166.1",
126126
"qrcode": "1.5.4",
127127
"re-resizable": "^6.9.0",
128128
"react": "17.0.2",
@@ -133,7 +133,7 @@
133133
"react-transition-group": "^4.4.1",
134134
"rfc4648": "^1.4.0",
135135
"sanitize-filename": "^1.6.3",
136-
"sanitize-html": "2.13.0",
136+
"sanitize-html": "2.13.1",
137137
"tar-js": "^0.3.0",
138138
"temporal-polyfill": "^0.2.5",
139139
"ua-parser-js": "^1.0.2",

playwright/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.46.1-jammy
1+
FROM mcr.microsoft.com/playwright:v1.47.2-jammy
22

33
WORKDIR /work/matrix-react-sdk
44
VOLUME ["/work/element-web/node_modules"]

0 commit comments

Comments
 (0)