Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2025

Bumps the minor-and-patch group with 18 updates in the / directory:

Package From To
@blockaid/client 0.34.1 0.49.0
@fastify/helmet 13.0.0 13.0.1
@fastify/rate-limit 10.2.1 10.2.2
@urql/core 5.1.0 5.1.1
axios 1.7.9 1.8.4
fastify 5.2.0 5.2.2
ioredis 5.4.1 5.6.0
pino 9.5.0 9.6.0
@babel/preset-typescript 7.26.0 7.27.0
@types/jsonwebtoken 9.0.8 9.0.9
@types/node 22.10.2 22.14.0
lint-staged 15.2.11 15.5.0
prettier 3.4.2 3.5.3
pretty-quick 4.0.0 4.1.1
ts-jest 29.2.5 29.3.1
ts-loader 9.5.1 9.5.2
typescript 5.7.2 5.8.3
webpack 5.97.1 5.98.0

Updates @blockaid/client from 0.34.1 to 0.49.0

Release notes

Sourced from @​blockaid/client's releases.

v0.49.0

0.49.0 (2025-04-03)

Full Changelog: v0.48.0...v0.49.0

Features

Bug Fixes

v0.48.0

0.48.0 (2025-03-26)

Full Changelog: v0.47.0...v0.48.0

Features

v0.47.0

0.47.0 (2025-03-26)

Full Changelog: v0.44.0...v0.47.0

Features

v0.44.0

0.44.0 (2025-03-22)

Full Changelog: v0.43.0...v0.44.0

Features

... (truncated)

Changelog

Sourced from @​blockaid/client's changelog.

0.49.0 (2025-04-03)

Full Changelog: v0.48.0...v0.49.0

Features

Bug Fixes

0.48.0 (2025-03-26)

Full Changelog: v0.47.0...v0.48.0

Features

0.47.0 (2025-03-26)

Full Changelog: v0.44.0...v0.47.0

Features

0.44.0 (2025-03-22)

Full Changelog: v0.43.0...v0.44.0

Features

Bug Fixes

... (truncated)

Commits

Updates @fastify/helmet from 13.0.0 to 13.0.1

Release notes

Sourced from @​fastify/helmet's releases.

v13.0.1

What's Changed

New Contributors

Full Changelog: fastify/fastify-helmet@v13.0.0...v13.0.1

