Skip to content

Commit

Permalink
chore: fix security alert (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy authored Sep 29, 2022
1 parent 1db3961 commit 04da619
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/0-isbsvc-jetstream.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This manifest is intended for demonstration purpose, it's not suitable for production.
# Check https://numaproj.github.io/numaflow/INTER_STEP_BUFFER_SERVICE/ to figure out reliable configuration for production.
# Check https://numaflow.numaproj.io/inter-step-buffer-service/ to figure out reliable configuration for production.
#
apiVersion: numaflow.numaproj.io/v1alpha1
kind: InterStepBufferService
Expand Down
23 changes: 12 additions & 11 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.3",
"@material-ui/core": "^4.12.4",
"@stardazed/streams-polyfill": "^2.4.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
Expand All @@ -17,27 +18,27 @@
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-test-renderer": "^18.0.0",
"@visx/event": "^2.6.0",
"@visx/group": "^2.1.0",
"@visx/responsive": "^2.8.0",
"@visx/shape": "^2.4.0",
"@visx/tooltip": "^2.8.0",
"d3-color": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"dagre": "^0.8.5",
"msw": "^0.39.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-flow-renderer": "^10.0.7",
"react-highlight-words": "^0.18.0",
"react-json-view": "^1.21.3",
"react-router-dom": "6",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0",
"@visx/responsive": "^2.8.0",
"react-test-renderer": "^18.0.0",
"react-highlight-words": "^0.18.0",
"@types/react-test-renderer": "^18.0.0",
"msw": "^0.39.2",
"resize-observer-polyfill": "^1.5.1",
"@stardazed/streams-polyfill": "^2.4.0"
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -59,14 +60,14 @@
]
},
"devDependencies": {
"react-scripts": "5.0.1",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "3.3.1",
"eslint": "^7.19.0",
"jest-junit": "^12.0.0",
"prettier": "2.5.1",
"jest-junit": "^12.0.0"
"react-scripts": "5.0.1"
},
"resolutions": {
"nth-check": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4095,7 +4095,7 @@ d3-color@1:
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-2.0.0.tgz#8d625cab42ed9b8f601a1760a389f7ea9189d62e"
integrity sha512-SPXi0TSKPD4g9tw0NMZFnR95XVgUZiBH+uUTqQuDu1OsE2zomHU7ho0FISciaPvosimixwHFl3WHLGabv6dDgQ==

"d3-color@1 - 3":
"d3-color@1 - 3", d3-color@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2"
integrity sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==
Expand Down

0 comments on commit 04da619

Please sign in to comment.