Skip to content

Commit 6e20dc7

Browse files
build(deps): bump @babel/plugin-syntax-flow from 7.22.5 to 7.23.3 in /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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db8541e commit 6e20dc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Sample-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@auth0/auth0-react": "^2.2.0",
2020
"@babel/core": "^7.23",
21-
"@babel/plugin-syntax-flow": "^7.22",
21+
"@babel/plugin-syntax-flow": "^7.23",
2222
"@babel/plugin-transform-react-jsx": "^7.22",
2323
"@fortawesome/fontawesome-svg-core": "^1.2",
2424
"@fortawesome/free-solid-svg-icons": "^5.8",

Sample-01/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,10 @@
565565
dependencies:
566566
"@babel/helper-plugin-utils" "^7.8.3"
567567

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

0 commit comments

Comments
 (0)