Skip to content

Commit 91e7cd3

Browse files
committed
Release 4.2.4
1 parent 3251615 commit 91e7cd3

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,27 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [4.2.4](https://github.com/sematext/spm-agent-nodejs/compare/4.2.3...4.2.4)
8+
9+
> 15 June 2023
10+
11+
- Fix library vulnerabilities [`#64`](https://github.com/sematext/spm-agent-nodejs/pull/64)
12+
- Bump yaml from 1.10.2 to [`#61`](https://github.com/sematext/spm-agent-nodejs/pull/61)
13+
- Bump vm2 from 3.9.17 to 3.9.19 [`#63`](https://github.com/sematext/spm-agent-nodejs/pull/63)
14+
- Bump vm2 from 3.9.16 to 3.9.17 [`#60`](https://github.com/sematext/spm-agent-nodejs/pull/60)
15+
- Bump vm2 from 3.9.11 to 3.9.16 [`#59`](https://github.com/sematext/spm-agent-nodejs/pull/59)
16+
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [`#58`](https://github.com/sematext/spm-agent-nodejs/pull/58)
17+
- chore: upgrade the libraries with vulnerabilities [`332bd95`](https://github.com/sematext/spm-agent-nodejs/commit/332bd95b95023f605c0a91c6708afe77786a0422)
18+
- chore: remove the test of already deleted process [`9fdfbd1`](https://github.com/sematext/spm-agent-nodejs/commit/9fdfbd13c536ed4d7a091619eb8aec9894c4b12c)
19+
720
#### [4.2.3](https://github.com/sematext/spm-agent-nodejs/compare/4.2.2...4.2.3)
821

922
> 16 December 2022
1023
1124
- SC-14625: Update mocha to version 10.2.0 and switch gc-stats to Sematext fork [`#55`](https://github.com/sematext/spm-agent-nodejs/pull/55)
1225
- Bump qs from 6.5.2 to 6.5.3 [`#53`](https://github.com/sematext/spm-agent-nodejs/pull/53)
1326
- Update mocha to version 10.2.0 and switch gc-stats to Sematext fork [`3df9823`](https://github.com/sematext/spm-agent-nodejs/commit/3df982359dd1dd674127711fc7b4d3d43b47e76c)
27+
- Release 4.2.3 [`d8d2dbe`](https://github.com/sematext/spm-agent-nodejs/commit/d8d2dbed912e3775f43d3e3aa90b6742b8e65d7d)
1428

1529
#### [4.2.2](https://github.com/sematext/spm-agent-nodejs/compare/4.2.1...4.2.2)
1630

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spm-agent-nodejs",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "Node.js monitoring agent for SPM by Sematext",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)