Skip to content

Commit

Permalink
Fix CVEs on path-to-regexp and send (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Maranhao authored Sep 13, 2024
1 parent bff1b18 commit f2c5065
Show file tree
Hide file tree
Showing 4 changed files with 1,552 additions and 1,428 deletions.
2 changes: 1 addition & 1 deletion app/addons/permissions/__tests__/container-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Provider } from 'react-redux';
import reducer from '../reducers';
import PermissionsContainer from '../container/PermissionsContainer';

var fetchMock = require('fetch-mock');
import fetchMock from 'fetch-mock';

describe('Permissions Container', () => {

Expand Down
1 change: 1 addition & 0 deletions jest-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"moduleNameMapper": {
"underscore": "lodash",
"ace-builds": "<rootDir>/node_modules/ace-builds",
"fetch-mock": "<rootDir>/node_modules/fetch-mock/dist/cjs/index.js",
"./ace-mode-mango.js": "<rootDir>/app/addons/components/components/ace-mode-mango.js",
"./ace-worker-mango.js": "<rootDir>/app/addons/components/components/ace-worker-mango.js",

Expand Down
Loading

0 comments on commit f2c5065

Please sign in to comment.