@jspsych/config 3.3.3 → 3.3.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @jspsych/config
2
2
 
3
+ ## 3.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3696](https://github.com/jspsych/jsPsych/pull/3696) [`972548ec4c71388919f39b701b515f1d5c2793d3`](https://github.com/jspsych/jsPsych/commit/972548ec4c71388919f39b701b515f1d5c2793d3) Thanks [@jodeleeuw](https://github.com/jodeleeuw)! - Bump build-time dependencies to clear security advisories: `esbuild` to `^0.25.0` (dev-server CORS advisory), `rollup` to `^4.59.0` (path-traversal and DOM-clobbering advisories), and `rollup-plugin-esbuild` to `6.2.1`. These are build-tooling dependencies, so there is no change to runtime behavior.
8
+
3
9
  ## 3.3.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jspsych/config",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "Shared (build) configuration for jsPsych packages",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -52,7 +52,7 @@
52
52
  "@types/node": "^22.10.10",
53
53
  "alias-hq": "6.2.4",
54
54
  "app-root-path": "^3.1.0",
55
- "esbuild": "0.23.1",
55
+ "esbuild": "^0.25.0",
56
56
  "glob": "7.2.3",
57
57
  "gulp": "5.0.0",
58
58
  "gulp-cli": "3.0.0",
@@ -63,9 +63,9 @@
63
63
  "jest": "29.7.0",
64
64
  "jest-canvas-mock": "2.5.0",
65
65
  "jest-environment-jsdom": "29.7.0",
66
- "rollup": "^4.22.4",
66
+ "rollup": "^4.59.0",
67
67
  "rollup-plugin-dts": "6.1.1",
68
- "rollup-plugin-esbuild": "6.1.1",
68
+ "rollup-plugin-esbuild": "6.2.1",
69
69
  "rollup-plugin-modify": "^3.0.0",
70
70
  "rollup-plugin-node-externals": "7.1.3",
71
71
  "sucrase": "3.34.0",