@inquirer/confirm
Advanced tools
Comparing version 3.1.14 to 3.1.15
{ | ||
"name": "@inquirer/confirm", | ||
"version": "3.1.14", | ||
"version": "3.1.15", | ||
"description": "Inquirer confirm prompt", | ||
@@ -57,7 +57,7 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@inquirer/core": "^9.0.2", | ||
"@inquirer/type": "^1.4.0" | ||
"@inquirer/core": "^9.0.3", | ||
"@inquirer/type": "^1.5.0" | ||
}, | ||
"devDependencies": { | ||
"@inquirer/testing": "^2.1.25" | ||
"@inquirer/testing": "^2.1.26" | ||
}, | ||
@@ -68,3 +68,3 @@ "scripts": { | ||
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs", | ||
"dev": "tsc -p ./tsconfig.json --watch", | ||
"tsc:watch": "tsc -p ./tsconfig.json --watch", | ||
"attw": "attw --pack" | ||
@@ -91,3 +91,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "95d2d65d3aca2c0fab66c7fd40b5dc413dfc894f" | ||
"gitHead": "eb7a658ca58d8cc5863efb9289ae1b42e818bdd0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8401
Updated@inquirer/core@^9.0.3
Updated@inquirer/type@^1.5.0