Skip to content

Commit 6e4a649

Browse files
committedFeb 1, 2023
deps: pacote@15.0.8
1 parent 1820afe commit 6e4a649

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.

‎node_modules/pacote/node_modules/fs-minipass/lib/index.js

+443
Large diffs are not rendered by default.

‎node_modules/pacote/node_modules/fs-minipass/package.json

+53
Original file line numberDiff line numberDiff line change

‎node_modules/pacote/package.json

+4-4
Original file line numberDiff line numberDiff line change

‎package-lock.json

+22-10
Original file line numberDiff line numberDiff line change

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"npm-user-validate": "^1.0.1",
104104
"npmlog": "^7.0.1",
105105
"p-map": "^4.0.0",
106-
"pacote": "^15.0.7",
106+
"pacote": "^15.0.8",
107107
"parse-conflict-json": "^3.0.0",
108108
"proc-log": "^3.0.0",
109109
"qrcode-terminal": "^0.12.0",

‎workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"npm-pick-manifest": "^8.0.1",
2727
"npm-registry-fetch": "^14.0.3",
2828
"npmlog": "^7.0.1",
29-
"pacote": "^15.0.7",
29+
"pacote": "^15.0.8",
3030
"parse-conflict-json": "^3.0.0",
3131
"proc-log": "^3.0.0",
3232
"promise-all-reject-late": "^1.0.0",

‎workspaces/libnpmdiff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"diff": "^5.1.0",
5555
"minimatch": "^5.1.1",
5656
"npm-package-arg": "^10.1.0",
57-
"pacote": "^15.0.7",
57+
"pacote": "^15.0.8",
5858
"tar": "^6.1.13"
5959
},
6060
"templateOSS": {

‎workspaces/libnpmexec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"ci-info": "^3.7.0",
6868
"npm-package-arg": "^10.1.0",
6969
"npmlog": "^7.0.1",
70-
"pacote": "^15.0.7",
70+
"pacote": "^15.0.8",
7171
"proc-log": "^3.0.0",
7272
"read": "^1.0.7",
7373
"read-package-json-fast": "^3.0.1",

‎workspaces/libnpmpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@npmcli/arborist": "^6.2.0",
4040
"@npmcli/run-script": "^6.0.0",
4141
"npm-package-arg": "^10.1.0",
42-
"pacote": "^15.0.7"
42+
"pacote": "^15.0.8"
4343
},
4444
"engines": {
4545
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.