Commits
  • d16c06d 13.0.1
  • 7d46361 test: prefix unused params with underscores (#277)
  • 8c04dca docs(readme): grammar fix (#276)
  • 2b6c4b5 docs(readme): remove useless brackets
  • fe375fc build(deps-dev): add eslint, peer dep of neostandard (#275)
  • 73dbf25 build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 (#274)
  • cc90562 docs: update the compatibility table (#273)
  • 3d3b743 docs(readme): update ci badge syntax (#271)
  • 8015fcc docs(readme): point ci badge at master/main branch (#270)
  • b63bb22 chore(package): update contributors
  • Additional commits viewable in compare view

Updates @fastify/rate-limit from 10.2.1 to 10.2.2

Release notes

Sourced from @​fastify/rate-limit's releases.

v10.2.2

What's Changed

Full Changelog: fastify/fastify-rate-limit@v10.2.1...v10.2.2

Commits
  • 3040ff6 10.2.2
  • 7283c72 docs(readme): spelling and grammar fixes (#407)
  • 65545aa refactor: prefix unused params with underscores (#406)
  • a1c44eb docs(readme): use simple english (#405)
  • 64d16ab docs(readme): standardize license link (#404)
  • e642070 docs(readme): remove useless brackets
  • 26d82fe chore(package): add funding and contribs (#403)
  • d7d5a00 build(deps-dev): Bump @​sinonjs/fake-timers from 13.0.5 to 14.0.0 (#402)
  • 42842fe build(deps-dev): add eslint, peer dep of neostandard (#401)
  • 5f2c09d types: use node: prefix for builtins (#400)
  • Additional commits viewable in compare view

Updates @urql/core from 5.1.0 to 5.1.1

Release notes

Sourced from @​urql/core's releases.

@​urql/core@​5.1.1

Patch Changes

  • Omit minified files and sourcemaps' sourcesContent in published packages Submitted by @​kitten (See #3755)
Changelog

Sourced from @​urql/core's changelog.

5.1.1

Patch Changes

  • Omit minified files and sourcemaps' sourcesContent in published packages Submitted by @​kitten (See #3755)
Commits

Updates axios from 1.7.9 to 1.8.4

Release notes

Sourced from axios's releases.

Release v1.8.4

Release notes:

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.4 (2025-03-19)

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

... (truncated)

Commits
  • 9f6f97b chore(release): v1.8.4 (#6844)
  • f10c2e0 fix(buildFullPath): handle allowAbsoluteUrls: false without baseURL (#6833)
  • 1e6632c chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)
  • 39ec206 chore(release): v1.8.3 (#6819)
  • 10fa70e fix: add missing type for allowAbsoluteUrls (#6818)
  • 7821ef9 docs: update readme to include bun install (#6811)
  • ec159e5 fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and `fet...
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • Additional commits viewable in compare view

Updates fastify from 5.2.0 to 5.2.2

Release notes

Sourced from fastify's releases.

v5.2.2

What's Changed

... (truncated)

Commits

Updates ioredis from 5.4.1 to 5.6.0

Release notes

Sourced from ioredis's releases.

v5.6.0

5.6.0 (2025-03-05)

Features

  • Sharded pub/sub support via dedicated subscribers (#1956) (963a395)

v5.5.0

5.5.0 (2025-02-07)

Features

v5.4.2

5.4.2 (2024-12-20)

Bug Fixes

  • Connection instability when using socketTimeout parameter (#1937) (ca5e940), closes #1919
Changelog

Sourced from ioredis's changelog.

5.6.0 (2025-03-05)

Features

  • Sharded pub/sub support via dedicated subscribers (#1956) (963a395)

5.5.0 (2025-02-07)

Features

5.4.2 (2024-12-20)

Bug Fixes

  • Connection instability when using socketTimeout parameter (#1937) (ca5e940), closes #1919
Commits

Updates pino from 9.5.0 to 9.6.0

Release notes

Sourced from pino's releases.

v9.6.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.5.0...v9.6.0

Commits

Bumps the minor-and-patch group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@blockaid/client](https://github.com/blockaid-official/blockaid-client-node) | `0.34.1` | `0.49.0` |
| [@fastify/helmet](https://github.com/fastify/fastify-helmet) | `13.0.0` | `13.0.1` |
| [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) | `10.2.1` | `10.2.2` |
| [@urql/core](https://github.com/urql-graphql/urql/tree/HEAD/packages/core) | `5.1.0` | `5.1.1` |
| [axios](https://github.com/axios/axios) | `1.7.9` | `1.8.4` |
| [fastify](https://github.com/fastify/fastify) | `5.2.0` | `5.2.2` |
| [ioredis](https://github.com/luin/ioredis) | `5.4.1` | `5.6.0` |
| [pino](https://github.com/pinojs/pino) | `9.5.0` | `9.6.0` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.0` |
| [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.8` | `9.0.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.14.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.11` | `15.5.0` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [pretty-quick](https://github.com/prettier/pretty-quick) | `4.0.0` | `4.1.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.3.1` |
| [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.1` | `9.5.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.8.3` |
| [webpack](https://github.com/webpack/webpack) | `5.97.1` | `5.98.0` |



Updates `@blockaid/client` from 0.34.1 to 0.49.0
- [Release notes](https://github.com/blockaid-official/blockaid-client-node/releases)
- [Changelog](https://github.com/blockaid-official/blockaid-client-node/blob/main/CHANGELOG.md)
- [Commits](blockaid-official/blockaid-client-node@v0.34.1...v0.49.0)

Updates `@fastify/helmet` from 13.0.0 to 13.0.1
- [Release notes](https://github.com/fastify/fastify-helmet/releases)
- [Commits](fastify/fastify-helmet@v13.0.0...v13.0.1)

Updates `@fastify/rate-limit` from 10.2.1 to 10.2.2
- [Release notes](https://github.com/fastify/fastify-rate-limit/releases)
- [Commits](fastify/fastify-rate-limit@v10.2.1...v10.2.2)

Updates `@urql/core` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/[email protected]/packages/core)

Updates `axios` from 1.7.9 to 1.8.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.4)

Updates `fastify` from 5.2.0 to 5.2.2
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.2.0...v5.2.2)

Updates `ioredis` from 5.4.1 to 5.6.0
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.4.1...v5.6.0)

Updates `pino` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.5.0...v9.6.0)

Updates `@babel/preset-typescript` from 7.26.0 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-preset-typescript)

Updates `@types/jsonwebtoken` from 9.0.8 to 9.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken)

Updates `@types/node` from 22.10.2 to 22.14.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `lint-staged` from 15.2.11 to 15.5.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.11...v15.5.0)

Updates `prettier` from 3.4.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.3)

Updates `pretty-quick` from 4.0.0 to 4.1.1
- [Release notes](https://github.com/prettier/pretty-quick/releases)
- [Changelog](https://github.com/prettier/pretty-quick/blob/master/CHANGELOG.md)
- [Commits](prettier/pretty-quick@v4.0.0...v4.1.1)

Updates `ts-jest` from 29.2.5 to 29.3.1
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.5...v29.3.1)

Updates `ts-loader` from 9.5.1 to 9.5.2
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.5.1...v9.5.2)

Updates `typescript` from 5.7.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `webpack` from 5.97.1 to 5.98.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.97.1...v5.98.0)

---
updated-dependencies:
- dependency-name: "@blockaid/client"
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@fastify/helmet"
  dependency-version: 13.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@fastify/rate-limit"
  dependency-version: 10.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@urql/core"
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-version: 1.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: fastify
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ioredis
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pino
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-typescript"
  dependency-version: 7.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/jsonwebtoken"
  dependency-version: 9.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 22.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lint-staged
  dependency-version: 15.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pretty-quick
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ts-jest
  dependency-version: 29.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ts-loader
  dependency-version: 9.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: webpack
  dependency-version: 5.98.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 6, 2025
@socket-security
Copy link

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected]7.27.0 None +5 1.68 MB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected]7.26.5 None 0 12 kB nicolo-ribaudo
npm/@babel/[email protected]7.26.5 None 0 43.3 kB nicolo-ribaudo
npm/@babel/[email protected]7.27.0 None 0 144 kB nicolo-ribaudo
npm/@babel/[email protected]7.27.0 None 0 25.8 kB existentialism, hzoo, jlhwung, ...1 more
npm/@blockaid/[email protected]0.49.0 None 0 1.33 MB blockaiduser
npm/@fastify/[email protected] None 0 4.96 kB jsumners
npm/@fastify/[email protected]13.0.1 None 0 69.6 kB fdawgs
npm/@fastify/[email protected] None 0 36.5 kB matteo.collina
npm/@fastify/[email protected]10.2.2 None 0 192 kB fdawgs
npm/@types/[email protected]9.0.9 None 0 13.7 kB types
npm/@urql/[email protected]5.1.1 None 0 322 kB andyrichardson, carbonrobot, ceceppa, ...16 more
npm/[email protected]5.1.0 None 0 132 kB esp
npm/[email protected]1.8.4 None 0 2.14 MB jasonsaayman
npm/[email protected] environment 0 201 kB abetomo
npm/[email protected]5.2.2 None 0 0 B
npm/[email protected]7.0.3 None 0 63.1 kB kael
npm/[email protected]5.6.0 None 0 717 kB chayimischayim, ioredis-robot, luin
npm/[email protected]2.2.0 None 0 62.3 kB whitequark
npm/[email protected]15.5.0 Transitive: environment +11 289 kB
npm/[email protected]9.6.0 None 0 746 kB davidmarkclements, jsumners, matteo.collina, ...1 more
npm/[email protected]3.5.3 None 0 0 B
npm/[email protected]4.1.1 None +5 188 kB jounqin
npm/[email protected]4.3.0 None +1 129 kB evilebottnawi
npm/[email protected]7.7.1 None 0 96.7 kB npm-cli-ops
npm/[email protected]5.3.14 Transitive: environment, shell +2 180 kB evilebottnawi
npm/[email protected]5.39.0 Transitive: filesystem, shell +2 2.37 MB fabiosantoscode
npm/[email protected] environment, shell 0 46.1 kB 43081j
npm/[email protected]29.3.1 None +1 437 kB
npm/[email protected]9.5.2 Transitive: network +1 484 kB blakeembrey, jbrantly, johnnyreilly
npm/[email protected]5.8.3 None 0 22.9 MB typescript-bot
npm/[email protected]5.98.0 None 0 5.21 MB thelarkinn
npm/[email protected]2.7.1 None 0 683 kB eemeli

🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

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.

1 participant