Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 6f47886

Browse files
fix(vulnerabilities): add resolutions property
the resolution property it's used to keep an eye on the dependencies of the dependencies because open source developers don't know how to do their job closes #221
1 parent d8d9ce7 commit 6f47886

File tree

2 files changed

+2804
-93
lines changed

2 files changed

+2804
-93
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
"url": "https://github.com/MatteoGabriele/vue-analytics/issues"
4343
},
4444
"homepage": "https://github.com/MatteoGabriele/vue-analytics#readme",
45+
"resolutions": {
46+
"mixin-deep": "^2.0.1",
47+
"set-value": "^3.0.1"
48+
},
4549
"devDependencies": {
4650
"@babel/core": "^7.7.2",
4751
"@babel/preset-env": "^7.7.1",

0 commit comments

Comments
 (0)