From c50248b9ee7f8bc0b9cf013615f3a2d1f49878a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:31:36 +0000 Subject: [PATCH] chore(deps): bump simple-git from 3.30.0 to 3.33.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.30.0 to 3.33.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.33.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-version: 3.33.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 ++++++---------------------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index a57775e..dc56e07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31391,9 +31391,9 @@ } }, "node_modules/simple-git": { - "version": "3.30.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz", - "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.33.0.tgz", + "integrity": "sha512-D4V/tGC2sjsoNhoMybKyGoE+v8A60hRawKQ1iFRA1zwuDgGZCBJ4ByOzZ5J8joBbi4Oam0qiPH+GhzmSBwbJng==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", @@ -35205,7 +35205,7 @@ }, "packages/js": { "name": "glin-profanity", - "version": "3.1.4", + "version": "3.2.1", "license": "ISC", "devDependencies": { "@semantic-release/changelog": "^6.0.3", @@ -36335,11 +36335,11 @@ }, "packages/mcp": { "name": "glin-profanity-mcp", - "version": "1.0.0", + "version": "1.0.2", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", - "glin-profanity": "^3.2.0", + "glin-profanity": "^3.2.1", "zod": "^3.24.0" }, "bin": { @@ -36353,28 +36353,6 @@ "engines": { "node": ">=18.0.0" } - }, - "packages/mcp/node_modules/glin-profanity": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/glin-profanity/-/glin-profanity-3.2.0.tgz", - "integrity": "sha512-n/lJL7q9T5w83g0XP+GOTo84QHWmaB0YiYuNldG7EQ+wAqH4+y+61U95zampf/Kc4WLXsxgCvmWKENmEzdZNEg==", - "license": "ISC", - "peerDependencies": { - "@tensorflow-models/toxicity": ">=1.2.0", - "@tensorflow/tfjs": ">=4.0.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@tensorflow-models/toxicity": { - "optional": true - }, - "@tensorflow/tfjs": { - "optional": true - }, - "react": { - "optional": true - } - } } } }