diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 4f382e5714b97..89b2792ac512a 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -108,7 +108,6 @@ graph LR; npm-->nopt; npm-->normalize-package-data; npm-->npm-audit-report; - npm-->npm-bundled; npm-->npm-install-checks; npm-->npm-package-arg; npm-->npm-packlist; @@ -502,7 +501,6 @@ graph LR; npm-->nopt; npm-->normalize-package-data; npm-->npm-audit-report; - npm-->npm-bundled; npm-->npm-install-checks; npm-->npm-package-arg; npm-->npm-packlist; diff --git a/node_modules/promzard/lib/index.js b/node_modules/promzard/lib/index.js index 52c8a3c828313..130bb4e3aa9e5 100644 --- a/node_modules/promzard/lib/index.js +++ b/node_modules/promzard/lib/index.js @@ -133,6 +133,7 @@ class PromZard { o[k] = await this.#prompt(prompt, def, tx) } catch (er) { if (er.notValid) { + // eslint-disable-next-line no-console console.log(er.message) i-- } else { diff --git a/node_modules/promzard/package.json b/node_modules/promzard/package.json index a4253193232b8..71b0ed439a440 100644 --- a/node_modules/promzard/package.json +++ b/node_modules/promzard/package.json @@ -2,9 +2,9 @@ "author": "GitHub Inc.", "name": "promzard", "description": "prompting wizardly", - "version": "1.0.1", + "version": "1.0.2", "repository": { - "url": "https://github.com/npm/promzard.git", + "url": "git+https://github.com/npm/promzard.git", "type": "git" }, "dependencies": { @@ -12,7 +12,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.21.3", + "@npmcli/template-oss": "4.22.0", "tap": "^16.3.0" }, "main": "lib/index.js", @@ -35,7 +35,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.21.3", + "version": "4.22.0", "publish": true }, "tap": { diff --git a/package-lock.json b/package-lock.json index 7c5498f46f7ff..806af2f7396df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9791,9 +9791,9 @@ } }, "node_modules/promzard": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.1.tgz", - "integrity": "sha512-ulDF77aULEHUoJkN5XZgRV5loHXBaqd9eorMvLNLvi2gXMuRAtwH6Gh4zsMHQY1kTt7tyv/YZwZW5C2gtj8F2A==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/promzard/-/promzard-1.0.2.tgz", + "integrity": "sha512-2FPputGL+mP3jJ3UZg/Dl9YOkovB7DX0oOr+ck5QbZ5MtORtds8k/BZdn+02peDLI8/YWbmzx34k5fA+fHvCVQ==", "inBundle": true, "dependencies": { "read": "^3.0.1"