zeyneloz / onesignal-node

A Node.js Library for OneSignal push notification service
MIT License
207 stars 48 forks source link

Cumulative security update on vulnerable packages #86

Closed zeyneloz closed 2 years ago

zeyneloz commented 2 years ago

It has been a long time since this package got security updates. Updated vulnerable package versions to patched versions.

Testing:

$ npm run test      
$ npm run test-integration      
$ npm run coverage      
$ npm run build      
codecov-commenter commented 2 years ago

Codecov Report

Merging #86 (869063b) into master (18d319d) will increase coverage by 97.95%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #86       +/-   ##
===========================================
+ Coverage        0   97.95%   +97.95%     
===========================================
  Files           0        3        +3     
  Lines           0       98       +98     
  Branches        0        8        +8     
===========================================
+ Hits            0       96       +96     
- Misses          0        1        +1     
- Partials        0        1        +1     
Impacted Files Coverage Δ
src/client.ts 100.00% <0.00%> (ø)
src/utils.ts 93.54% <0.00%> (ø)
src/user-client.ts 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 18d319d...869063b. Read the comment docs.