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

chore(deps): bump @fortawesome/fontawesome-svg-core from 6.6.0 to 6.7.0 in /ui #516

Closed
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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"@apollo/client": "^3.11.10",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
Expand Down
19 changes: 13 additions & 6 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2294,12 +2294,19 @@ __metadata:
languageName: node
linkType: hard

"@fortawesome/fontawesome-svg-core@npm:^6.6.0":
version: 6.6.0
resolution: "@fortawesome/fontawesome-svg-core@npm:6.6.0"
"@fortawesome/fontawesome-common-types@npm:6.7.0":
version: 6.7.0
resolution: "@fortawesome/fontawesome-common-types@npm:6.7.0"
checksum: 10/e72743c4abd31f3cff468be6d14127913144bd82a0b3a886b305bd3a35774587429e147f280973b7ee285814fcbf250dc152f51b9fe53b2c437ae6c7aa3be9ac
languageName: node
linkType: hard

"@fortawesome/fontawesome-svg-core@npm:^6.7.0":
version: 6.7.0
resolution: "@fortawesome/fontawesome-svg-core@npm:6.7.0"
dependencies:
"@fortawesome/fontawesome-common-types": "npm:6.6.0"
checksum: 10/b13afc5aed1598bcba86ad93fc413ecbcfdb4310015c72cfe205b18d7a1c0534e3ebacd6db49fae2e0240af15593b2281ad3dbeb9e85fc41d6de281142f030f1
"@fortawesome/fontawesome-common-types": "npm:6.7.0"
checksum: 10/bb2a067d7d2501cb6a9273bac780ae41ae651db3ee66c2893bc215767c94366a666df8a6ac0197a0bd512ad68589d919c0bcc0a8dac96574c6d9c11625b02174
languageName: node
linkType: hard

Expand Down Expand Up @@ -12721,7 +12728,7 @@ __metadata:
"@eslint/compat": "npm:^1.2.3"
"@eslint/eslintrc": "npm:^3.2.0"
"@eslint/js": "npm:^9.15.0"
"@fortawesome/fontawesome-svg-core": "npm:^6.6.0"
"@fortawesome/fontawesome-svg-core": "npm:^6.7.0"
"@fortawesome/free-brands-svg-icons": "npm:^6.6.0"
"@fortawesome/free-regular-svg-icons": "npm:^6.6.0"
"@fortawesome/free-solid-svg-icons": "npm:^6.6.0"
Expand Down
Loading