Skip to content

Commit

Permalink
Bump formik from 2.2.9 to 2.4.2 in /ui (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 7, 2023
1 parent dd96ba2 commit 24ec220
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
create-dev-cluster:
runs-on: ubuntu-latest
steps:
- uses: stackrox/actions/infra/create-cluster@9dbae14708ef0f879614a6a417f40d3503d0aad0
- uses: stackrox/actions/infra/create-cluster@eb9b99e6747a16c8ef680dae0ade9b72b48c90e8
with:
flavor: gke-default
name: infra-pr-${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@patternfly/react-core": "^4.276.8",
"@stackrox/ui-components": "^0.3.0",
"axios": "^0.21.4",
"formik": "^2.2.9",
"formik": "^2.4.2",
"history": "^5.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.3",
Expand Down
10 changes: 5 additions & 5 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5795,18 +5795,18 @@ form-data@^3.0.0:
combined-stream "^1.0.8"
mime-types "^2.1.12"

formik@^2.2.6, formik@^2.2.9:
version "2.2.9"
resolved "https://registry.yarnpkg.com/formik/-/formik-2.2.9.tgz#8594ba9c5e2e5cf1f42c5704128e119fc46232d0"
integrity sha512-LQLcISMmf1r5at4/gyJigGn0gOwFbeEAlji+N9InZF6LIMXnFNkO42sCI8Jt84YZggpD4cPWObAZaxpEFtSzNA==
formik@^2.2.6, formik@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/formik/-/formik-2.4.2.tgz#a1115457cfb012a5c782cea3ad4b40b2fe36fa18"
integrity sha512-C6nx0hifW2uENP3M6HpPmnAE6HFWCcd8/sqBZEOHZY6lpHJ5qehsfAy43ktpFLEmkBmhiZDei726utcUB9leqg==
dependencies:
deepmerge "^2.1.1"
hoist-non-react-statics "^3.3.0"
lodash "^4.17.21"
lodash-es "^4.17.21"
react-fast-compare "^2.0.1"
tiny-warning "^1.0.2"
tslib "^1.10.0"
tslib "^2.0.0"

forwarded@~0.1.2:
version "0.1.2"
Expand Down

0 comments on commit 24ec220

Please sign in to comment.