create-miro-app
Advanced tools
Comparing version 1.10.8 to 1.10.9
{ | ||
"name": "create-miro-app", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"keywords": [ | ||
@@ -25,2 +25,5 @@ "miro", | ||
], | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"scripts": { | ||
@@ -49,8 +52,8 @@ "predev": "yarn clear:dist && yarn build:config && yarn transpile-ts && yarn build:templates-list", | ||
"@types/lodash.template": "4.5.1", | ||
"@types/node": "18.11.18", | ||
"@types/prompts": "2.4.2", | ||
"@types/node": "18.15.10", | ||
"@types/prompts": "2.4.3", | ||
"@types/rimraf": "3.0.2", | ||
"@types/tar": "6.1.3", | ||
"@types/tar": "6.1.4", | ||
"@types/validate-npm-package-name": "4.0.0", | ||
"@vercel/ncc": "0.33.0", | ||
"@vercel/ncc": "0.36.1", | ||
"analytics-node": "^6.2.0", | ||
@@ -62,11 +65,11 @@ "async-retry": "1.3.3", | ||
"express": "^4.18.2", | ||
"husky": "7.0.4", | ||
"lint-staged": "13.1.2", | ||
"husky": "8.0.3", | ||
"lint-staged": "13.2.0", | ||
"lodash.template": "4.5.0", | ||
"picocolors": "1.0.0", | ||
"prettier": "2.8.4", | ||
"prettier": "2.8.7", | ||
"prompts": "2.4.2", | ||
"rimraf": "4.1.2", | ||
"tar": "6.1.13", | ||
"typescript": "4.5.4", | ||
"typescript": "5.0.2", | ||
"update-check": "1.5.4", | ||
@@ -73,0 +76,0 @@ "validate-npm-package-name": "5.0.0" |
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1059829