From 91e7cd3a1dcd036fe73f095b088b4344e7f0883c Mon Sep 17 00:00:00 2001 From: regiluze Date: Thu, 15 Jun 2023 16:47:49 +0200 Subject: [PATCH] Release 4.2.4 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd65787..eaa27ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [4.2.4](https://github.com/sematext/spm-agent-nodejs/compare/4.2.3...4.2.4) + +> 15 June 2023 + +- Fix library vulnerabilities [`#64`](https://github.com/sematext/spm-agent-nodejs/pull/64) +- Bump yaml from 1.10.2 to [`#61`](https://github.com/sematext/spm-agent-nodejs/pull/61) +- Bump vm2 from 3.9.17 to 3.9.19 [`#63`](https://github.com/sematext/spm-agent-nodejs/pull/63) +- Bump vm2 from 3.9.16 to 3.9.17 [`#60`](https://github.com/sematext/spm-agent-nodejs/pull/60) +- Bump vm2 from 3.9.11 to 3.9.16 [`#59`](https://github.com/sematext/spm-agent-nodejs/pull/59) +- Bump http-cache-semantics from 4.1.0 to 4.1.1 [`#58`](https://github.com/sematext/spm-agent-nodejs/pull/58) +- chore: upgrade the libraries with vulnerabilities [`332bd95`](https://github.com/sematext/spm-agent-nodejs/commit/332bd95b95023f605c0a91c6708afe77786a0422) +- chore: remove the test of already deleted process [`9fdfbd1`](https://github.com/sematext/spm-agent-nodejs/commit/9fdfbd13c536ed4d7a091619eb8aec9894c4b12c) + #### [4.2.3](https://github.com/sematext/spm-agent-nodejs/compare/4.2.2...4.2.3) > 16 December 2022 @@ -11,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) - Bump qs from 6.5.2 to 6.5.3 [`#53`](https://github.com/sematext/spm-agent-nodejs/pull/53) - Update mocha to version 10.2.0 and switch gc-stats to Sematext fork [`3df9823`](https://github.com/sematext/spm-agent-nodejs/commit/3df982359dd1dd674127711fc7b4d3d43b47e76c) +- Release 4.2.3 [`d8d2dbe`](https://github.com/sematext/spm-agent-nodejs/commit/d8d2dbed912e3775f43d3e3aa90b6742b8e65d7d) #### [4.2.2](https://github.com/sematext/spm-agent-nodejs/compare/4.2.1...4.2.2) diff --git a/package-lock.json b/package-lock.json index ca671a6..ab95340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spm-agent-nodejs", - "version": "4.2.3", + "version": "4.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spm-agent-nodejs", - "version": "4.2.3", + "version": "4.2.4", "license": "Copyright (c) Sematext Group, Inc.", "dependencies": { "adm-zip": "^0.4.14", diff --git a/package.json b/package.json index b511e5b..f5903bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spm-agent-nodejs", - "version": "4.2.3", + "version": "4.2.4", "description": "Node.js monitoring agent for SPM by Sematext", "main": "lib/index.js", "directories": {