Skip to content

Commit

Permalink
Upgrade mocha and package lock for security warning (#272)
Browse files Browse the repository at this point in the history
* Upgrade mocha and package lock for security warning and a few misc README updates

* Use older lockfile version

* Update changelog

* Fix changelog, noticed a very small nan update in lockfile
  • Loading branch information
bdeitte authored Sep 15, 2024
1 parent 8983322 commit 511b8fa
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 426 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
CHANGELOG
=========

## Unreleased

* @bdeitte Upgrade dependencies for security warning a few README updates

## 10.1.1 (2024-9-12)

@matteosb Handle synchronous socket.send error in sendUsingDnsCache
* @matteosb Handle synchronous socket.send error in sendUsingDnsCache

## 10.1.0 (2024-9-6)

Expand Down
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ includes all changes in the latest node-statsd and many additional changes, incl
* asyncDistTimer
* much more, including many bug fixes

You can read about all changes in [the changelog](CHANGES.md).

hot-shots supports Node 10.x and higher.

![Build Status](https://github.com/brightcove/hot-shots/actions/workflows/node.js.yml/badge.svg)
Expand Down Expand Up @@ -273,12 +275,6 @@ optionalDependency, and how it's used in the codebase, this install
failure will not cause any problems. It only means that you can't use
the uds feature.

## Migrating from node-statsd

You should only need to do one thing: change node-statsd to hot-shots in all requires.

You can check the detailed [change log](https://github.com/brightcove/hot-shots/blob/master/CHANGES.md) for what has changed since the last release of node-statsd.

## Submitting changes

Thanks for considering making any updates to this project! This project is entirely community-driven, and so your changes are important. Here are the steps to take in your fork:
Expand All @@ -298,14 +294,6 @@ Versions will attempt to follow semantic versioning, with major changes only com

npm publishing is possible by one person, [bdeitte](https://github.com/bdeitte), who has two-factor authentication enabled for publishes. Publishes only contain one additional library, [unix-dgram](https://github.com/bnoordhuis/node-unix-dgram).

## Name

Why is this project named hot-shots? Because:

1. It's impossible to find another statsd name on npm
2. It's the name of a dumb movie
3. No good reason

## License

hot-shots is licensed under the MIT license.
Loading

0 comments on commit 511b8fa

Please sign in to comment.