Skip to content

Commit 7f5c2ed

Browse files
Merge pull request #1177 from ericcornelissen/bump-nodejs
Bump Node.js from 24.4.0 to 24.4.1
2 parents 3118282 + f9cd078 commit 7f5c2ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Versioning].
1010

1111
## [Unreleased]
1212

13+
- (`3a1a3c7`) Bump Node.js from 24.4.0 to 24.4.1.
1314
- (`eae53df`) Bump ESLint from 9.30.0 to 9.31.0.
1415
- (`45f7243`) Bump @typescript-eslint/parser from 8.36.0 to 8.37.0.
1516
- (`f5c63b5`) Bump @eslint/markdown from 7.0.0 to 7.1.0.

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM docker.io/node:24.4.0-alpine3.22
15+
FROM docker.io/node:24.4.1-alpine3.22
1616

1717
LABEL org.opencontainers.image.title="js-regex-security-scanner" \
1818
org.opencontainers.image.description="A static analyzer to scan JavaScript code for problematic regular expressions." \

0 commit comments

Comments
 (0)