Skip to content

Commit

Permalink
build(deps): bump @babel/plugin-syntax-flow from 7.22.5 to 7.23.3 in …
Browse files Browse the repository at this point in the history
…/Sample-01 (#357)

build(deps): bump @babel/plugin-syntax-flow in /Sample-01

Bumps [@babel/plugin-syntax-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-flow) from 7.22.5 to 7.23.3.
- [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.23.3/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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent db8541e commit 6e20dc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2.0",
"@babel/core": "^7.23",
"@babel/plugin-syntax-flow": "^7.22",
"@babel/plugin-syntax-flow": "^7.23",
"@babel/plugin-transform-react-jsx": "^7.22",
"@fortawesome/fontawesome-svg-core": "^1.2",
"@fortawesome/free-solid-svg-icons": "^5.8",
Expand Down
8 changes: 4 additions & 4 deletions Sample-01/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"

"@babel/plugin-syntax-flow@^7.18.6", "@babel/plugin-syntax-flow@^7.22":
version "7.22.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#163b820b9e7696ce134df3ee716d9c0c98035859"
integrity sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==
"@babel/plugin-syntax-flow@^7.18.6", "@babel/plugin-syntax-flow@^7.23":
version "7.23.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz#084564e0f3cc21ea6c70c44cff984a1c0509729a"
integrity sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==
dependencies:
"@babel/helper-plugin-utils" "^7.22.5"

Expand Down

0 comments on commit 6e20dc7

Please sign in to comment.