Skip to content

Commit 9bc7a6b

Browse files
fritzytimothybonci
authored andcommitted
deps: pacote@15.0.8
1 parent afaec08 commit 9bc7a6b

File tree

12 files changed

+546
-20
lines changed

12 files changed

+546
-20
lines changed

mock-registry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@npmcli/template-oss": "4.11.3",
5050
"nock": "^13.2.9",
5151
"npm-package-arg": "^10.1.0",
52-
"pacote": "^15.0.7",
52+
"pacote": "^15.0.8",
5353
"tap": "^16.3.2"
5454
}
5555
}

node_modules/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@
214214
!/once
215215
!/p-map
216216
!/pacote
217+
!/pacote/node_modules/
218+
/pacote/node_modules/*
219+
!/pacote/node_modules/fs-minipass
217220
!/parse-conflict-json
218221
!/path-is-absolute
219222
!/postcss-selector-parser
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The ISC License
2+
3+
Copyright (c) Isaac Z. Schlueter and Contributors
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)