Skip to content
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

chore: package lock refresh #2450

Merged
merged 2 commits into from Jul 5, 2022
Merged

chore: package lock refresh #2450

merged 2 commits into from Jul 5, 2022

Conversation

rpl
Copy link
Member

@rpl rpl commented Jul 5, 2022

This PR contains a fully refreshed package-lock.json (regenerated locally by removing both the existing node_modules and package-lock.json file and then re-running npm install using the last release npm version, npx npm@latest install) and clear old (and now unused) npm audit exceptions from the .nsprc file.

NOTE: this is just needed to clear a sec advisor that dependapot still detects due to the existing package-lock.json file (which is only used during development and in CI jobs and it isn't actually included nor used in the package released on npm).

@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #2450 (f866585) into master (3419920) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2450   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files          31       31           
  Lines        1552     1552           
=======================================
  Hits         1548     1548           
  Misses          4        4           

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 3419920...f866585. Read the comment docs.

@rpl rpl merged commit 3796316 into master Jul 5, 2022
@rpl rpl deleted the chore/package-lock-refresh branch July 5, 2022 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant