this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

5.0.2

+9 -3
+6
changelog.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [5.0.2](https://github.com/patrik-csak/BB26/compare/v5.0.1...v5.0.2) – 2026-01-21 9 + 10 + ### Changed 11 + 12 + - Update `tar` to resolve CVE-2026-23950 13 + 8 14 ## [5.0.1](https://github.com/patrik-csak/BB26/compare/v5.0.0...v5.0.1) – 2026-01-17 9 15 10 16 ### Changed
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "bb26", 3 - "version": "5.0.1", 3 + "version": "5.0.2", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "bb26", 9 - "version": "5.0.1", 9 + "version": "5.0.2", 10 10 "license": "MIT", 11 11 "dependencies": { 12 12 "ow": "^3.1.1",
+1 -1
package.json
··· 1 1 { 2 2 "name": "bb26", 3 - "version": "5.0.1", 3 + "version": "5.0.2", 4 4 "description": "Utilities for working with bijective base-26 numerals", 5 5 "keywords": [ 6 6 "base 26",