File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Versioning].
10
10
11
11
## [ Unreleased]
12
12
13
+ - _ No changes yet_
14
+
15
+ ## [ 0.4.40] - 2025-07-26
16
+
13
17
- (` 3a1a3c7 ` ) Bump Node.js from 24.4.0 to 24.4.1.
14
18
- (` eae53df ` ) Bump ESLint from 9.30.0 to 9.31.0.
15
19
- (` 45f7243 ` ) Bump @typescript-eslint/parser from 8.36.0 to 8.37.0.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ FROM docker.io/node:24.4.1-alpine3.22
16
16
17
17
LABEL org.opencontainers.image.title="js-regex-security-scanner" \
18
18
org.opencontainers.image.description="A static analyzer to scan JavaScript code for problematic regular expressions." \
19
- org.opencontainers.image.version="0.4.39 " \
19
+ org.opencontainers.image.version="0.4.40 " \
20
20
org.opencontainers.image.licenses="Apache-2.0" \
21
21
org.opencontainers.image.source="https://github.com/ericcornelissen/js-regex-security-scanner"
22
22
You can’t perform that action at this time.
0 commit comments