Skip to content

Commit

Permalink
fix(deps): update dependency simple-icons to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and axe312ger committed Sep 19, 2024
1 parent 9c5be11 commit 3770a1c
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/integration-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"license": "MIT",
"dependencies": {
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"license": "MIT",
"dependencies": {
"react-ga": "^3.3.0",
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-google-tag-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"license": "MIT",
"dependencies": {
"react-gtm-module": "^2.0.11",
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-hubspot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"license": "MIT",
"dependencies": {
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-linkedin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"license": "MIT",
"dependencies": {
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-mapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"license": "MIT",
"dependencies": {
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-matomo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"license": "MIT",
"dependencies": {
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-segment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"license": "MIT",
"dependencies": {
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-vimeo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"license": "MIT",
"dependencies": {
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-youtube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"license": "MIT",
"dependencies": {
"simple-icons": "^11.0.0"
"simple-icons": "^13.0.0"
},
"peerDependencies": {
"@consent-manager/core": "^2.0.0-next.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17476,10 +17476,10 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==

simple-icons@^11.0.0:
version "11.15.0"
resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-11.15.0.tgz#b12e7b10ea8af935f45a76bfa217fdea2b1a8640"
integrity sha512-uDAdtIGc56YJiGpdzImENY4E+5qtHEorW11KoXiwDj4u4YSY74G+q/a9idlY8iEqrjghHGkZ/ras0jRT7JpDTQ==
simple-icons@^13.0.0:
version "13.10.0"
resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-13.10.0.tgz#08a33594a165cb04d50a6661b39a30e620adf9e5"
integrity sha512-akHZxjNvq4nLlLsKxDot7A+ZYXgjhAP4GwvWEItHeKiquuWXoI8xGGfP+hzGLbTmbmi2teYmHMS45PIOFy6EFA==

sirv@^2.0.3:
version "2.0.3"
Expand Down

0 comments on commit 3770a1c

Please sign in to comment.