1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-07 23:38:48 +01:00

Merge pull request #2797 from h3poteto/dependabot/npm_and_yarn/cfonts-2.10.0

Bump cfonts from 2.9.3 to 2.10.0
This commit is contained in:
AkiraFukushima 2021-10-02 17:26:42 +09:00 committed by GitHub
commit 1b6cfe45d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -140,7 +140,7 @@
"babel-loader": "^8.2.2",
"babel-plugin-istanbul": "^6.0.0",
"babel-register": "^6.26.0",
"cfonts": "^2.9.3",
"cfonts": "^2.10.0",
"chai": "^4.3.4",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^9.0.1",

View File

@ -3340,12 +3340,12 @@ center-align@^0.1.1:
align-text "^0.1.3"
lazy-cache "^1.0.3"
cfonts@^2.9.3:
version "2.9.3"
resolved "https://registry.yarnpkg.com/cfonts/-/cfonts-2.9.3.tgz#b7dc439212fcf70cb5df1f3acfba14a2eac22902"
integrity sha512-HVDE+Qsoi8s4iwDLCRK/l8yQVAkLyPvz1jc1ZUvDSXkAZVN2Dtdw4Rsx0uhXNouHHVmCPa5bvmZ7oUYWzP6oow==
cfonts@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/cfonts/-/cfonts-2.10.0.tgz#6230a1dc3de6aa9e406496e86d551958efe145f4"
integrity sha512-NWeeq6vrzAZjq8xX4DndeTI6j6p426MX1uUgYL7PjnhqG8FeENqP62fZKzrJkVLujGcB5IKiBo+X3Nc50vW9Sg==
dependencies:
chalk "^4.1.1"
chalk "^4.1.2"
window-size "^1.1.1"
chai@^4.3.4: