From a06ee177fc6aab428e24cf6cc1eee01c8b43ddb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 14:58:05 +0000 Subject: [PATCH] Bump immutable in /samples/nodejs/copilotstudio-webchat-react Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.3.7 to 4.3.9. - [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.9) --- updated-dependencies: - dependency-name: immutable dependency-version: 4.3.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../nodejs/copilotstudio-webchat-react/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/nodejs/copilotstudio-webchat-react/package-lock.json b/samples/nodejs/copilotstudio-webchat-react/package-lock.json index 3cc8f665..2e86c1a9 100644 --- a/samples/nodejs/copilotstudio-webchat-react/package-lock.json +++ b/samples/nodejs/copilotstudio-webchat-react/package-lock.json @@ -2260,9 +2260,9 @@ ] }, "node_modules/immutable": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", - "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.9.tgz", + "integrity": "sha512-ObHy4YN7ycwZOUCLI1/6svfyAFu7vL8RhAvVu/bh/RZW9EPlOyDaQ9jDQWCtdqzaXUjgXZCW1migtHE7YI7UGQ==", "license": "MIT" }, "node_modules/import-fresh": {