From f8bf772ccb49cd985a21e5353fa806c097a9344b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 11:39:50 +0000 Subject: [PATCH 1/2] build(deps): bump dompurify from 3.4.10 to 3.4.11 in /frontend Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.10 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.10...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bc83a4c..e3f2b1c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -3390,9 +3390,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.10.tgz", - "integrity": "sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", + "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" From e773309d0ec132a9aaf2c44962c53dc44bdfbd3a Mon Sep 17 00:00:00 2001 From: Andre Bolina Date: Sat, 20 Jun 2026 09:50:54 -0300 Subject: [PATCH 2/2] chore: bump version --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- VERSION | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d63d70f..a10d4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [1.6.35] - 2026-06-20 + +### Added + +### Changed + +### Fixed +- Dependabot security update + ## [1.6.34] - 2026-06-20 ### Added diff --git a/README.md b/README.md index a092177..ffabbea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/peerhub-org/peerhub/actions/workflows/ci.yml/badge.svg)](https://github.com/peerhub-org/peerhub/actions/workflows/ci.yml) [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](LICENSE) -[![Version](https://img.shields.io/badge/version-1.6.34-green.svg)](VERSION) +[![Version](https://img.shields.io/badge/version-1.6.35-green.svg)](VERSION) PeerHub is an open-source developer reputation network. Think Glassdoor meets GitHub: sign in with GitHub, see how peers rate your work, leave PR-style reviews, and stay anonymous when it matters. diff --git a/VERSION b/VERSION index d8462d4..e7b0418 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.34 +1.6.35