scratch-gui 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-gui",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Graphical User Interface for creating and running Scratch 3.0 projects",
5
5
  "author": "Massachusetts Institute of Technology",
6
6
  "license": "BSD-3-Clause",
@@ -46,7 +46,7 @@
46
46
  "cat-blocks": "npm:scratch-blocks@0.1.0-prerelease.20220318143026",
47
47
  "classnames": "^2.2.6",
48
48
  "computed-style-to-inline-style": "^3.0.0",
49
- "cookie": "^0.5.0",
49
+ "cookie": "^0.6.0",
50
50
  "copy-webpack-plugin": "^6.4.1",
51
51
  "core-js": "^2.5.7",
52
52
  "css-loader": "^3.6.0",
@@ -110,12 +110,12 @@
110
110
  },
111
111
  "devDependencies": {
112
112
  "@babel/cli": "7.24.1",
113
- "@babel/core": "7.24.3",
113
+ "@babel/core": "7.24.4",
114
114
  "@babel/eslint-parser": "7.24.1",
115
115
  "@babel/plugin-proposal-object-rest-spread": "7.20.7",
116
116
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
117
117
  "@babel/plugin-transform-async-to-generator": "7.24.1",
118
- "@babel/preset-env": "7.24.3",
118
+ "@babel/preset-env": "7.24.4",
119
119
  "@babel/preset-react": "7.24.1",
120
120
  "@commitlint/cli": "17.8.1",
121
121
  "@commitlint/config-conventional": "17.8.1",
@@ -146,9 +146,9 @@
146
146
  "stream-browserify": "3.0.0",
147
147
  "url-loader": "4.1.1",
148
148
  "web-audio-test-api": "0.5.2",
149
- "webpack": "5.90.3",
149
+ "webpack": "5.91.0",
150
150
  "webpack-cli": "5.1.4",
151
- "webpack-dev-server": "5.0.2",
151
+ "webpack-dev-server": "5.0.4",
152
152
  "yauzl": "2.10.0"
153
153
  },
154
154
  "jest": {