Skip to content

Release: Update Dependencies #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Oct 25, 2021
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a72085a
Upgrade: Bump ssri from 6.0.1 to 6.0.2
dependabot[bot] Apr 19, 2021
1f4e0d9
Upgrade: Bump ua-parser-js from 0.7.21 to 0.7.28
dependabot[bot] May 6, 2021
5dae816
Upgrade: Bump handlebars from 4.7.6 to 4.7.7
dependabot[bot] May 7, 2021
e48cb68
Upgrade: Bump hosted-git-info from 2.8.8 to 2.8.9
dependabot[bot] May 9, 2021
60e3a64
Merge pull request #90 from FriendsOfReactJS/dependabot/npm_and_yarn/…
markusguenther May 18, 2021
9a4f38d
Merge pull request #91 from FriendsOfReactJS/dependabot/npm_and_yarn/…
markusguenther May 18, 2021
760f5e3
Merge pull request #92 from FriendsOfReactJS/dependabot/npm_and_yarn/…
markusguenther May 18, 2021
baf1470
Merge pull request #93 from FriendsOfReactJS/dependabot/npm_and_yarn/…
markusguenther May 18, 2021
6a2f70e
Upgrade: Bump browserslist from 4.13.0 to 4.16.6
dependabot[bot] May 25, 2021
d01df29
Upgrade: Bump trim-newlines from 3.0.0 to 3.0.1
dependabot[bot] Jun 8, 2021
22bbfc0
Upgrade: Bump normalize-url from 4.5.0 to 4.5.1
dependabot[bot] Jun 8, 2021
396dead
Upgrade: Bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] Aug 10, 2021
b20fd51
Upgrade: Bump tar from 4.4.13 to 4.4.19
dependabot[bot] Sep 1, 2021
b4a3970
Upgrade: Bump tmpl from 1.0.4 to 1.0.5
dependabot[bot] Sep 21, 2021
4d3ce17
Merge pull request #94 from FriendsOfReactJS/dependabot/npm_and_yarn/…
markusguenther Oct 25, 2021
cb3d983
Merge pull request #95 from FriendsOfReactJS/dependabot/npm_and_yarn/…
markusguenther Oct 25, 2021
e570f1b
Merge pull request #96 from FriendsOfReactJS/dependabot/npm_and_yarn/…
markusguenther Oct 25, 2021
caeaf53
Upgrade: Bump ws from 5.2.2 to 5.2.3
dependabot[bot] Oct 25, 2021
095a075
Merge pull request #100 from FriendsOfReactJS/dependabot/npm_and_yarn…
markusguenther Oct 25, 2021
4438856
Merge pull request #101 from FriendsOfReactJS/dependabot/npm_and_yarn…
markusguenther Oct 25, 2021
5bb0afb
Merge pull request #99 from FriendsOfReactJS/dependabot/npm_and_yarn/…
markusguenther Oct 25, 2021
c5df5f6
Merge pull request #98 from FriendsOfReactJS/dependabot/npm_and_yarn/…
markusguenther Oct 25, 2021
d68fa37
Fix: Adjust babel config to make semantic release work
markusguenther Oct 25, 2021
fe4f188
Merge pull request #102 from FriendsOfReactJS/bugfix/babel-error
markusguenther Oct 25, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade: Bump ws from 5.2.2 to 5.2.3
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2021
commit caeaf53d4315e67bb698cfb415db9f86a95d352c
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9020,9 +9020,9 @@ write@1.0.3:
mkdirp "^0.5.1"

ws@^5.2.0:
version "5.2.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==
version "5.2.3"
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.3.tgz#05541053414921bc29c63bee14b8b0dd50b07b3d"
integrity sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==
dependencies:
async-limiter "~1.0.0"

Expand Down