Skip to content

Commit

Permalink
Upgrade to Punycode 3.0.0 (#3370)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1200194497630846/1208348353779307/f

Description:
This change upgrades Punycode to the latest release.
  • Loading branch information
ayoy authored Sep 23, 2024
1 parent 37d2558 commit 8fa946e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10939,7 +10939,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 198.0.0;
version = 198.0.1;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "6e1520bd83bbcc269b0d561c51fc92b81fe6d93b",
"version" : "198.0.0"
"revision" : "cc3629fa16880e410e588a27a6b2426dcc140009",
"version" : "198.0.1"
}
},
{
"identity" : "content-scope-scripts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "9f3717b3913a12956f1386fe7b657f68545fba83",
"version" : "6.15.0"
"revision" : "4f0d109f13beec7e8beaf0bd5c0e2c1d528677f8",
"version" : "6.16.0"
}
},
{
Expand Down Expand Up @@ -131,8 +131,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/gumob/PunycodeSwift.git",
"state" : {
"revision" : "4356ec54e073741449640d3d50a1fd24fd1e1b8b",
"version" : "2.1.0"
"revision" : "30a462bdb4398ea835a3585472229e0d74b36ba5",
"version" : "3.0.0"
}
},
{
Expand Down

0 comments on commit 8fa946e

Please sign in to comment.