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 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"