Skip to content

Commit 0a7751f

Browse files
chore(deps): pin dependency @fortawesome/fontawesome-free to 6.7.2
1 parent a571ad4 commit 0a7751f

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

audiences-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-dom": "^17.0.2"
4747
},
4848
"devDependencies": {
49-
"@fortawesome/fontawesome-free": "^6.4.0",
49+
"@fortawesome/fontawesome-free": "6.7.2",
5050
"@powerhome/eslint-config": "0.2.2",
5151
"@types/lodash": "^4.14.195",
5252
"@types/react": "^18.2.15",

audiences-react/yarn.lock

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,9 @@
567567
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.9.tgz#50dea3616bc8191fb8e112283b49eaff03e78429"
568568
integrity sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==
569569

570-
"@fortawesome/fontawesome-free@^6.2.1", "@fortawesome/fontawesome-free@^6.4.0":
570+
"@fortawesome/fontawesome-free@6.7.2", "@fortawesome/fontawesome-free@^6.2.1":
571571
version "6.7.2"
572-
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz#8249de9b7e22fcb3ceb5e66090c30a1d5492b81a"
572+
resolved "https://npm.powerapp.cloud/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz#8249de9b7e22fcb3ceb5e66090c30a1d5492b81a"
573573
integrity sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA==
574574

575575
"@humanwhocodes/config-array@^0.13.0":
@@ -5050,7 +5050,16 @@ string-natural-compare@^3.0.1:
50505050
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
50515051
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
50525052

5053-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.3:
5053+
"string-width-cjs@npm:string-width@^4.2.0":
5054+
version "4.2.3"
5055+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5056+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5057+
dependencies:
5058+
emoji-regex "^8.0.0"
5059+
is-fullwidth-code-point "^3.0.0"
5060+
strip-ansi "^6.0.1"
5061+
5062+
string-width@^4.1.0, string-width@^4.2.3:
50545063
version "4.2.3"
50555064
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
50565065
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5173,7 +5182,14 @@ string.prototype.trimstart@^1.0.8:
51735182
define-properties "^1.2.1"
51745183
es-object-atoms "^1.0.0"
51755184

5176-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5185+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5186+
version "6.0.1"
5187+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5188+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5189+
dependencies:
5190+
ansi-regex "^5.0.1"
5191+
5192+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
51775193
version "6.0.1"
51785194
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
51795195
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)