From c700f44ae61529baba3a241be7955084312bb289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 21:59:08 +0000 Subject: [PATCH] chore(deps): bump web-streams-polyfill in /packages/graalvm Bumps [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/MattiasBuelens/web-streams-polyfill/releases) - [Changelog](https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/MattiasBuelens/web-streams-polyfill/compare/v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: web-streams-polyfill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/graalvm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graalvm/package.json b/packages/graalvm/package.json index ec0fcff06..8d62c5aa0 100644 --- a/packages/graalvm/package.json +++ b/packages/graalvm/package.json @@ -3,6 +3,6 @@ "version": "0.0.1", "dependencies": { "readable-stream": "4.5.2", - "web-streams-polyfill": "3.3.2" + "web-streams-polyfill": "3.3.3" } }