From 9c12e828e10a7b6c1c9050b6fdfe35205c5ce71c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:24:58 +0000 Subject: [PATCH] Bump linkify-it from 5.0.0 to 5.0.2 in /broken-frameworks/non-keyed/deku Bumps [linkify-it](https://github.com/markdown-it/linkify-it) from 5.0.0 to 5.0.2. - [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/linkify-it/compare/5.0.0...5.0.2) --- updated-dependencies: - dependency-name: linkify-it dependency-version: 5.0.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../non-keyed/deku/package-lock.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/broken-frameworks/non-keyed/deku/package-lock.json b/broken-frameworks/non-keyed/deku/package-lock.json index 4d86c015f..98e04d420 100644 --- a/broken-frameworks/non-keyed/deku/package-lock.json +++ b/broken-frameworks/non-keyed/deku/package-lock.json @@ -13,7 +13,7 @@ "esbuild": "^0.25.1", "purescript": "^0.15.15", "purs-backend-es": "^1.4.3", - "spago": "next" + "spago": "*" } }, "node_modules/@esbuild/aix-ppc64": { @@ -1956,10 +1956,20 @@ } }, "node_modules/linkify-it": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", - "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz", + "integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/markdown-it" + } + ], "license": "MIT", "dependencies": { "uc.micro": "^2.0.0"