Skip to content

Commit

Permalink
deps: npm update
Browse files Browse the repository at this point in the history
 - gauge@5.0.1
 - is-core-module@2.12.0
 - minipass-fetch@3.0.3
 - npm-normailze-package-bin@3.0.1
 - postcss-selector@6.0.12
 - signal-exit@4.0.1
  • Loading branch information
wraithgar committed May 2, 2023
1 parent 2753fd2 commit 00304f5
Show file tree
Hide file tree
Showing 115 changed files with 2,765 additions and 2,241 deletions.
22 changes: 14 additions & 8 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
!/@isaacs/cliui/node_modules/
/@isaacs/cliui/node_modules/*
!/@isaacs/cliui/node_modules/ansi-regex
!/@isaacs/cliui/node_modules/ansi-styles
!/@isaacs/cliui/node_modules/emoji-regex
!/@isaacs/cliui/node_modules/string-width
!/@isaacs/cliui/node_modules/strip-ansi
!/@isaacs/cliui/node_modules/wrap-ansi
!/@isaacs/string-locale-compare
!/@npmcli/
/@npmcli/*
Expand Down Expand Up @@ -112,6 +110,7 @@
!/event-target-shim
!/events
!/fastest-levenshtein
!/foreground-child
!/fs-minipass
!/fs-minipass/node_modules/
/fs-minipass/node_modules/*
Expand All @@ -122,11 +121,8 @@
!/glob
!/glob/node_modules/
/glob/node_modules/*
!/glob/node_modules/foreground-child
!/glob/node_modules/jackspeak
!/glob/node_modules/minimatch
!/glob/node_modules/minipass
!/glob/node_modules/signal-exit
!/graceful-fs
!/has-flag
!/has-unicode
Expand Down Expand Up @@ -156,6 +152,7 @@
!/is-fullwidth-code-point
!/is-lambda
!/isexe
!/jackspeak
!/json-parse-even-better-errors
!/json-stringify-nice
!/jsonparse
Expand Down Expand Up @@ -183,6 +180,9 @@
/minipass-collect/node_modules/*
!/minipass-collect/node_modules/minipass
!/minipass-fetch
!/minipass-fetch/node_modules/
/minipass-fetch/node_modules/*
!/minipass-fetch/node_modules/minipass
!/minipass-flush
!/minipass-flush/node_modules/
/minipass-flush/node_modules/*
Expand Down Expand Up @@ -233,6 +233,7 @@
!/node-gyp/node_modules/nopt
!/node-gyp/node_modules/npmlog
!/node-gyp/node_modules/readable-stream
!/node-gyp/node_modules/signal-exit
!/node-gyp/node_modules/ssri
!/node-gyp/node_modules/unique-filename
!/node-gyp/node_modules/unique-slug
Expand Down Expand Up @@ -337,11 +338,16 @@
!/which
!/wide-align
!/wrap-ansi-cjs
!/wrap-ansi
!/wrap-ansi/node_modules/
/wrap-ansi/node_modules/*
!/wrap-ansi/node_modules/ansi-regex
!/wrap-ansi/node_modules/ansi-styles
!/wrap-ansi/node_modules/emoji-regex
!/wrap-ansi/node_modules/string-width
!/wrap-ansi/node_modules/strip-ansi
!/wrappy
!/write-file-atomic
!/write-file-atomic/node_modules/
/write-file-atomic/node_modules/*
!/write-file-atomic/node_modules/signal-exit
!/yallist
# Always ignore some specific patterns within any allowed package
.bin/
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion node_modules/gauge/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var Plumbing = require('./plumbing.js')
var hasUnicode = require('has-unicode')
var hasColor = require('./has-color.js')
var onExit = require('signal-exit')
var onExit = require('signal-exit').onExit
var defaultThemes = require('./themes')
var setInterval = require('./set-interval.js')
var process = require('./process.js')
Expand Down
11 changes: 6 additions & 5 deletions node_modules/gauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gauge",
"version": "5.0.0",
"version": "5.0.1",
"description": "A terminal based horizontal gauge",
"main": "lib",
"scripts": {
Expand Down Expand Up @@ -32,14 +32,14 @@
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.7",
"signal-exit": "^4.0.1",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.5"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "4.5.1",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.14.1",
"readable-stream": "^4.0.0",
"tap": "^16.0.1"
},
Expand All @@ -62,6 +62,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.5.1"
"version": "4.14.1",
"publish": "true"
}
}
106 changes: 0 additions & 106 deletions node_modules/glob/node_modules/signal-exit/package.json

This file was deleted.

5 changes: 4 additions & 1 deletion node_modules/is-core-module/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
"node:sys": [">= 14.18 && < 15", ">= 16"],
"test/reporters": [">= 19.9", ">= 20"],
"node:test/reporters": [">= 19.9", ">= 20"],
"node:test": [">= 16.17 && < 17", ">= 18"],
"timers": true,
"node:timers": [">= 14.18 && < 15", ">= 16"],
Expand Down Expand Up @@ -147,7 +149,8 @@
"node:v8": [">= 14.18 && < 15", ">= 16"],
"vm": true,
"node:vm": [">= 14.18 && < 15", ">= 16"],
"wasi": ">= 13.4 && < 13.5",
"wasi": [">= 13.4 && < 13.5", ">= 20"],
"node:wasi": ">= 20",
"worker_threads": ">= 11.7",
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
"zlib": ">= 0.5",
Expand Down
9 changes: 5 additions & 4 deletions node_modules/is-core-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-core-module",
"version": "2.11.0",
"version": "2.12.0",
"description": "Is this specifier a node.js core module?",
"main": "index.js",
"sideEffects": false,
Expand Down Expand Up @@ -45,16 +45,17 @@
"has": "^1.0.3"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.1",
"@ljharb/eslint-config": "^21.0.1",
"aud": "^2.0.2",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"mock-property": "^1.0.0",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.0",
"tape": "^5.6.1"
"tape": "^5.6.3"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion node_modules/minipass-fetch/lib/blob.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict'
const Minipass = require('minipass')
const { Minipass } = require('minipass')
const TYPE = Symbol('type')
const BUFFER = Symbol('buffer')

Expand Down
2 changes: 1 addition & 1 deletion node_modules/minipass-fetch/lib/body.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict'
const Minipass = require('minipass')
const { Minipass } = require('minipass')
const MinipassSized = require('minipass-sized')

const Blob = require('./blob.js')
Expand Down
2 changes: 1 addition & 1 deletion node_modules/minipass-fetch/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { URL } = require('url')
const http = require('http')
const https = require('https')
const zlib = require('minizlib')
const Minipass = require('minipass')
const { Minipass } = require('minipass')

const Body = require('./body.js')
const { writeToStream, getTotalBytes } = Body
Expand Down
2 changes: 1 addition & 1 deletion node_modules/minipass-fetch/lib/request.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'
const { URL } = require('url')
const Minipass = require('minipass')
const { Minipass } = require('minipass')
const Headers = require('./headers.js')
const { exportNodeCompatibleHeaders } = Headers
const Body = require('./body.js')
Expand Down
15 changes: 15 additions & 0 deletions node_modules/minipass-fetch/node_modules/minipass/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
The ISC License

Copyright (c) 2017-2023 npm, Inc., 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
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Loading

0 comments on commit 00304f5

Please sign in to comment.