-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dependencies for May 2022 (#673)
* ruby: Upgrade Ruby from 2.7.5 to 2.7.6 * Gemfile.lock: Update nokogiri from 1.13.3 to 1.13.6 * Gemfile[.lock]: Update rails (5.2.6.3 --> 5.2.8) and its dependencies Also updates a few indirect dependencies. Specifically: concurrent-ruby, i18n, loofah, mini_mime, and thor. * Gemfile.lock: Update puma from 5.6.2 to 5.6.4 * yarn.lock: Update minimist from 1.2.5 to 1.2.6 * yarn.lock: Update node-forge from 1.2.1 to 1.3.1 * yarn.lock: Update swagger-ui from 4.1.3 to 4.7.0 Also update some of its dependencies, such as @braintree/sanitize-url. * yarn.lock: Update async from 2.6.3 to 2.6.4 * Revert "yarn.lock: Update swagger-ui from 4.1.3 to 4.7.0" It broke when updating, not sure why. Possibly webpack-related??? Back to swagger-ui 4.1.3. * deps: Resolve @braintree/sanitize-url to v6.x Was v5.x. (This is a JS dependency, in package.json and yarn.lock.) * yarn.lock: Update eventsource from 1.0.7 to 1.1.1 * Gemfile.lock: Update rack from 2.2.3 to 2.2.3.1
- Loading branch information
Showing
7 changed files
with
72 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.5 | ||
2.7.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ruby:2.7.5-slim | ||
FROM ruby:2.7.6-slim | ||
|
||
# Add basic binaries | ||
RUN apt-get update \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -965,10 +965,10 @@ | |
"@babel/helper-validator-identifier" "^7.14.5" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@braintree/sanitize-url@^5.0.2": | ||
version "5.0.2" | ||
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-5.0.2.tgz#b23080fa35520e993a8a37a0f5bca26aa4650a48" | ||
integrity sha512-NBEJlHWrhQucLhZGHtSxM2loSaNUMajC7KOYJLyfcdW/6goVoff2HoYI3bz8YCDN0wKGbxtUL0gx2dvHpvnWlw== | ||
"@braintree/sanitize-url@^5.0.2", "@braintree/sanitize-url@^6.0.0": | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-6.0.0.tgz#fe364f025ba74f6de6c837a84ef44bdb1d61e68f" | ||
integrity sha512-mgmE7XBYY/21erpzhexk4Cj1cyTQ9LzvnTxtzM17BJ7ERMNE6W72mQRo0I1Ud8eFJ+RVVIcBNhLFZ3GX4XFz5w== | ||
|
||
"@csstools/convert-colors@^1.4.0": | ||
version "1.4.0" | ||
|
@@ -1460,9 +1460,9 @@ async-limiter@~1.0.0: | |
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== | ||
|
||
async@^2.6.2: | ||
version "2.6.3" | ||
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" | ||
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== | ||
version "2.6.4" | ||
resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" | ||
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA== | ||
dependencies: | ||
lodash "^4.17.14" | ||
|
||
|
@@ -2954,9 +2954,9 @@ events@^3.0.0: | |
integrity sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== | ||
|
||
eventsource@^1.0.7: | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.0.7.tgz#8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0" | ||
integrity sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.1.1.tgz#4544a35a57d7120fba4fa4c86cb4023b2c09df2f" | ||
integrity sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA== | ||
dependencies: | ||
original "^1.0.0" | ||
|
||
|
@@ -4545,9 +4545,9 @@ minimatch@^3.0.4: | |
brace-expansion "^1.1.7" | ||
|
||
minimist@^1.2.0, minimist@^1.2.5: | ||
version "1.2.5" | ||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" | ||
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== | ||
version "1.2.6" | ||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" | ||
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== | ||
|
||
minipass-collect@^1.0.2: | ||
version "1.0.2" | ||
|
@@ -4716,9 +4716,9 @@ [email protected], node-fetch@^2.6.1: | |
whatwg-url "^5.0.0" | ||
|
||
node-forge@^1.2.0: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c" | ||
integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w== | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" | ||
integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== | ||
|
||
node-libs-browser@^2.2.1: | ||
version "2.2.1" | ||
|