Skip to content

Commit

Permalink
build(deps): bump @babel/plugin-syntax-flow in /Sample-01
Browse files Browse the repository at this point in the history
Bumps [@babel/plugin-syntax-flow](/~https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-flow) from 7.18.6 to 7.21.4.
- [Release notes](/~https://github.com/babel/babel/releases)
- [Changelog](/~https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](/~https://github.com/babel/babel/commits/v7.21.4/packages/babel-plugin-syntax-flow)

---
updated-dependencies:
- dependency-name: "@babel/plugin-syntax-flow"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 31, 2023
1 parent 779a425 commit 701b878
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Sample-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@auth0/auth0-react": "^2.0.0",
"@babel/core": "^7.21",
"@babel/plugin-syntax-flow": "^7.18",
"@babel/plugin-syntax-flow": "^7.21",
"@babel/plugin-transform-react-jsx": "^7.21",
"@fortawesome/fontawesome-svg-core": "^1.2",
"@fortawesome/free-solid-svg-icons": "^5.8",
Expand Down
10 changes: 5 additions & 5 deletions Sample-01/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,12 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"

"@babel/plugin-syntax-flow@^7.18", "@babel/plugin-syntax-flow@^7.18.6":
version "7.18.6"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1"
integrity sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==
"@babel/plugin-syntax-flow@^7.18.6", "@babel/plugin-syntax-flow@^7.21":
version "7.21.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.21.4.tgz#3e37fca4f06d93567c1cd9b75156422e90a67107"
integrity sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==
dependencies:
"@babel/helper-plugin-utils" "^7.18.6"
"@babel/helper-plugin-utils" "^7.20.2"

"@babel/plugin-syntax-import-assertions@^7.20.0":
version "7.20.0"
Expand Down

0 comments on commit 701b878

Please sign in to comment.