From b08e645eb0772846fe43585c4488d1332dbd9869 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Oct 2025 02:29:15 +0000 Subject: [PATCH] fix: upgrade pupa from 3.1.0 to 3.3.0 Snyk has created this PR to upgrade pupa from 3.1.0 to 3.3.0. See this package in npm: pupa See this project in Snyk: https://app.snyk.io/org/pierredemailly/project/82be0385-4fd0-4519-8afd-fe4e39dd98dc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc3e14b..6917b62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@topcli/prompts": "^1.0.0", "ansi-styles": "^6.2.1", "kleur": "^4.1.5", - "pupa": "^3.1.0" + "pupa": "^3.3.0" }, "bin": { "commity": "dist/main.js" @@ -2926,9 +2926,10 @@ } }, "node_modules/pupa": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz", - "integrity": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.3.0.tgz", + "integrity": "sha512-LjgDO2zPtoXP2wJpDjZrGdojii1uqO0cnwKoIoUzkfS98HDmbeiGmYiXo3lXeFlq2xvne1QFQhwYXSUCLKtEuA==", + "license": "MIT", "dependencies": { "escape-goat": "^4.0.0" }, diff --git a/package.json b/package.json index 4313b00..cdaa1ba 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@topcli/prompts": "^1.0.0", "ansi-styles": "^6.2.1", "kleur": "^4.1.5", - "pupa": "^3.1.0" + "pupa": "^3.3.0" }, "devDependencies": { "@nodesecure/eslint-config": "^1.7.0",