Skip to content

build: update dependencies to the latest version#177

Merged
droguljic merged 1 commit intomasterfrom
build/update-deps
Mar 5, 2026
Merged

build: update dependencies to the latest version#177
droguljic merged 1 commit intomasterfrom
build/update-deps

Conversation

@droguljic
Copy link
Contributor

  • Both dependencies and devDependencies are updated to the latest version.
  • Used npm update to refresh already installed dependencies to the latest allowed version by semver range.
  • Removed overrides field from package.json previously used to address security vulnerabilities.
  • Updated TypeScript compiler target to ES2022 which is compatible with Node.js 18+.

- Both `dependencies` and `devDependencies` are updated to the latest
version.
- Used `npm update` to refresh already installed dependencies to the latest
allowed version by semver range.
- Removed `overrides` field from `package.json` previously used to address
security vulnerabilities.
- Updated TypeScript compiler target to `ES2022` which is compatible with
Node.js 18+.
@droguljic droguljic added this to the v2 milestone Mar 5, 2026
@droguljic droguljic requested review from bornast and mandryllo March 5, 2026 12:18
@droguljic droguljic added Don't merge Do not merge this PR and removed Don't merge Do not merge this PR labels Mar 5, 2026
@droguljic droguljic merged commit a074ec4 into master Mar 5, 2026
2 checks passed
@droguljic droguljic deleted the build/update-deps branch March 5, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants