An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump immutable

Bumps and [immutable](https://github.com/immutable-js/immutable-js). These dependencies needed to be updated together.

Updates `immutable` from 4.3.7 to 4.3.8
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/immutable-js/immutable-js/compare/v4.3.7...v4.3.8)

Updates `immutable` from 5.1.4 to 5.1.5
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/immutable-js/immutable-js/compare/v4.3.7...v4.3.8)

---
updated-dependencies:
- dependency-name: immutable
dependency-version: 4.3.8
dependency-type: indirect
- dependency-name: immutable
dependency-version: 5.1.5
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
Teon L Brooks
6339cae0 463d9796

+6 -6
+6 -6
package-lock.json
··· 12402 12402 } 12403 12403 }, 12404 12404 "node_modules/immutable": { 12405 - "version": "4.3.7", 12406 - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", 12407 - "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", 12405 + "version": "4.3.8", 12406 + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.8.tgz", 12407 + "integrity": "sha512-d/Ld9aLbKpNwyl0KiM2CT1WYvkitQ1TSvmRtkcV8FKStiDoA7Slzgjmb/1G2yhKM1p0XeNOieaTbFZmU1d3Xuw==", 12408 12408 "license": "MIT", 12409 12409 "peer": true 12410 12410 }, ··· 18655 18655 } 18656 18656 }, 18657 18657 "node_modules/sass/node_modules/immutable": { 18658 - "version": "5.1.4", 18659 - "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz", 18660 - "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==", 18658 + "version": "5.1.5", 18659 + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz", 18660 + "integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==", 18661 18661 "dev": true, 18662 18662 "license": "MIT" 18663 18663 },