Skip to content

Commit

Permalink
chore: bump json-stable-stringify and @types/json-stable-stringify
Browse files Browse the repository at this point in the history
Bumps [json-stable-stringify](https://github.com/ljharb/json-stable-stringify) and [@types/json-stable-stringify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json-stable-stringify). These dependencies needed to be updated together.

Updates `json-stable-stringify` from 1.1.1 to 1.2.1
- [Changelog](https://github.com/ljharb/json-stable-stringify/blob/main/CHANGELOG.md)
- [Commits](ljharb/json-stable-stringify@v1.1.1...v1.2.1)

Updates `@types/json-stable-stringify` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/json-stable-stringify)

---
updated-dependencies:
- dependency-name: json-stable-stringify
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/json-stable-stringify"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2025
1 parent a371fbe commit adf936d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 75 deletions.
4 changes: 2 additions & 2 deletions packages/fast-stable-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"test:unit:node": "TERM_OVERRIDE=\"${TURBO_HASH:+dumb}\" TERM=${TERM_OVERRIDE:-$TERM} jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent"
},
"devDependencies": {
"@types/json-stable-stringify": "^1.1.0",
"json-stable-stringify": "^1.1.1"
"@types/json-stable-stringify": "^1.2.0",
"json-stable-stringify": "^1.2.1"
},
"author": "Solana Labs Maintainers <[email protected]>",
"license": "MIT",
Expand Down
134 changes: 61 additions & 73 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adf936d

Please sign in to comment.