Skip to content

Commit a7ad7d2

Browse files
fix: sync lockfile axios specifier and remove redundant flatted override
The package-lock.json root spec for axios was stale (^1.13.6) while package.json already specified ^1.16.0. This mismatch could cause security scanners to flag the dependency as vulnerable. Regenerated the lockfile to sync the spec. Also removed the flatted override since flat-cache@3.0.4 already resolves to 3.4.2 without it. Resolves: GRAL-5985 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c24f334 commit a7ad7d2

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
88

99
## [Unreleased]
1010

11+
### Security
12+
- Synced `package-lock.json` to match `package.json` `axios` specifier (`^1.16.0`), fixing stale lockfile metadata that referenced `^1.13.6`
13+
- Removed redundant `flatted` override — parent `flat-cache@3.0.4` (`^3.1.0`) already resolves to `3.4.2`
14+
1115
## [33.0.1] - 2026-05-13
1216

1317
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@
8888
"typescript-eslint": "^8.56.1"
8989
},
9090
"overrides": {
91-
"serialize-javascript": "^7.0.4",
92-
"flatted": "^3.4.0"
91+
"serialize-javascript": "^7.0.4"
9392
},
9493
"lint-staged": {
9594
"*.{ts,js}": [

0 commit comments

Comments
 (0)