1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

Bump ora from 6.2.0 to 6.3.1 (#1131)

Bumps [ora](https://github.com/sindresorhus/ora) from 6.2.0 to 6.3.1.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](https://github.com/sindresorhus/ora/compare/v6.2.0...v6.3.1)

---
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] 2023-06-05 12:05:36 +01:00 committed by GitHub
parent 60739def36
commit 49e29dca99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -39,7 +39,7 @@
"jest-canvas-mock": "^2.5.1",
"jest-environment-jsdom": "^29.4.2",
"js-yaml": "^4.1.0",
"ora": "^6.2.0",
"ora": "^6.3.1",
"prepend": "^1.0.2",
"prettier": "^2.8.6",
"sharp": "^0.32.0",
@ -10992,9 +10992,9 @@
}
},
"node_modules/ora": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/ora/-/ora-6.2.0.tgz",
"integrity": "sha512-c1qb/1rdE+EFDYiLXh10VY459uMh7DN9zlgd8mZJLoeiPpYllN8eAOiih2Rkah5ywxRm5tHN5C9zPheDq8d1MA==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/ora/-/ora-6.3.1.tgz",
"integrity": "sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==",
"dev": true,
"dependencies": {
"chalk": "^5.0.0",

View File

@ -54,7 +54,7 @@
"jest-canvas-mock": "^2.5.1",
"jest-environment-jsdom": "^29.4.2",
"js-yaml": "^4.1.0",
"ora": "^6.2.0",
"ora": "^6.3.1",
"prepend": "^1.0.2",
"prettier": "^2.8.6",
"sharp": "^0.32.0",