-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency bcryptjs to v3 #3651
base: master
Are you sure you want to change the base?
Conversation
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
b86bbce
to
71d923b
Compare
71d923b
to
852fd5f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3651 +/- ##
========================================
Coverage 66.13% 66.13%
========================================
Files 929 929
Lines 15479 15479
Branches 2126 2126
========================================
Hits 10237 10237
- Misses 4921 5056 +135
+ Partials 321 186 -135 see 60 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
852fd5f
to
c81086e
Compare
c81086e
to
4b02b32
Compare
4b02b32
to
71dafaa
Compare
71dafaa
to
a5e40ae
Compare
a5e40ae
to
eb605d7
Compare
eb605d7
to
d9bf9fd
Compare
d9bf9fd
to
e620a7d
Compare
e620a7d
to
737af69
Compare
737af69
to
a2de7db
Compare
a2de7db
to
03b693b
Compare
03b693b
to
b7a2910
Compare
b7a2910
to
a382cfc
Compare
a382cfc
to
d10ad63
Compare
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
d10ad63
to
98825dc
Compare
98825dc
to
8bab95a
Compare
8bab95a
to
833520a
Compare
833520a
to
88d0006
Compare
88d0006
to
dcfdf5a
Compare
dcfdf5a
to
48a0009
Compare
48a0009
to
22cff12
Compare
22cff12
to
8efe3f8
Compare
|
This PR contains the following updates:
^2.4.3
->^3.0.0
Release Notes
dcodeIO/bcrypt.js (bcryptjs)
v3.0.0
Compare Source
Breaking changes
2f45985
)The project now exports an ECMAScript module by default, albeit with an UMD fallback, ships with types, the dist/ directory no longer exists in version control, and Closure Compiler externs have been removed.
d36bfb4
)This library was not affected by the bug that led to incrementing the bcrypt version from 2a to 2b, but nowadays most implementations use 2b, including the native bcrypt binding, so this change aligns with them. Existing hashes will continue to work, but test logic that generates hashes and compares them literally might need to be updated to account for the new default.
Features
d5656b3
)Other
2a9bea9
)e09eb9a
)58333a1
)2e3b176
)ec02e8a
)9db275f
)ac70ac5
)574d690
)e746547
)548559d
)4977df0
)a84d4e4
)c8c9c01
)1b54cc4
)Backlog from v2
7e2e93a
)The npm package does not need externs as it is needed only for closure compiler. Added it in .npmignore since bcryptjs overrides global module and process in WebStorm IDE.
684fac6
)b09f7f2
)648482a
)49a1d1a
)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.