From 988765a266442e726ffc776312cf42954ec3d2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 04:06:46 +0000 Subject: [PATCH] chore(deps-dev): bump poline from 0.11.0 to 0.13.0 Bumps [poline](https://github.com/meodai/poline) from 0.11.0 to 0.13.0. - [Commits](https://github.com/meodai/poline/commits) --- updated-dependencies: - dependency-name: poline dependency-version: 0.13.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65e35ff4..774639b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.0", "lightningcss": "^1.30.2", - "poline": "^0.11.0", + "poline": "^0.13.0", "prettier": "^3.7.4", "prettier-plugin-tailwindcss": "^0.7.2", "rampensau": "^2.3.0", @@ -9587,9 +9587,9 @@ } }, "node_modules/poline": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/poline/-/poline-0.11.0.tgz", - "integrity": "sha512-+SRpzEVBdBELPH14R9Te0rk5xfXpBWW7J2niuBySlI3VU+Hn/eb8J38nuDiCDzSIAo3i3ynxAUJtGUotOfxNOg==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/poline/-/poline-0.13.0.tgz", + "integrity": "sha512-hCk9dG9QLW0mf1GvjnoepyHbvrnXWkVFhERhBclgRusNiedNvLgG7dRyetEwWMgMXn/yf02Pk4ewudxJRi2pzw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 59331993..8d8a85ed 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.0", "lightningcss": "^1.30.2", - "poline": "^0.11.0", + "poline": "^0.13.0", "prettier": "^3.7.4", "prettier-plugin-tailwindcss": "^0.7.2", "rampensau": "^2.3.0",