Skip to content

build(deps): bump flatted from 3.3.3 to 3.4.1#520

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/flatted-3.4.1
Open

build(deps): bump flatted from 3.3.3 to 3.4.1#520
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/flatted-3.4.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps flatted from 3.3.3 to 3.4.1.

Commits
  • 2a02dce 3.4.1
  • fba4e8f Merge pull request #89 from WebReflection/python-fix
  • 5fe8648 added "when in Rome" also a test for PHP
  • 53517ad some minor improvement
  • b3e2a0c Fixing recursion issue in Python too
  • c4b46db Add SECURITY.md for security policy and reporting
  • f86d071 Create dependabot.yml for version updates
  • d3418c7 3.4.0
  • 7eb65d8 Merge pull request #88 from WebReflection/avoid-recusrion
  • 7774aae Avoid recursion on parse due possible shenanigans
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.3 to 3.4.1.
- [Commits](WebReflection/flatted@v3.3.3...v3.4.1)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 15, 2026
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@codacy-production
Copy link

Codacy's Analysis Summary

0 new issue (≤ 1 medium issue)
0 new security issue (≤ 0 issue)
0 complexity
0 duplications
More details

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

Copy link

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The pull request updates the 'flatted' dependency in the lockfile but fails to update the package.json manifest. This inconsistency between the manifest and the lockfile should be resolved to ensure reproducible builds across different environments.

While the project remains up to Codacy standards, the update introduces metadata churn in package-lock.json by removing the license field, suggesting the use of an inconsistent npm environment during the update. This should be corrected to avoid unnecessary diffs in future PRs.

About this PR

  • The package.json file is missing from this PR. Dependency updates must include both the manifest and the lockfile to ensure the project environment remains consistent and reproducible.

Test suggestions

  • Verify that JSON serialization and deserialization involving circular references (handled by flatted) continues to work as expected.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that JSON serialization and deserialization involving circular references (handled by flatted) continues to work as expected.

🗒️ Improve review quality by adding custom instructions

"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
"license": "ISC"
"version": "3.4.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚪ LOW RISK

Nitpick: The license field was removed from this entry. This metadata is standard in npm 7+ lockfiles, and its absence will likely cause automated churn in future PRs as standard npm commands re-add it. Try running the following prompt in your coding agent: > Run npm install flatted@3.4.1 to regenerate the lockfile with all standard metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants