From ff4d14bdac82fba9de7ad27518b3c4a9dfedeaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 11:23:50 +0000 Subject: [PATCH] chore(deps): bump piscina from 4.9.2 to 4.9.3 Bumps [piscina](https://github.com/piscinajs/piscina) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/piscinajs/piscina/releases) - [Changelog](https://github.com/piscinajs/piscina/blob/v4.9.3/CHANGELOG.md) - [Commits](https://github.com/piscinajs/piscina/compare/v4.9.2...v4.9.3) --- updated-dependencies: - dependency-name: piscina dependency-version: 4.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fea92e4b..091965b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "jszip": "^3.10.1", "natural": "^7.0.6", "office-text-extractor": "^4.0.0", - "piscina": "^4.5.1", + "piscina": "^4.9.3", "postgres": "^3.4.5", "remove-markdown": "^0.5.0", "sharp": "^0.34.3", @@ -8254,9 +8254,10 @@ } }, "node_modules/piscina": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.9.2.tgz", - "integrity": "sha512-Fq0FERJWFEUpB4eSY59wSNwXD4RYqR+nR/WiEVcZW8IWfVBxJJafcgTEZDQo8k3w0sUarJ8RyVbbUF4GQ2LGbQ==", + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.9.3.tgz", + "integrity": "sha512-3e3ka9QCE8RJ5I9uszdAADZnkcYi21cqmF3gxox3u884N72qpFHCsIVhHt8cEQ9t3Auq/NqoiCEuhxlxxQuDWA==", + "license": "MIT", "optionalDependencies": { "@napi-rs/nice": "^1.0.1" } @@ -8749,7 +8750,6 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, "hasInstallScript": true, "optional": true, "os": [ diff --git a/package.json b/package.json index b071f767..675640ad 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "jszip": "^3.10.1", "natural": "^7.0.6", "office-text-extractor": "^4.0.0", - "piscina": "^4.5.1", + "piscina": "^4.9.3", "postgres": "^3.4.5", "remove-markdown": "^0.5.0", "sharp": "^0.34.3",