Skip to content

Commit eae83e5

Browse files
committed
3.3.1
- Upgrade dependencies due to https://security.snyk.io/vuln/SNYK-JS-WS-7266574
1 parent 5e64c76 commit eae83e5

File tree

3 files changed

+30
-26
lines changed

3 files changed

+30
-26
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
10-06-2024 Paul Rütter
1+
18-06-2024 Paul Rütter
2+
- 3.3.1
3+
- Upgrade dependencies due to https://security.snyk.io/vuln/SNYK-JS-WS-7266574
4+
5+
10-06-2024 Paul Rütter
26
- 3.3.0
37
- Add prebuilt binaries for Alpine, https://github.com/blueconic/node-oom-heapdump/pull/16
48

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-oom-heapdump",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
55
"main": "index.js",
66
"scripts": {
@@ -44,8 +44,8 @@
4444
"@mapbox/node-pre-gyp": "^1.0.11",
4545
"bindings": "^1.5.0",
4646
"chrome-remote-interface": "^0.33.0",
47-
"nan": "^2.19.0",
47+
"nan": "^2.20.0",
4848
"require-main-filename": "^2.0.0",
49-
"ws": "^8.16.0"
49+
"ws": "^8.17.1"
5050
}
5151
}

0 commit comments

Comments
 (0)