Skip to content

Commit 19a229a

Browse files
trentmPeterEinberger
authored andcommitted
3.49.1 (elastic#3571)
1 parent 7e4a384 commit 19a229a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.asciidoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ Notes:
3232
=== Node.js Agent version 3.x
3333
3434
35-
==== Unreleased
36-
37-
[float]
38-
===== Breaking changes
39-
40-
[float]
41-
===== Features
35+
[[release-notes-3.49.1]]
36+
==== 3.49.1 - 2023/08/09
4237
4338
[float]
4439
===== Bug fixes
4540
41+
* Upgrade import-in-the-middle dependency to v1.4.2 to fix a vulnerability
42+
(https://github.com/DataDog/import-in-the-middle/security/advisories/GHSA-5r27-rw8r-7967[CVE-2023-38704]).
43+
Note: This dependency is only used by elastic-apm-node when using the
44+
<<esm,experimental ESM support>>. ({pull}3569[#3569])
45+
4646
[float]
4747
===== Chores
4848

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": "elastic-apm-node",
3-
"version": "3.49.0",
3+
"version": "3.49.1",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)