Skip to content

Commit

Permalink
fix(security): patch braces dependency vulnerabilities (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier authored Jun 14, 2024
1 parent 59cac4c commit 018288e
Show file tree
Hide file tree
Showing 4 changed files with 1,426 additions and 2,174 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ module.exports = {
node: true,
},
ignorePatterns: [
'dist/**'
'dist/**',
'.eslintrc.js',
'jest.config.js'
],
rules: {
'implicit-arrow-linebreak': 0,
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
'src/**/*.{ts,js}',
],
setupFilesAfterEnv: [
'jest-extended',
'jest-extended/all',
],
};
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"devDependencies": {
"@babel/cli": "7.15.7",
"@babel/core": "7.15.5",
"@babel/core": "7.19.3",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/preset-env": "7.15.6",
"@babel/register": "7.15.3",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.4",
"@babel/register": "7.18.9",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@semantic-release/changelog": "6.0.1",
Expand All @@ -56,8 +56,8 @@
"eslint-plugin-jest": "23.0.4",
"eslint-plugin-sonarjs": "0.5.0",
"husky": "7.0.4",
"jest": "26.6.3",
"jest-extended": "0.11.5",
"jest": "29.1.1",
"jest-extended": "3.1.0",
"lint-staged": "12.3.7",
"mongoose": "7.5.0",
"mongoose-fixture-loader": "1.0.2",
Expand Down
Loading

0 comments on commit 018288e

Please sign in to comment.