Open erwinpalma opened 1 week ago
Same here. Looks like these are coming from deps of deps.
% npm ls q
myapp@0.0.0 /Users/home/Projects/myapp
└─┬ @myapp/app@0.0.0 -> ./apps/app
└─┬ @capacitor/assets@3.0.5
└─┬ @trapezedev/project@7.0.10
└─┬ conventional-changelog@3.1.25
├─┬ conventional-changelog-angular@5.0.13
│ └── q@1.5.1
├─┬ conventional-changelog-atom@2.0.8
│ └── q@1.5.1 deduped
├─┬ conventional-changelog-codemirror@2.0.8
│ └── q@1.5.1 deduped
├─┬ conventional-changelog-conventionalcommits@4.6.3
│ └── q@1.5.1 deduped
├─┬ conventional-changelog-core@4.2.4
│ └── q@1.5.1 deduped
├─┬ conventional-changelog-ember@2.0.9
│ └── q@1.5.1 deduped
├─┬ conventional-changelog-eslint@3.0.9
│ └── q@1.5.1 deduped
├─┬ conventional-changelog-express@2.0.6
│ └── q@1.5.1 deduped
├─┬ conventional-changelog-jquery@3.0.11
│ └── q@1.5.1 deduped
└─┬ conventional-changelog-jshint@2.0.9
└── q@1.5.1 deduped
I have installed "@capacitor/assets": "^3.0.5" from my ionic project, but after the installation I got the following warnings
and the high severity vulnerabilities message
Environment
Steps to reproduce the issue.
ionic start myApp blank --capacitor --typeangular-standalone
cd myApp
npm i @capacitor/assets