tazama-lf / tms-service

1 stars 3 forks source link

chore(deps): bump cookie, elastic-apm-node and light-my-request #251

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 1 week ago

Bumps cookie, elastic-apm-node and light-my-request. These dependencies needed to be updated together. Updates cookie from 0.6.0 to 0.7.2

Release notes

Sourced from cookie's releases.

v0.7.2

Fixed

  • Fix object assignment of hasOwnProperty (#177) bc38ffd

https://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1

0.7.0

https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0

Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates elastic-apm-node from 4.7.3 to 4.8.0

Release notes

Sourced from elastic-apm-node's releases.

v4.8.0

For more information, please see the changelog.

Elastic APM Node.js agent layer ARNs

Region ARN
af-south-1 arn:aws:lambda:af-south-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
ap-east-1 arn:aws:lambda:ap-east-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
ap-northeast-1 arn:aws:lambda:ap-northeast-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
ap-northeast-2 arn:aws:lambda:ap-northeast-2:267093732750:layer:elastic-apm-node-ver-4-8-0:1
ap-northeast-3 arn:aws:lambda:ap-northeast-3:267093732750:layer:elastic-apm-node-ver-4-8-0:1
ap-south-1 arn:aws:lambda:ap-south-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
ap-southeast-1 arn:aws:lambda:ap-southeast-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
ap-southeast-2 arn:aws:lambda:ap-southeast-2:267093732750:layer:elastic-apm-node-ver-4-8-0:1
ap-southeast-3 arn:aws:lambda:ap-southeast-3:267093732750:layer:elastic-apm-node-ver-4-8-0:1
ca-central-1 arn:aws:lambda:ca-central-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
eu-central-1 arn:aws:lambda:eu-central-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
eu-north-1 arn:aws:lambda:eu-north-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
eu-south-1 arn:aws:lambda:eu-south-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
eu-west-1 arn:aws:lambda:eu-west-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
eu-west-2 arn:aws:lambda:eu-west-2:267093732750:layer:elastic-apm-node-ver-4-8-0:1
eu-west-3 arn:aws:lambda:eu-west-3:267093732750:layer:elastic-apm-node-ver-4-8-0:1
me-south-1 arn:aws:lambda:me-south-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
sa-east-1 arn:aws:lambda:sa-east-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
us-east-1 arn:aws:lambda:us-east-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
us-east-2 arn:aws:lambda:us-east-2:267093732750:layer:elastic-apm-node-ver-4-8-0:1
us-west-1 arn:aws:lambda:us-west-1:267093732750:layer:elastic-apm-node-ver-4-8-0:1
us-west-2 arn:aws:lambda:us-west-2:267093732750:layer:elastic-apm-node-ver-4-8-0:1
Changelog

Sourced from elastic-apm-node's changelog.

==== 4.8.0 - 2024/10/08

[float] ===== Features

  • Minor improvement to container ID parsing from /etc/cgroup v1 files in AWS ECS Fargate, where the pattern has been observed to sometimes differ from the documented pattern. (elastic/apm#888 spec issue #888])

  • Add support for tedious v19. ({issues}4218#4218)

  • Add support for koa-router v13. ({pull}4236#4236)

[float] ===== Bug fixes

  • Update cookie to version v0.7.2 to fix security issue CVE-2024-47764

[[release-notes-4.7.3]]

Commits
  • aa638c5 release 4.8.0 (#4264)
  • ef1521c chore(deps): bump cookie from 0.7.1 to 0.7.2 (#4263)
  • b272d7d chore(deps): bump docker/build-push-action in the github-actions group (#4258)
  • cbdc892 chore(deps): bump cookie from 0.6.0 to 0.7.1 (#4261)
  • 07c4ec4 chore(deps): bump import-in-the-middle from 1.11.1 to 1.11.2 (#4260)
  • 0bfcaf1 chore(deps): update docker.elastic.co/wolfi/chainguard-base:latest docker dig...
  • 0c1f50f chore(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 in the github-...
  • 10a7ab8 test: attempted fix of flaky 'span slower than configured spanStackTraceMinDu...
  • 5c9e59a chore(deps): update docker.elastic.co/wolfi/chainguard-base:latest docker dig...
  • 9397499 chore(deps-dev): bump @​types/node from 22.5.2 to 22.7.4 (#4254)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by obltmachine, a new releaser for elastic-apm-node since your current version.


Updates light-my-request from 5.13.0 to 5.14.0

Release notes

Sourced from light-my-request's releases.

v5.14.0

What's Changed

Full Changelog: https://github.com/fastify/light-my-request/compare/v5.13.0...v5.14

Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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](https://github.com/tazama-lf/tms-service/network/alerts).
dependabot[bot] commented 2 days ago

Looks like these dependencies are up-to-date now, so this is no longer needed.