From 20eea2f31d82a3abbb2bf54b4210309f9ba58a3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 23:26:53 +0000 Subject: [PATCH 1/2] chore: release --- .release-please-manifest.json | 10 +++++----- CHANGELOG.md | 9 +++++++++ package.json | 10 +++++----- workspaces/libnpmaccess/CHANGELOG.md | 13 +++++++++++++ workspaces/libnpmaccess/package.json | 2 +- workspaces/libnpmorg/CHANGELOG.md | 13 +++++++++++++ workspaces/libnpmorg/package.json | 2 +- workspaces/libnpmpublish/CHANGELOG.md | 18 ++++++++++++++++++ workspaces/libnpmpublish/package.json | 2 +- workspaces/libnpmteam/CHANGELOG.md | 13 +++++++++++++ workspaces/libnpmteam/package.json | 2 +- 11 files changed, 80 insertions(+), 14 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86f229c516555..a13ebb9e21019 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,15 +1,15 @@ { - ".": "8.19.0", + ".": "8.19.1", "workspaces/arborist": "5.6.1", - "workspaces/libnpmaccess": "6.0.4", + "workspaces/libnpmaccess": "6.0.5", "workspaces/libnpmdiff": "4.0.5", "workspaces/libnpmexec": "4.0.12", "workspaces/libnpmfund": "3.0.3", "workspaces/libnpmhook": "8.0.4", - "workspaces/libnpmorg": "4.0.4", + "workspaces/libnpmorg": "4.0.5", "workspaces/libnpmpack": "4.1.3", - "workspaces/libnpmpublish": "6.0.5", + "workspaces/libnpmpublish": "6.0.6", "workspaces/libnpmsearch": "5.0.4", - "workspaces/libnpmteam": "4.0.4", + "workspaces/libnpmteam": "4.0.5", "workspaces/libnpmversion": "3.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86669095767cd..04a0d55bd3a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * libnpmaccess bumped from ^6.0.4 to ^6.0.5 + * libnpmorg bumped from ^4.0.4 to ^4.0.5 + * libnpmpublish bumped from ^6.0.5 to ^6.0.6 + * libnpmteam bumped from ^4.0.4 to ^4.0.5 + ## [8.19.0](https://github.com/npm/cli/compare/v8.18.0...v8.19.0) (2022-08-31) ### Features diff --git a/package.json b/package.json index f280f1a3732c5..8132214c95a73 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "8.19.0", + "version": "8.19.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -79,16 +79,16 @@ "init-package-json": "^3.0.2", "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^2.3.1", - "libnpmaccess": "^6.0.4", + "libnpmaccess": "^6.0.5", "libnpmdiff": "^4.0.5", "libnpmexec": "^4.0.12", "libnpmfund": "^3.0.3", "libnpmhook": "^8.0.4", - "libnpmorg": "^4.0.4", + "libnpmorg": "^4.0.5", "libnpmpack": "^4.1.3", - "libnpmpublish": "^6.0.5", + "libnpmpublish": "^6.0.6", "libnpmsearch": "^5.0.4", - "libnpmteam": "^4.0.4", + "libnpmteam": "^4.0.5", "libnpmversion": "^3.0.7", "make-fetch-happen": "^10.2.0", "minipass": "^3.1.6", diff --git a/workspaces/libnpmaccess/CHANGELOG.md b/workspaces/libnpmaccess/CHANGELOG.md index e229d4716817d..14e35390648d7 100644 --- a/workspaces/libnpmaccess/CHANGELOG.md +++ b/workspaces/libnpmaccess/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.0.5](https://github.com/npm/cli/compare/libnpmaccess-v6.0.4...libnpmaccess-v6.0.5) (2022-08-31) + +### Bug Fixes + + * [`2829cb2`](https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d) [#4658](https://github.com/npm/cli/pull/4658) fix: update readme badges (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/npm/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + * [`8914864`](https://github.com/npm/cli/commit/891486451f1c34a2e7649b0a76c6c0d611ce3d39) [#4703](https://github.com/npm/cli/pull/4703) deps: `libnpmaccess@6.0.3` + * [`a59fd2c`](https://github.com/npm/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f) [#4639](https://github.com/npm/cli/pull/4639) deps: `@npmcli/template-oss@3.2.2` + * [`aac01b8`](https://github.com/npm/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08) [#4628](https://github.com/npm/cli/pull/4628) deps: `@npmcli/template-oss@3.2.1` + ## [6.0.4](https://github.com/npm/cli/compare/libnpmaccess-v6.0.3...libnpmaccess-v6.0.4) (2022-08-31) ### Dependencies diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json index ca21f9de96031..19249c67f810b 100644 --- a/workspaces/libnpmaccess/package.json +++ b/workspaces/libnpmaccess/package.json @@ -1,6 +1,6 @@ { "name": "libnpmaccess", - "version": "6.0.4", + "version": "6.0.5", "description": "programmatic library for `npm access` commands", "author": "GitHub Inc.", "license": "ISC", diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md index 7f45d2ef95e11..ca2eb7ec39c75 100644 --- a/workspaces/libnpmorg/CHANGELOG.md +++ b/workspaces/libnpmorg/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.0.5](https://github.com/npm/cli/compare/libnpmorg-v4.0.4...libnpmorg-v4.0.5) (2022-08-31) + +### Bug Fixes + + * [`2829cb2`](https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d) [#4658](https://github.com/npm/cli/pull/4658) fix: update readme badges (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/npm/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + * [`dda8a97`](https://github.com/npm/cli/commit/dda8a976a9dd696cf2b2e2be5b55b2048e768768) [#4704](https://github.com/npm/cli/pull/4704) deps: `libnpmorg@4.0.3` + * [`a59fd2c`](https://github.com/npm/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f) [#4639](https://github.com/npm/cli/pull/4639) deps: `@npmcli/template-oss@3.2.2` + * [`aac01b8`](https://github.com/npm/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08) [#4628](https://github.com/npm/cli/pull/4628) deps: `@npmcli/template-oss@3.2.1` + ## [4.0.4](https://github.com/npm/cli/compare/libnpmorg-v4.0.3...libnpmorg-v4.0.4) (2022-08-31) ### Dependencies diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json index 7aef13f1a058d..682121a6f2070 100644 --- a/workspaces/libnpmorg/package.json +++ b/workspaces/libnpmorg/package.json @@ -1,6 +1,6 @@ { "name": "libnpmorg", - "version": "4.0.4", + "version": "4.0.5", "description": "Programmatic api for `npm org` commands", "author": "GitHub Inc.", "main": "lib/index.js", diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md index e3435c7ea6f05..09a0d70357d75 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [6.0.6](https://github.com/npm/cli/compare/libnpmpublish-v6.0.5...libnpmpublish-v6.0.6) (2022-08-31) + +### Bug Fixes + + * [`e9163b4`](https://github.com/npm/cli/commit/e9163b48d8e46a80d2a4cc98c492b94dfa152cb8) [#4657](https://github.com/npm/cli/pull/4657) fix(libnpmpublish): unpublish from custom reg (@ruyadorno) + * [`e3da5df`](https://github.com/npm/cli/commit/e3da5df4152fbe547f7871547165328e1bf06262) [#4667](https://github.com/npm/cli/pull/4667) fix: replace deprecated String.prototype.substr() (@CommanderRoot) + * [`2829cb2`](https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d) [#4658](https://github.com/npm/cli/pull/4658) fix: update readme badges (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/npm/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + * [`0ee57f1`](https://github.com/npm/cli/commit/0ee57f1492893da84686f4340feeb0469fb751f8) [#4805](https://github.com/npm/cli/pull/4805) deps: `libnpmpublish@6.0.4` + * [`c51e553`](https://github.com/npm/cli/commit/c51e553a32315e4f1b703ca9030eb7ade91d1a85) [#4786](https://github.com/npm/cli/pull/4786) deps: `semver@7.3.7` + * [`1617bce`](https://github.com/npm/cli/commit/1617bce61663a743435d162b003d3b99376d426f) [#4695](https://github.com/npm/cli/pull/4695) deps: `libnpmpublish@6.0.3` + * [`a2781a3`](https://github.com/npm/cli/commit/a2781a367d62328d7f870de878f1b63d66593f4f) [#4691](https://github.com/npm/cli/pull/4691) deps: `ssri@9.0.0` + * [`a59fd2c`](https://github.com/npm/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f) [#4639](https://github.com/npm/cli/pull/4639) deps: `@npmcli/template-oss@3.2.2` + * [`aac01b8`](https://github.com/npm/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08) [#4628](https://github.com/npm/cli/pull/4628) deps: `@npmcli/template-oss@3.2.1` + ## [6.0.5](https://github.com/npm/cli/compare/libnpmpublish-v6.0.4...libnpmpublish-v6.0.5) (2022-08-31) ### Dependencies diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index 4083976aa5ed7..e85b2d57c5aa6 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "6.0.5", + "version": "6.0.6", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js", diff --git a/workspaces/libnpmteam/CHANGELOG.md b/workspaces/libnpmteam/CHANGELOG.md index 708799fb41f79..58c75ee6435cd 100644 --- a/workspaces/libnpmteam/CHANGELOG.md +++ b/workspaces/libnpmteam/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.0.5](https://github.com/npm/cli/compare/libnpmteam-v4.0.4...libnpmteam-v4.0.5) (2022-08-31) + +### Bug Fixes + + * [`2829cb2`](https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d) [#4658](https://github.com/npm/cli/pull/4658) fix: update readme badges (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/npm/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + * [`35e5100`](https://github.com/npm/cli/commit/35e5100e287925d19df4aab98de96cf70a6ff5a6) [#4697](https://github.com/npm/cli/pull/4697) deps: `libnpmteam@4.0.3` + * [`a59fd2c`](https://github.com/npm/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f) [#4639](https://github.com/npm/cli/pull/4639) deps: `@npmcli/template-oss@3.2.2` + * [`aac01b8`](https://github.com/npm/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08) [#4628](https://github.com/npm/cli/pull/4628) deps: `@npmcli/template-oss@3.2.1` + ## [4.0.4](https://github.com/npm/cli/compare/libnpmteam-v4.0.3...libnpmteam-v4.0.4) (2022-08-31) ### Dependencies diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json index 8f53bf5fd33dd..99e71847b4762 100644 --- a/workspaces/libnpmteam/package.json +++ b/workspaces/libnpmteam/package.json @@ -1,7 +1,7 @@ { "name": "libnpmteam", "description": "npm Team management APIs", - "version": "4.0.4", + "version": "4.0.5", "author": "GitHub Inc.", "license": "ISC", "main": "lib/index.js", From fdde13ee205d717d50563bfb45702ae3ecfca87a Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Wed, 31 Aug 2022 23:28:17 +0000 Subject: [PATCH 2/2] chore: post pull request --- AUTHORS | 852 ---------------------------------------------- package-lock.json | 20 +- 2 files changed, 10 insertions(+), 862 deletions(-) diff --git a/AUTHORS b/AUTHORS index e5b44bb9792c6..ae5b47b698de5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,853 +1 @@ # Authors sorted by whether or not they're me -isaacs -Steve Steiner -Mikeal Rogers -Aaron Blohowiak -Martyn Smith -Charlie Robbins -Francisco Treacy -Cliffano Subagio -Christian Eager -Dav Glass -Alex K. Wolfe -James Sanders -Reid Burke -Arlo Breault -Timo Derstappen -Bart Teeuwisse -Ben Noordhuis -Tor Valamo -Whyme.Lyu <5longluna@gmail.com> -Olivier Melcher -Tomaž Muraus -Evan Meagher -Orlando Vazquez -Kai Chen -George Miroshnykov -Geoff Flarity -Max Goodman -Pete Kruckenberg -Laurie Harper -Chris Wong -Scott Bronson -Federico Romero -Visnu Pitiyanuvath -Irakli Gozalishvili -Mark Cahill -Tony -Iain Sproat -Trent Mick -Felix Geisendörfer -Jameson Little -Conny Brunnkvist -Will Elwood -Dean Landolt -Oleg Efimov -Martin Cooper -Jann Horn -Andrew Bradley -Maciej Małecki -Stephen Sugden -Michael Budde -Jason Smith -Gautham Pai -David Trejo -Paul Vorbach -George Ornbo -Tim Oxley -Tyler Green -Dave Pacheco -Danila Gerasimov -Rod Vagg -Christian Howe -Andrew Lunny -Henrik Hodne -Adam Blackburn -Kris Windham -Jens Grunert -Joost-Wim Boekesteijn -Dalmais Maxence -Marcus Ekwall -Aaron Stacy -Phillip Howell -Domenic Denicola -James Halliday -Jeremy Cantrell -Ribettes -Don Park -Einar Otto Stangvik -Kei Son -Nicolas Morel -Mark Dube -Nathan Rajlich -Maxim Bogushevich -Meaglin -Ben Evans -Nathan Zadoks -Brian White -Jed Schmidt -Ian Livingstone -Patrick Pfeiffer -Paul Miller -Ryan Emery -Carl Lange -Jan Lehnardt -Stuart P. Bentley -Johan Sköld -Stuart Knightley -Niggler -Paolo Fragomeni -Jaakko Manninen -Luke Arduini -Larz Conwell -Marcel Klehr -Robert Kowalski -Forbes Lindesay -Vaz Allen -Jake Verbaten -Schabse Laks -Florian Margaine -Johan Nordberg -Ian Babrou -Di Wu -Mathias Bynens -Matt McClure -Matt Lunn -Alexey Kreschuk -elisee -Robert Gieseke -François Frisch -Trevor Burnham -Alan Shaw -TJ Holowaychuk -Nicholas Kinsey -Paulo Cesar -Elan Shanker -Jon Spencer -Jason Diamond -Maximilian Antoni -Thom Blake -Jess Martin -Spain Train -Alex Rodionov -Matt Colyer -Evan You -bitspill -Gabriel Falkenberg -Alexej Yaroshevich -Quim Calpe -Steve Mason -Wil Moore III -Sergey Belov -Tom Huang -CamilleM -Sébastien Santoro -Evan Lucas -Quinn Slack -Alex Kocharin -Daniel Santiago -Denis Gladkikh -Andrew Horton -Zeke Sikelianos -Dylan Greene -Franck Cuny -Yeonghoon Park -Rafael de Oleza -Mikola Lysenko -Yazhong Liu -Neil Gentleman -Kris Kowal -Alex Gorbatchev -Shawn Wildermuth -Wesley de Souza -yoyoyogi -J. Tangelder -Jean Lauliac -Andrey Kislyuk -Thorsten Lorenz -Julian Gruber -Benjamin Coe -Alex Ford -Matt Hickford -Sean McGivern -C J Silverio -Robin Tweedie -Miroslav Bajtoš -David Glasser -Gianluca Casati -Forrest L Norvell -Karsten Tinnefeld -Bryan Burgers -David Beitey -Evan You -Zach Pomerantz -Chris Williams -sudodoki -Mick Thompson -Felix Rabe -Michael Hayes -Chris Dickinson -Bradley Meck -GeJ -Andrew Terris -Michael Nisi -fengmk2 -Adam Meadows -Chulki Lee -不四 -dead_horse -Kenan Yildirim -Laurie Voss -Rebecca Turner -Hunter Loftis -Peter Richardson -Jussi Kalliokoski -Filip Weiss -Timo Weiß -Christopher Hiller -Jérémy Lal -Anders Janmyr -Chris Meyers -Ludwig Magnusson -Wout Mertens -Nick Santos -Terin Stock -Faiq Raza -Thomas Torp -Sam Mikes -Mat Tyndall -Tauren Mills -Ron Martinez -Kazuhito Hokamura -Tristan Davies -David Volm -Lin Clark -Ben Page -Jeff Jo -martinvd -Mark J. Titorenko -Oddur Sigurdsson -Eric Mill -Gabriel Barros -KevinSheedy -Aleksey Smolenchuk -Ed Morley -Blaine Bublitz -Andrey Fedorov -Daijiro Wachi -Luc Thevenard -Aria Stewart -Charlie Rudolph -Vladimir Rutsky -Isaac Murchie -Marcin Wosinek -David Marr -Bryan English -Anthony Zotti -Karl Horky -Jordan Harband -Guðlaugur Stefán Egilsson -Helge Skogly Holm -Peter A. Shevtsov -Alain Kalker -Bryant Williams -Jonas Weber -Tim Whidden -Andreas -Karolis Narkevicius -Adrian Lynch -Richard Littauer -Oli Evans -Matt Brennan -Jeff Barczewski -Danny Fritz -Takaya Kobayashi -Ra'Shaun Stovall -Julien Meddah -Michiel Sikma -Jakob Krigovsky -Charmander <~@charmander.me> -Erik Wienhold -James Butler -Kevin Kragenbrink -Arnaud Rinquin -Mike MacCana -Antti Mattila -laiso -Matt Zorn -Kyle Mitchell -Jeremiah Senkpiel -Michael Klein -Simen Bekkhus -Victor -thefourtheye -Clay Carpenter -bangbang93 -Nick Malaguti -Cedric Nelson -Kat Marchán -Andrew -Eduardo Pinho -Rachel Hutchison -Ryan Temple -Eugene Sharygin -James Talmage -jane arc -Joseph Dykstra -Andrew Crites -Joshua Egan -Carlos Alberto -Thomas Cort -Thaddee Tyl -Steve Klabnik -Andrew Murray -Stephan Bönnemann -Kyle M. Tarplee -Derek Peterson -Greg Whiteley -murgatroid99 -Marcin Cieslak -João Reis -Matthew Hasbach -Jon Hall -Anna Henningsen -James Treworgy -James Hartig -Stephanie Snopek -Kent C. Dodds -Aaron Krause -Daniel K O'Leary -fscherwi -Thomas Reggi -Thomas Michael McTiernan -Jason Kurian -Sebastiaan Deckers -lady3bean -Tomi Carr -Juan Caicedo -Ashley Williams -Andrew Marcinkevičius -Jorrit Schippers -Alex Lukin -Aria Stewart -Tiago Rodrigues -Tim -Nick Williams -Louis Larry -Ben Gotow -Jakub Gieryluk -Kevin Lorenz -Martin von Gagern -Eymen Gunay -Martin Ek -Rafał Pocztarski -Mark Reeder -Chris Rebert -Scott Addie -Jeff McMahan -Tim Krins -Hal Henke -Julian Simioni -Jimb Esser -Alexis Campailla -Chris Chua -Beau Gunderson -Dave Galbraith -s100 -Sergey Simonchik -Vanja Radovanović -Jonathan Persson -Vedat Mahir YILMAZ -Samuel Reed -Rafał Legiędź -Jan Schär -Xcat Liu -harryh -Prayag Verma -Neil Kistner -Zoujie Wzj -Ryan Hendrickson -Arturo Coronel -Hutson Betts -Lewis Cowper -Adam Byrne -Ifeanyi Oraelosi -Robert Ludwig -Chris Warren -Scott Plumlee -Daniel Pedersen -rhgb -doug.wade -Zac -GriffinSchneider -Andres Kalle -thefourtheye -Yael -Yann Odeyer -James Monger -Thomas Hallock -Paul Irish -Paul O'Leary McCann -Francis Gulotta -Felix Rieseberg -Glen Mailer -Federico Brigante -Steve Mao -Anna Henningsen -Rachel Evans -Sam Minnee -Zirak -Daniel Lupu -Gianluca Casati -André Herculano -Wyatt Preul -Myles Borins -Elliot Lee -Dmitry Kirilyuk -Aaron Tribou -Tapani Moilanen -Han Seoul-Oh -Aleksey Shvayka -Emma Ramirez -Julian Duque -Simon MacDonald -Adam Stankiewicz -Gregers Gram Rygg -Peter Dave Hello -Jordan Klassen -Jason Palmer -Michael Hart -Sasha Koss -David Emmerson -Christophe Hurpeau -Daniel Paz-Soldan -Sakthipriyan Vairamani -Zach Renner -Christopher Hiller -Joshua Bennett -Andrew Meyer -Michael Jasper -Max -Szymon Nowak -Jason Karns -Lucas Holmquist -Ionică Bizău -Alex Chesters -Robert Gay -Steven -Tim Caswell -Anna Henningsen -Kim Røen -Douglas Wilson -Mike Engel -baderbuddy -Alex Jordan -Ville Lahdenvuo -Natalie Wolfe -Andrew Schmadel -Jonah Moses -Daijirō Wachi -Dmitry Litvinchenko -chocolateboy -Henry Zhu -Nate Goldman -Ted Yavuzkurt -Arseniy Maximov -Evgeny Kulikov -Сковорода Никита Андреевич -Carol (Nichols || Goulding) -Jarid Margolin -David Cook -Brian Dukes -Jed Fox -Pavlo Liulia -Ján Dzurek -Lucas Theisen -Mike Sherov -薛定谔的猫 -Paweł Lula -Jakob Krigovsky -George Rawlinson -Jack Nagel -Andreas Kohn -Jason Wohlgemuth -Ryan Graham -Hirse -Colin Rotherham -Aki -Emily Marigold Klassen -Ramana Venkata -kierendixon -Rácz Tibor Zoltán -Guangcong Luo -Steven -Jan Pilzer -Leonard Martin -Teddy Katz -Simon Legg -Kin Lum -David Rousselie -Jože Mlakar -happylynx -Dominic Watson -Enrico Weigelt, metux IT consult -Brian Beck -Ramana Venkata -Misha Kaletsky -Andrew Schmadel -AJ Jordan -Mark Banner -Richard Simko -Sanketh Katta -Tim Needham -Leonardo Rojas -Mark Peter Fejes -Ryan Florence -MichaelQQ -Anders D. Johnson -Benjamin Fernandes -Simon Kurtz -David Goss -Luis Gustavo Pereira -Amos Wenger -Samuel Marks -Victor Travieso -Joshua Chaitin-Pollak -Brendan Warkentin -Scott Santucci -Xavier Cambar -Vikram -Igor Nadj -Tong Li -tripu -Carsten Brandt -Marcin Szczepanski -Josh Clow -Jakub Holy -Alexandra Ulsh -Tom MacWright -Felicio Mununga -Gabor Szabo -Andreas Müller -Andrew Pitman -Jacob Wejendorp -Alejandro López -Victor Belozyorov -Bradley Farias -Kyle E. Mitchell -Tuan Anh Tran -Nathan Woltman -Kyra -Leаh Neukirchen -Kyle Spier-Swenson -Joe Bowbeer -Nalin Bhardwaj <6984346+nalinbhardwaj@users.noreply.github.com> -Nicolas Garnier -Vladislav Rassokhin -Josh Goldberg -laggingreflex -Kristofer Selbekk -Sreenivas Alapati -Ben Creasy -Allan Kimmer Jensen -rinfan -Matt Hoyle -Mason Pawsey -Johannes Bader -Michael Zabka -Bruce MacNaughton -Christopher Patty -Max Stoiber -Enrico Weigelt -David Hu -Steven R. Loomis -Julien Deniau -Prasanna Venkatesh T S -Alec Larson -John-David Dalton -Raymond Feng -Tieme van Veen -Finn Pauls -Jeremy Kahn -Mertcan Mermerkaya -Will Yardley -Matt Travi -Solomon Victorino -Rich Trott -Maksym Kobieliev -Thomas Reggi -David Gilbertson -Rob Lourens -Karan Thakkar -Howard T. Chiam -Geoffrey Mattie -Luis Lobo Borobia -Aaron Tribou -刘祺 -Brad Johnson -Artem Varaksa -Mary -Darryl Pogue -Rick Schubert -Daniel W -XhmikosR -Martin Kühl -Valentin Ouvrard -Noah Benham -Brian Olore -Mat Warger -Federico Rampazzo -SneakyFish5 <32284796+SneakyFish5@users.noreply.github.com> -Nikki Everett -Erik Price -Lars Willighagen -Kevin Gibbons -Maarten Balliauw -Mehdy Dara -Robert Kielty -Scott Trinh -Hugo -Jacob -Joe Bottigliero -Nikolai Vavilov -Kelvin Jin -乱序 -Audrey Eschright -Xu Meng -George -Beni von Cheni -Frédéric Harper -Johannes Würbach -ƇʘƁ̆ąƇ́ -Eli Doran -Tobias Koppers -Grey Baker -JT Turner -Audrey Eschright -Alexander Gudulin -Philipp Hagemeister -Amadou Sall -Chris Manson -vlasy -Emilis Dambauskas (Tokenmill) -George Czabania -Jonathan Underwood -Nick Graef -James George -John O'Sullivan -ossdev -Raphael Goulais -COURIER, CALEB [AG/1000] -CalebCourier -Florian Keller -Sreeram Jayan ---get -raywu0123 -Iván Reinoso García -Roy Marples -Robert James Gabriel -John Firebaugh -Kitten King -Claudia Hernández -Artem Sapegin -Márton Salomváry -gall0ws -Olivier Chevet -Maël Nison -Sara Ahbabou -Gareth Jones -Ruy Adorno -Michael Perrotte -Ben Blank -Christian Clauss -Nikita Lebedev -Henrik Gemal -Philip Harrison -Jason Etcovitch -Darcy Clarke -orion -NoDocCat -joan xie -Amal Hussein -Brett Zamir -Menelaos Kotsollaris -Mehdi Hasan Khan -Craig Loewen -Fighting-Jack <574637316@qq.com> -Bakel, Roel van -Charlie West-Toebe <38671683+Hoidberg@users.noreply.github.com> -Richard Lau -Felix Yan -Zhenya Vinogradov -Rafael Hengles -Jan-Philip Gehrcke -Caleb Sacks <16855387+clabe45@users.noreply.github.com> -Kyle Getz -Sean Healy -Netanel Gilad -Dave Nicolson -Ajay Narain Mathur -Vitaliy Markitanov <9357021+vit100@users.noreply.github.com> -simon_s -John Kennedy -Bernard Kitchens -Jarda Snajdr -Naix Geng <1308363651@qq.com> -Dylan Treisman -mum-never-proud -Pablo Cúbico -Peter Fich -Maxwell Gerber -Sean Poulter -vanishcode -Timo Sand -Jean-Charles Sisk -Martin Packman -Danielle Adams -Edward Thomson -Masafumi Koba -Gianfranco Costamagna -Antonio -Sandra Tatarevićová -Antoine du Hamel -Assaf Sapir -jamesgeorge007 -Lukas Spieß -Mickael Jeanroy -Myles Borins -Nathan LaFreniere -Lucio Martinez -Brian Jenkins -nlf -zhaoxuxu -liuye.adam -Michaël Zasso -Gareth Jones -Jake Champion -takenspc -iraj -Michele Azzolari -foxxyz -Dr -Jan Tojnar -Jason Attwood -Vlad GURDIGA -Sébastien Puech -Jannis Hell -Hollow Man -kai zhu -Alex Woollam -Daniel Fischer -Yash-Singh1 -Edu93Jer -Tieg Zaharia -Aki <71239005+AkiaCode@users.noreply.github.com> -fuhao.xu -marsonya <16393876+marsonya@users.noreply.github.com> -Jeff Griffiths -Michael Garvin -Gar -dr-js -Pavan Bellamkonda <31280326+pavanbellamkonda@users.noreply.github.com> -Alexander Riccio -RA80533 <32469082+RA80533@users.noreply.github.com> -Ikko Ashimine -MrBrain295 <66077254+MrBrain295@users.noreply.github.com> -kumavis -Christof Lemke -Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> -Bjørn Johansen -Fraqe -Edward Grech -Kenrick -Karthik Sundari -Jan Sepke <625043+jansepke@users.noreply.github.com> -Augusto Moura -Eric Chow -kbayrhammer -James Chen-Smith -Yash Singh -Danielle Church -Seth Thomas -Andreas -Felipe Santos -Luigi Pinca -Marco Sirabella -wangsai -Luke Hefson -mrmlnc -Juan Picado -Kevin Cormier -Nariyasu Heseri -rethab -Spencer Wilson <5624115+spencerwilson@users.noreply.github.com> -Daniel Park -Daniel Park -Luke Karrys -Ivan -Aluneed <31174087+aluneed@users.noreply.github.com> -relrelb -Cameron Tacklind -Demira Dimitrova -AkiJoey -austincho -Nathan Fritz -tripu <1016538+tripu@users.noreply.github.com> -Matsuuu -Anders Kaseorg -John Gee -Ayush Rawal -Nate Green -Jacob Yacovelli -Caleb ツ Everett -gfyoung -Edward Thomson -Behnam Mohammadi -gfyoung -Luke Karrys -Pelle Wessman -Daniel Cobo -Mansur Ali Koroglu -Yucel Okcu -Takuya Fukuju -Jan T. Sott -yotamselementor <83912471+yotamselementor@users.noreply.github.com> -Felipe Plets -fncolon -Emin Buğra Saral -Tierney Cyren -Guillaume Grossetie -linkgoron -Quentin Barbe -Delapouite -F. Hinkelmann -Tierney Cyren -Mohamed Akram -Wassim Chegham <1699357+manekinekko@users.noreply.github.com> -David Chin -David Walker -Boris Verkhovskiy -JSKitty -CommanderRoot -Marco Tizzoni -You Nguyen -Omri Bar-Zik -Jihun Lee -Yonathan Randolph -Julian Møller Ellehauge -Lucas Werkmeister -Seth Westphal -Mihai Crisan <61682879+crisanmm@users.noreply.github.com> -Kenichi Kamiya -Chen XI -Jon Jensen -JC (Jonathan Chen) -MapleCCC -Patryk Ludwikowski -Takuya N -Neel Dani -Anton Rieder <1301152+aried3r@users.noreply.github.com> -William Marlow -KevinBrother <1301239018@qq.com> -Kyle West -Nathan Hughes diff --git a/package-lock.json b/package-lock.json index 83d293f6a8668..4757372b1d606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "8.19.0", + "version": "8.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "8.19.0", + "version": "8.19.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -114,16 +114,16 @@ "init-package-json": "^3.0.2", "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^2.3.1", - "libnpmaccess": "^6.0.4", + "libnpmaccess": "^6.0.5", "libnpmdiff": "^4.0.5", "libnpmexec": "^4.0.12", "libnpmfund": "^3.0.3", "libnpmhook": "^8.0.4", - "libnpmorg": "^4.0.4", + "libnpmorg": "^4.0.5", "libnpmpack": "^4.1.3", - "libnpmpublish": "^6.0.5", + "libnpmpublish": "^6.0.6", "libnpmsearch": "^5.0.4", - "libnpmteam": "^4.0.4", + "libnpmteam": "^4.0.5", "libnpmversion": "^3.0.7", "make-fetch-happen": "^10.2.0", "minipass": "^3.1.6", @@ -13913,7 +13913,7 @@ } }, "workspaces/libnpmaccess": { - "version": "6.0.4", + "version": "6.0.5", "license": "ISC", "dependencies": { "aproba": "^2.0.0", @@ -14017,7 +14017,7 @@ } }, "workspaces/libnpmorg": { - "version": "4.0.4", + "version": "4.0.5", "license": "ISC", "dependencies": { "aproba": "^2.0.0", @@ -14053,7 +14053,7 @@ } }, "workspaces/libnpmpublish": { - "version": "6.0.5", + "version": "6.0.6", "license": "ISC", "dependencies": { "normalize-package-data": "^4.0.0", @@ -14091,7 +14091,7 @@ } }, "workspaces/libnpmteam": { - "version": "4.0.4", + "version": "4.0.5", "license": "ISC", "dependencies": { "aproba": "^2.0.0",