Skip to content

Commit b720b45

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into feat/uepr-238-sanitize-svgs-on-open
2 parents 8ce3a22 + 4e5b7fa commit b720b45

File tree

10 files changed

+171
-170
lines changed

10 files changed

+171
-170
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.1
1+
20.19.2

package-lock.json

Lines changed: 144 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scratch-gui/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.1
1+
20.19.2

packages/scratch-gui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@
106106
"react-virtualized": "9.22.6",
107107
"react-visibility-sensor": "5.1.1",
108108
"redux-throttle": "0.1.1",
109-
"scratch-audio": "2.0.139",
109+
"scratch-audio": "2.0.147",
110110
"scratch-blocks": "1.1.210",
111-
"scratch-l10n": "5.0.231",
112-
"scratch-paint": "3.0.239",
113-
"scratch-render-fonts": "1.0.190",
114-
"scratch-storage": "4.0.130",
111+
"scratch-l10n": "5.0.247",
112+
"scratch-paint": "3.0.260",
113+
"scratch-render-fonts": "1.0.195",
114+
"scratch-storage": "4.0.142",
115115
"startaudiocontext": "1.2.1",
116116
"style-loader": "4.0.0",
117117
"to-style": "1.3.3",
@@ -126,13 +126,13 @@
126126
"redux": "^3.7.2"
127127
},
128128
"devDependencies": {
129-
"@babel/cli": "7.27.1",
129+
"@babel/cli": "7.27.2",
130130
"@babel/core": "7.27.1",
131131
"@babel/eslint-parser": "7.27.1",
132132
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
133133
"@babel/plugin-syntax-dynamic-import": "7.8.3",
134134
"@babel/plugin-transform-async-to-generator": "7.27.1",
135-
"@babel/preset-env": "7.27.1",
135+
"@babel/preset-env": "7.27.2",
136136
"@babel/preset-react": "7.27.1",
137137
"@types/prop-types": "15.7.14",
138138
"@types/react-modal": "3.16.3",
@@ -169,7 +169,7 @@
169169
"ts-loader": "9.5.2",
170170
"url-loader": "4.1.1",
171171
"web-audio-test-api": "0.5.2",
172-
"webpack": "5.99.7",
172+
"webpack": "5.99.8",
173173
"webpack-cli": "5.1.4",
174174
"webpack-dev-server": "5.2.1",
175175
"yauzl": "2.10.0"

packages/scratch-render/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.1
1+
20.19.2

packages/scratch-render/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@babel/core": "7.27.1",
6464
"@babel/eslint-parser": "7.27.1",
6565
"@babel/polyfill": "7.12.1",
66-
"@babel/preset-env": "7.27.1",
66+
"@babel/preset-env": "7.27.2",
6767
"@scratch/scratch-vm": "11.2.0-feature-parity.2",
6868
"babel-loader": "9.2.1",
6969
"copy-webpack-plugin": "6.4.1",
@@ -75,14 +75,14 @@
7575
"jsdoc": "3.6.11",
7676
"json": "9.0.6",
7777
"playwright-chromium": "1.52.0",
78-
"scratch-render-fonts": "1.0.190",
78+
"scratch-render-fonts": "1.0.195",
7979
"scratch-semantic-release-config": "3.0.0",
80-
"scratch-storage": "4.0.130",
80+
"scratch-storage": "4.0.142",
8181
"scratch-webpack-configuration": "3.0.0",
8282
"semantic-release": "19.0.5",
8383
"tap": "16.3.10",
8484
"terser-webpack-plugin": "5.3.14",
85-
"webpack": "5.99.7",
85+
"webpack": "5.99.8",
8686
"webpack-cli": "5.1.4",
8787
"webpack-dev-server": "5.2.1"
8888
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.1
1+
20.19.2

packages/scratch-svg-renderer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@babel/core": "7.27.1",
5353
"@babel/eslint-parser": "7.27.1",
54-
"@babel/preset-env": "7.27.1",
54+
"@babel/preset-env": "7.27.2",
5555
"babel-loader": "9.2.1",
5656
"copy-webpack-plugin": "6.4.1",
5757
"eslint": "8.57.1",
@@ -61,12 +61,12 @@
6161
"json": "9.0.6",
6262
"mkdirp": "2.1.6",
6363
"rimraf": "3.0.2",
64-
"scratch-render-fonts": "1.0.190",
64+
"scratch-render-fonts": "1.0.195",
6565
"scratch-semantic-release-config": "3.0.0",
6666
"scratch-webpack-configuration": "3.0.0",
6767
"semantic-release": "19.0.5",
6868
"tap": "16.3.10",
69-
"webpack": "5.99.7",
69+
"webpack": "5.99.8",
7070
"webpack-cli": "5.1.4",
7171
"webpack-dev-server": "5.2.1",
7272
"xmldom": "0.1.31"

packages/scratch-vm/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.1
1+
20.19.2

packages/scratch-vm/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"immutable": "3.8.2",
6565
"jszip": "3.10.1",
6666
"minilog": "3.1.0",
67-
"scratch-audio": "2.0.139",
67+
"scratch-audio": "2.0.147",
6868
"scratch-parser": "6.0.0",
69-
"scratch-sb1-converter": "2.0.130",
70-
"scratch-storage": "4.0.130",
69+
"scratch-sb1-converter": "2.0.141",
70+
"scratch-storage": "4.0.142",
7171
"scratch-translate-extension-languages": "1.0.7",
7272
"text-encoding": "0.7.0",
7373
"uuid": "8.3.2",
@@ -76,7 +76,7 @@
7676
"devDependencies": {
7777
"@babel/core": "7.27.1",
7878
"@babel/eslint-parser": "7.27.1",
79-
"@babel/preset-env": "7.27.1",
79+
"@babel/preset-env": "7.27.2",
8080
"adm-zip": "0.4.11",
8181
"babel-loader": "9.2.1",
8282
"callsite": "1.0.0",
@@ -93,15 +93,15 @@
9393
"json": "^9.0.4",
9494
"pngjs": "3.4.0",
9595
"scratch-blocks": "1.1.210",
96-
"scratch-l10n": "5.0.231",
97-
"scratch-render-fonts": "1.0.190",
96+
"scratch-l10n": "5.0.247",
97+
"scratch-render-fonts": "1.0.195",
9898
"scratch-semantic-release-config": "3.0.0",
9999
"scratch-webpack-configuration": "3.0.0",
100100
"script-loader": "0.7.2",
101101
"semantic-release": "19.0.5",
102102
"stats.js": "0.17.0",
103103
"tap": "16.3.10",
104-
"webpack": "5.99.7",
104+
"webpack": "5.99.8",
105105
"webpack-cli": "4.10.0",
106106
"webpack-dev-server": "5.2.1"
107107
}

0 commit comments

Comments
 (0)