Skip to content

Commit cb6713d

Browse files
authored
deps: rebuild package-lock (#6143)
This is a total rebuild of the package-lock. The diff of the package-lock was audited line by line and changes were assessed. In all but one case the only changes were semver-compatible bumps of subdependencies, and a shuffling of the hoisting of some dev dependencies (which don't affect the published package). The only package that had to be manually re-hoisted was `normalize-package-data`. This was done by installing then uninstalling the version we wanted hoisted (in this case it was semver major version 5).
1 parent 8200f4f commit cb6713d

File tree

104 files changed

+6066
-6274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+6066
-6274
lines changed

node_modules/.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
!/@npmcli/installed-package-contents
2323
!/@npmcli/map-workspaces
2424
!/@npmcli/metavuln-calculator
25+
!/@npmcli/move-file
2526
!/@npmcli/name-from-folder
2627
!/@npmcli/node-gyp
2728
!/@npmcli/package-json
@@ -41,9 +42,6 @@
4142
!/aproba
4243
!/archy
4344
!/are-we-there-yet
44-
!/are-we-there-yet/node_modules/
45-
/are-we-there-yet/node_modules/*
46-
!/are-we-there-yet/node_modules/readable-stream
4745
!/balanced-match
4846
!/base64-js
4947
!/bin-links
@@ -173,7 +171,6 @@
173171
!/node-gyp/node_modules/@npmcli/
174172
/node-gyp/node_modules/@npmcli/*
175173
!/node-gyp/node_modules/@npmcli/fs
176-
!/node-gyp/node_modules/@npmcli/move-file
177174
!/node-gyp/node_modules/abbrev
178175
!/node-gyp/node_modules/are-we-there-yet
179176
!/node-gyp/node_modules/brace-expansion
@@ -192,6 +189,7 @@
192189
!/node-gyp/node_modules/minipass
193190
!/node-gyp/node_modules/nopt
194191
!/node-gyp/node_modules/npmlog
192+
!/node-gyp/node_modules/readable-stream
195193
!/node-gyp/node_modules/ssri
196194
!/node-gyp/node_modules/unique-filename
197195
!/node-gyp/node_modules/unique-slug

node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_duplex.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_passthrough.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_readable.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_transform.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_writable.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/buffer_list.js

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)