Skip to content

Commit

Permalink
update package-lock to respect overrides (#1723)
Browse files Browse the repository at this point in the history
There were a number of issues with npm overrides not being
respected by the npm install command. Supposedly, these issues
have been fixed in npm 8.7.0.

See npm/cli#4709

This PR deletes and regenerates the package-lock so that overrides are respected.

J=SLAP-2022
TEST=manual

see that the unsafe-eval test page loads properly
rerunning npm install does not undo overrides
  • Loading branch information
oshi97 committed Apr 19, 2022
1 parent b8d8f00 commit 370a4d6
Show file tree
Hide file tree
Showing 4 changed files with 14,537 additions and 11,503 deletions.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = [
{
path: 'dist/answers.min.js',
limit: '185 KB'
limit: '190 KB'
},
{
path: 'dist/answers-modern.min.js',
Expand Down

0 comments on commit 370a4d6

Please sign in to comment.