Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @fortawesome/free-regular-svg-icons from 6.7.1 to 6.7.2 #627

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@commitlint/config-conventional": "^19.6.0",
"@date-io/date-fns": "^3.2.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@intlify/unplugin-vue-i18n": "^6.0.3",
Expand Down
19 changes: 6 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -887,13 +887,6 @@ __metadata:
languageName: node
linkType: hard

"@fortawesome/fontawesome-common-types@npm:6.7.1":
version: 6.7.1
resolution: "@fortawesome/fontawesome-common-types@npm:6.7.1"
checksum: 10/baa4f9367e1534e80c009f3e474885278e1f3bdbde6c6dfb3132aa580c43e6c9069383cd024d3bf4e2b6d12cf28fd38ebf046296075d55130e0e8183c365b543
languageName: node
linkType: hard

"@fortawesome/fontawesome-common-types@npm:6.7.2":
version: 6.7.2
resolution: "@fortawesome/fontawesome-common-types@npm:6.7.2"
Expand All @@ -910,12 +903,12 @@ __metadata:
languageName: node
linkType: hard

"@fortawesome/free-regular-svg-icons@npm:^6.7.1":
version: 6.7.1
resolution: "@fortawesome/free-regular-svg-icons@npm:6.7.1"
"@fortawesome/free-regular-svg-icons@npm:^6.7.2":
version: 6.7.2
resolution: "@fortawesome/free-regular-svg-icons@npm:6.7.2"
dependencies:
"@fortawesome/fontawesome-common-types": "npm:6.7.1"
checksum: 10/23381c665276d2e4f5593c127b242a1871386438adbfa73c15a0c976420bf930685cf121fdc948f9b7c3cb30d0422b39886208056aa76d2a85de70f6ef11a682
"@fortawesome/fontawesome-common-types": "npm:6.7.2"
checksum: 10/f4385f19f04c07447c71943b2ae624d5b63e58d3f62583a12f75417e6e3e108a4df0d1466127c2c3f9fc2d7d68e3a6634c45b212ddf244721cb7461ba34c0f95
languageName: node
linkType: hard

Expand Down Expand Up @@ -4669,7 +4662,7 @@ __metadata:
"@commitlint/config-conventional": "npm:^19.6.0"
"@date-io/date-fns": "npm:^3.2.0"
"@fortawesome/fontawesome-svg-core": "npm:^6.7.2"
"@fortawesome/free-regular-svg-icons": "npm:^6.7.1"
"@fortawesome/free-regular-svg-icons": "npm:^6.7.2"
"@fortawesome/free-solid-svg-icons": "npm:^6.7.2"
"@fortawesome/vue-fontawesome": "npm:^3.0.8"
"@intlify/unplugin-vue-i18n": "npm:^6.0.3"
Expand Down
Loading