1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 10:25:00 +01:00

Bump ora from 6.0.1 to 6.1.0 (#807)

Bumps [ora](https://github.com/sindresorhus/ora) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](https://github.com/sindresorhus/ora/compare/v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: ora
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-11 19:10:29 +00:00 committed by GitHub
parent e97bb29428
commit dff76fc4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 102 additions and 64 deletions

164
package-lock.json generated
View File

@ -60,7 +60,7 @@
"jest": "^27.5.1", "jest": "^27.5.1",
"jest-canvas-mock": "^2.3.1", "jest-canvas-mock": "^2.3.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"ora": "^6.0.1", "ora": "^6.1.0",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"slugify": "^1.6.5", "slugify": "^1.6.5",
@ -6388,9 +6388,9 @@
} }
}, },
"node_modules/cli-spinners": { "node_modules/cli-spinners": {
"version": "2.6.0", "version": "2.6.1",
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.0.tgz", "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz",
"integrity": "sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==", "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=6" "node": ">=6"
@ -14079,6 +14079,18 @@
"node": ">=0.10.0" "node": ">=0.10.0"
} }
}, },
"node_modules/is-unicode-supported": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.1.0.tgz",
"integrity": "sha512-lDcxivp8TJpLG75/DpatAqNzOpDPSpED8XNtrpBHTdQ2InQ1PbW78jhwSxyxhhu+xbVSast2X38bwj8atwoUQA==",
"dev": true,
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-valid-path": { "node_modules/is-valid-path": {
"version": "0.1.1", "version": "0.1.1",
"resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz", "resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz",
@ -15448,6 +15460,34 @@
"resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz", "resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz",
"integrity": "sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=" "integrity": "sha1-PNRXSgC2e643OpS3SHcmQFB7eqw="
}, },
"node_modules/log-symbols": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-5.1.0.tgz",
"integrity": "sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==",
"dev": true,
"dependencies": {
"chalk": "^5.0.0",
"is-unicode-supported": "^1.1.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/log-symbols/node_modules/chalk": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"dev": true,
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/longest-streak": { "node_modules/longest-streak": {
"version": "2.0.4", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz", "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz",
@ -16735,18 +16775,18 @@
} }
}, },
"node_modules/ora": { "node_modules/ora": {
"version": "6.0.1", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/ora/-/ora-6.0.1.tgz", "resolved": "https://registry.npmjs.org/ora/-/ora-6.1.0.tgz",
"integrity": "sha512-TDdKkKHdWE6jo/6pIa5U5AWcSVfpNRFJ8sdRJpioGNVPLAzZzHs/N+QhUfF7ZbyoC+rnDuNTKzeDJUbAza9g4g==", "integrity": "sha512-CxEP6845hLK+NHFWZ+LplGO4zfw4QSfxTlqMfvlJ988GoiUeZDMzCvqsZkFHv69sPICmJH1MDxZoQFOKXerAVw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"bl": "^5.0.0", "bl": "^5.0.0",
"chalk": "^4.1.2", "chalk": "^5.0.0",
"cli-cursor": "^4.0.0", "cli-cursor": "^4.0.0",
"cli-spinners": "^2.6.0", "cli-spinners": "^2.6.1",
"is-interactive": "^2.0.0", "is-interactive": "^2.0.0",
"is-unicode-supported": "^1.1.0", "is-unicode-supported": "^1.1.0",
"log-symbols": "^5.0.0", "log-symbols": "^5.1.0",
"strip-ansi": "^7.0.1", "strip-ansi": "^7.0.1",
"wcwidth": "^1.0.1" "wcwidth": "^1.0.1"
}, },
@ -16804,6 +16844,18 @@
"ieee754": "^1.2.1" "ieee754": "^1.2.1"
} }
}, },
"node_modules/ora/node_modules/chalk": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"dev": true,
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/ora/node_modules/cli-cursor": { "node_modules/ora/node_modules/cli-cursor": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
@ -16819,34 +16871,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/ora/node_modules/is-unicode-supported": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.1.0.tgz",
"integrity": "sha512-lDcxivp8TJpLG75/DpatAqNzOpDPSpED8XNtrpBHTdQ2InQ1PbW78jhwSxyxhhu+xbVSast2X38bwj8atwoUQA==",
"dev": true,
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/ora/node_modules/log-symbols": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-5.0.0.tgz",
"integrity": "sha512-zBsSKauX7sM0kcqrf8VpMRPqcWzU6a/Wi7iEl0QlVSCiIZ4CctaLdfVdiZUn6q2/nenyt392qJqpw9FhNAwqxQ==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
"is-unicode-supported": "^1.0.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/ora/node_modules/readable-stream": { "node_modules/ora/node_modules/readable-stream": {
"version": "3.6.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
@ -28501,9 +28525,9 @@
} }
}, },
"cli-spinners": { "cli-spinners": {
"version": "2.6.0", "version": "2.6.1",
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.0.tgz", "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz",
"integrity": "sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==", "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==",
"dev": true "dev": true
}, },
"cli-width": { "cli-width": {
@ -34204,6 +34228,12 @@
"unc-path-regex": "^0.1.2" "unc-path-regex": "^0.1.2"
} }
}, },
"is-unicode-supported": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.1.0.tgz",
"integrity": "sha512-lDcxivp8TJpLG75/DpatAqNzOpDPSpED8XNtrpBHTdQ2InQ1PbW78jhwSxyxhhu+xbVSast2X38bwj8atwoUQA==",
"dev": true
},
"is-valid-path": { "is-valid-path": {
"version": "0.1.1", "version": "0.1.1",
"resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz", "resolved": "https://registry.npmjs.org/is-valid-path/-/is-valid-path-0.1.1.tgz",
@ -35323,6 +35353,24 @@
"resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz", "resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-4.4.0.tgz",
"integrity": "sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=" "integrity": "sha1-PNRXSgC2e643OpS3SHcmQFB7eqw="
}, },
"log-symbols": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-5.1.0.tgz",
"integrity": "sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==",
"dev": true,
"requires": {
"chalk": "^5.0.0",
"is-unicode-supported": "^1.1.0"
},
"dependencies": {
"chalk": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"dev": true
}
}
},
"longest-streak": { "longest-streak": {
"version": "2.0.4", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz", "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz",
@ -36295,18 +36343,18 @@
} }
}, },
"ora": { "ora": {
"version": "6.0.1", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/ora/-/ora-6.0.1.tgz", "resolved": "https://registry.npmjs.org/ora/-/ora-6.1.0.tgz",
"integrity": "sha512-TDdKkKHdWE6jo/6pIa5U5AWcSVfpNRFJ8sdRJpioGNVPLAzZzHs/N+QhUfF7ZbyoC+rnDuNTKzeDJUbAza9g4g==", "integrity": "sha512-CxEP6845hLK+NHFWZ+LplGO4zfw4QSfxTlqMfvlJ988GoiUeZDMzCvqsZkFHv69sPICmJH1MDxZoQFOKXerAVw==",
"dev": true, "dev": true,
"requires": { "requires": {
"bl": "^5.0.0", "bl": "^5.0.0",
"chalk": "^4.1.2", "chalk": "^5.0.0",
"cli-cursor": "^4.0.0", "cli-cursor": "^4.0.0",
"cli-spinners": "^2.6.0", "cli-spinners": "^2.6.1",
"is-interactive": "^2.0.0", "is-interactive": "^2.0.0",
"is-unicode-supported": "^1.1.0", "is-unicode-supported": "^1.1.0",
"log-symbols": "^5.0.0", "log-symbols": "^5.1.0",
"strip-ansi": "^7.0.1", "strip-ansi": "^7.0.1",
"wcwidth": "^1.0.1" "wcwidth": "^1.0.1"
}, },
@ -36338,6 +36386,12 @@
"ieee754": "^1.2.1" "ieee754": "^1.2.1"
} }
}, },
"chalk": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"dev": true
},
"cli-cursor": { "cli-cursor": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
@ -36347,22 +36401,6 @@
"restore-cursor": "^4.0.0" "restore-cursor": "^4.0.0"
} }
}, },
"is-unicode-supported": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.1.0.tgz",
"integrity": "sha512-lDcxivp8TJpLG75/DpatAqNzOpDPSpED8XNtrpBHTdQ2InQ1PbW78jhwSxyxhhu+xbVSast2X38bwj8atwoUQA==",
"dev": true
},
"log-symbols": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-5.0.0.tgz",
"integrity": "sha512-zBsSKauX7sM0kcqrf8VpMRPqcWzU6a/Wi7iEl0QlVSCiIZ4CctaLdfVdiZUn6q2/nenyt392qJqpw9FhNAwqxQ==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
"is-unicode-supported": "^1.0.0"
}
},
"readable-stream": { "readable-stream": {
"version": "3.6.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",

View File

@ -71,7 +71,7 @@
"jest": "^27.5.1", "jest": "^27.5.1",
"jest-canvas-mock": "^2.3.1", "jest-canvas-mock": "^2.3.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"ora": "^6.0.1", "ora": "^6.1.0",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"slugify": "^1.6.5", "slugify": "^1.6.5",