Skip to content

Commit 098a674

Browse files
committed
Add security overrides to reduce vulnerabilities
1 parent 2c31b42 commit 098a674

2 files changed

Lines changed: 72 additions & 136 deletions

File tree

package-lock.json

Lines changed: 55 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,26 @@
3737
},
3838
"overrides": {
3939
"axios": ">=1.15.0",
40-
"immutable": "^5.1.5",
41-
"multer": "^2.1.1",
42-
"minimatch": "^3.1.4",
43-
"serialize-javascript": "^7.0.3",
44-
"lodash": "^4.17.21",
45-
"flatted": ">=3.4.2",
46-
"postcss": "^8.4.31",
40+
"brace-expansion": ">=1.1.13",
4741
"braces": "^3.0.3",
48-
"micromatch": "^4.0.8",
4942
"cookie": "^0.7.0",
43+
"flatted": ">=3.4.2",
44+
"follow-redirects": ">=1.15.12",
45+
"immutable": "^5.1.5",
46+
"lodash": ">=4.17.24",
47+
"lodash.template": "^4.5.0",
48+
"micromatch": "^4.0.8",
49+
"minimatch": "^3.1.4",
50+
"multer": "^2.1.1",
51+
"path-to-regexp": ">=0.1.13",
52+
"picomatch": ">=4.0.4",
53+
"postcss": ">=8.5.10",
54+
"serialize-javascript": ">=7.0.5",
5055
"socket.io-parser": "^4.2.6",
5156
"svgo": "^2.8.1",
52-
"lodash.template": "^4.5.0",
53-
"workbox-build": "^7.0.0"
57+
"tmp": ">=0.2.4",
58+
"uuid": ">=14.0.0",
59+
"workbox-build": "^7.0.0",
60+
"yaml": ">=2.8.3"
5461
}
5562
}

0 commit comments

Comments
 (0)