chore: update dependencies (safe Dependabot bumps + audit fix) - #356
Open
HarmlessHarm wants to merge 2 commits into
Open
chore: update dependencies (safe Dependabot bumps + audit fix)#356HarmlessHarm wants to merge 2 commits into
HarmlessHarm wants to merge 2 commits into
Conversation
- core-js ^3.37.1 → ^3.47.0 (PR #323) - vue2-flip-countdown ^0.12.1 → ^1.0.0 (PR #322) - workbox-webpack-plugin ^7.3.0 → ^7.4.0 (PR #324) - Applied npm audit fix to reduce transitive vulnerabilities Skipped firebase, vue, and @quasar/app major-version bumps from PR #315 to preserve Vue 2 / Quasar 1 / Firebase v8 compatibility.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



@
Consolidates the safe dependency updates from the open Dependabot PRs into a single branch, plus an
npm audit fixpass on transitive deps.Updates
@octokit/restcore-jsmorganvue2-flip-countdownworkbox-webpack-pluginpackage-lock.jsonalso picks up transitive updates fromnpm audit fix.Deliberately skipped
The
firebase,vue, and@quasar/appmajor bumps from #315 are not included. Those force the Vue 3 / Quasar 2 / Firebase modular migration and cannot land as a dependency update.Notes
develop(no conflicts as of this PR).@