Skip to content

Commit dbbebe7

Browse files
chore(deps): pin dependency @fortawesome/fontawesome-free to 6.7.2
1 parent 2cb73c7 commit dbbebe7

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
@@ -45,7 +45,7 @@
4545
"react-dom": "^17.0.2"
4646
},
4747
"devDependencies": {
48-
"@fortawesome/fontawesome-free": "^6.4.0",
48+
"@fortawesome/fontawesome-free": "6.7.2",
4949
"@powerhome/eslint-config": "0.2.2",
5050
"@types/lodash": "^4.14.195",
5151
"@types/react": "^18.2.15",

audiences-react/yarn.lock

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

377-
"@fortawesome/fontawesome-free@^6.2.1", "@fortawesome/fontawesome-free@^6.4.0":
377+
"@fortawesome/fontawesome-free@6.7.2", "@fortawesome/fontawesome-free@^6.2.1":
378378
version "6.7.2"
379-
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz#8249de9b7e22fcb3ceb5e66090c30a1d5492b81a"
379+
resolved "https://npm.powerapp.cloud/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz#8249de9b7e22fcb3ceb5e66090c30a1d5492b81a"
380380
integrity sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA==
381381

382382
"@humanwhocodes/config-array@^0.13.0":
@@ -4705,7 +4705,16 @@ string-natural-compare@^3.0.1:
47054705
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
47064706
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
47074707

4708-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.3:
4708+
"string-width-cjs@npm:string-width@^4.2.0":
4709+
version "4.2.3"
4710+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4711+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4712+
dependencies:
4713+
emoji-regex "^8.0.0"
4714+
is-fullwidth-code-point "^3.0.0"
4715+
strip-ansi "^6.0.1"
4716+
4717+
string-width@^4.1.0, string-width@^4.2.3:
47094718
version "4.2.3"
47104719
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
47114720
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4828,7 +4837,14 @@ string.prototype.trimstart@^1.0.8:
48284837
define-properties "^1.2.1"
48294838
es-object-atoms "^1.0.0"
48304839

4831-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4840+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4841+
version "6.0.1"
4842+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4843+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4844+
dependencies:
4845+
ansi-regex "^5.0.1"
4846+
4847+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
48324848
version "6.0.1"
48334849
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
48344850
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)