snowdensb / caseflow

Caseflow is a web application that enables the tracking and processing of appealed claims at the Board of Veterans' Appeals.
Other
0 stars 0 forks source link

Update dependency eslint-import-resolver-webpack to v0.13.1 #259

Open mend-for-github-com[bot] opened 7 months ago

mend-for-github-com[bot] commented 7 months ago

This PR contains the following updates:

Package Type Update Change
eslint-import-resolver-webpack (source) devDependencies patch 0.13.0 -> 0.13.1

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
Critical 9.1 CVE-2024-48949 #293
Medium 6.5 CVE-2023-46234 #235

Release Notes

import-js/eslint-plugin-import (eslint-import-resolver-webpack) ### [`v0.13.1`](https://redirect.github.com/import-js/eslint-plugin-import/blob/HEAD/resolvers/webpack/CHANGELOG.md#0131---2021-05-13) ##### Added - add support for webpack5 'externals function' (\[[#​2023](https://redirect.github.com/import-js/eslint-plugin-import/issues/2023)], thanks \[[@​jet2jet](https://redirect.github.com/jet2jet)]) ##### Changed - Add warning about async Webpack configs (\[[#​1962](https://redirect.github.com/import-js/eslint-plugin-import/issues/1962)], thanks \[[@​ogonkov](https://redirect.github.com/ogonkov)]) - Replace `node-libs-browser` with `is-core-module` (\[[#​1967](https://redirect.github.com/import-js/eslint-plugin-import/issues/1967)], thanks \[[@​andersk](https://redirect.github.com/andersk)]) - \[meta] add "engines" field to document existing requirements - \[Refactor] use `is-regex` instead of `instanceof RegExp` - \[Refactor] use `Array.isArray` instead of `instanceof Array` - \[deps] update `debug`, `interpret`, `is-core-module`, `lodash`, `resolve`