Skip to content

Commit

Permalink
deps: cacache@18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Dec 6, 2023
1 parent ae2d982 commit 35371c8
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 765 deletions.
3 changes: 0 additions & 3 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@
!/make-fetch-happen
!/minimatch
!/minipass-collect
!/minipass-collect/node_modules/
/minipass-collect/node_modules/*
!/minipass-collect/node_modules/minipass
!/minipass-fetch
!/minipass-flush
!/minipass-flush/node_modules/
Expand Down
1 change: 1 addition & 0 deletions node_modules/cacache/lib/content/write.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class CacacheWriteStream extends Flush {
this.cache,
this.opts
)
this.handleContentP.catch(error => this.emit('error', error))
}
return this.inputStream.write(chunk, encoding, cb)
}
Expand Down
16 changes: 5 additions & 11 deletions node_modules/cacache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cacache",
"version": "18.0.0",
"version": "18.0.1",
"cache-version": {
"content": "2",
"index": "5"
Expand Down Expand Up @@ -50,7 +50,7 @@
"glob": "^10.2.2",
"lru-cache": "^10.0.1",
"minipass": "^7.0.3",
"minipass-collect": "^1.0.2",
"minipass-collect": "^2.0.1",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"p-map": "^4.0.0",
Expand All @@ -60,7 +60,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.18.0",
"@npmcli/template-oss": "4.19.0",
"tap": "^16.0.0"
},
"engines": {
Expand All @@ -69,14 +69,8 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
"version": "4.18.0",
"publish": "true",
"ciVersions": [
"16.14.0",
"16.x",
"18.0.0",
"18.x"
]
"version": "4.19.0",
"publish": "true"
},
"author": "GitHub Inc.",
"tap": {
Expand Down
2 changes: 1 addition & 1 deletion node_modules/minipass-collect/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors
Copyright (c) 2019-2023 Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion node_modules/minipass-collect/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Minipass = require('minipass')
const { Minipass } = require('minipass')
const _data = Symbol('_data')
const _length = Symbol('_length')
class Collect extends Minipass {
Expand Down
15 changes: 0 additions & 15 deletions node_modules/minipass-collect/node_modules/minipass/LICENSE

This file was deleted.

Loading

0 comments on commit 35371c8

Please sign in to comment.