File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Versioning].
10
10
11
11
## [ Unreleased]
12
12
13
+ - (` 3a1a3c7 ` ) Bump Node.js from 24.4.0 to 24.4.1.
13
14
- (` eae53df ` ) Bump ESLint from 9.30.0 to 9.31.0.
14
15
- (` 45f7243 ` ) Bump @typescript-eslint/parser from 8.36.0 to 8.37.0.
15
16
- (` f5c63b5 ` ) Bump @eslint/markdown from 7.0.0 to 7.1.0.
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM docker.io/node:24.4.0 -alpine3.22
15
+ 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." \
You can’t perform that action at this time.
0 commit comments