Skip to content

Commit 44e2c8d

Browse files
ensui-devclaude
andcommitted
Security fix: Update moment.js to v2.30.1
- Updated moment.js from 2.17.1 to 2.30.1 to address security vulnerabilities - Fixed RegExp Denial of Service vulnerability (GHSA-446m-mv8f-q348) - Fixed Path Traversal vulnerability (GHSA-8hfj-j24r-96c4) - Bumped version to 0.42.14 - Updated CHANGELOG.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fa6e360 commit 44e2c8d

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
> **Note:** This is an enhanced fork of the [original 42 Header extension by kube](https://github.com/kube/vscode-42header).
88
9+
## [0.42.14] - 2025-10-11
10+
11+
### Security
12+
- **Dependency Update**: Updated moment.js from 2.17.1 to 2.30.1
13+
- Fixed RegExp Denial of Service vulnerability (GHSA-446m-mv8f-q348)
14+
- Fixed Path Traversal vulnerability (GHSA-8hfj-j24r-96c4)
15+
916
## [0.42.13] - 2025-10-11
1017

1118
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "42header-plus",
33
"displayName": "42 Header Plus (Enhanced)",
44
"description": "Enhanced 42 header for VSCode with campus selection and customizable features",
5-
"version": "0.42.13",
5+
"version": "0.42.14",
66
"publisher": "MarioLJFerreira",
77
"icon": "42.png",
88
"repository": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -730,9 +730,9 @@ mocha@^11.7.4:
730730
yargs-unparser "^2.0.0"
731731

732732
moment@^2.15.0:
733-
version "2.17.1"
734-
resolved "https://registry.npmjs.org/moment/-/moment-2.17.1.tgz"
735-
integrity sha512-FmIqcMMT72OcLqks+4iWx30Tv8gwIZBJvimtnGjT/9c0GeTe28xNxNRrzJQ4xxp/2aD43b8FgImx3ATko9s/qw==
733+
version "2.30.1"
734+
resolved "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz"
735+
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
736736

737737
ms@^2.1.3:
738738
version "2.1.3"

0 commit comments

Comments
 (0)