Skip to content

Commit edd70bb

Browse files
fix(deps): lock file maintenance npm packages
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 0166e3b commit edd70bb

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

web/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@babel/preset-env": "^7.17.12",
3434
"@babel/preset-react": "^7.17.12",
3535
"@babel/preset-typescript": "^7.17.12",
36-
"@openshift-console/dynamic-plugin-sdk": "1.0.0",
37-
"@openshift-console/dynamic-plugin-sdk-webpack": "1.0.2",
36+
"@openshift-console/dynamic-plugin-sdk": "1.8.0",
37+
"@openshift-console/dynamic-plugin-sdk-webpack": "1.3.0",
3838
"@testing-library/react": "^12.1.2",
3939
"@types/copy-webpack-plugin": "8.0.1",
4040
"@types/enzyme": "3.10.x",
@@ -50,25 +50,25 @@
5050
"@types/react-router": "5.1.20",
5151
"@types/react-router-dom": "^5.3.3",
5252
"@types/react-transition-group": "^4.4.4",
53-
"@typescript-eslint/eslint-plugin": "5.45.0",
54-
"@typescript-eslint/parser": "5.45.0",
55-
"@typescript-eslint/typescript-estree": "5.45.0",
56-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
53+
"@typescript-eslint/eslint-plugin": "5.62.0",
54+
"@typescript-eslint/parser": "5.62.0",
55+
"@typescript-eslint/typescript-estree": "5.62.0",
56+
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
5757
"babel-loader": "^8.2.5",
5858
"babel-preset-react": "^6.24.1",
5959
"copy-webpack-plugin": "6.4.1",
6060
"css-loader": "^6.5.1",
61-
"cypress": "15.2.0",
61+
"cypress": "15.5.0",
6262
"enzyme": "3.11.0",
63-
"eslint": "8.3.0",
64-
"eslint-plugin-react": "7.27.1",
65-
"eslint-plugin-react-hooks": "4.3.0",
63+
"eslint": "8.57.1",
64+
"eslint-plugin-react": "7.37.5",
65+
"eslint-plugin-react-hooks": "4.6.2",
6666
"eslint-plugin-unused-imports": "^2.0.0",
6767
"fork-ts-checker-webpack-plugin": "^9.1.0",
6868
"html-webpack-plugin": "^5.5.0",
6969
"http-server": "^14.0.0",
7070
"i18next-parser": "^9.3.0",
71-
"jest": "30.0.4",
71+
"jest": "30.2.0",
7272
"jsdom": "19.0.0",
7373
"jsdom-global": "3.0.2",
7474
"mini-css-extract-plugin": "^2.6.0",
@@ -79,16 +79,16 @@
7979
"pretty-quick": "^3.1.2",
8080
"react-transition-group": "^4.4.2",
8181
"style-loader": "^3.3.1",
82-
"ts-jest": "29.4.0",
82+
"ts-jest": "29.4.5",
8383
"ts-jest-resolver": "2.0.1",
84-
"ts-loader": "9.3.1",
85-
"ts-node": "10.8.2",
86-
"typedoc": "^0.23.25",
84+
"ts-loader": "9.5.4",
85+
"ts-node": "10.9.2",
86+
"typedoc": "^0.28.0",
8787
"typedoc-plugin-markdown": "^3.14.0",
88-
"typescript": "4.7.4",
89-
"webpack": "5.75.0",
88+
"typescript": "4.9.5",
89+
"webpack": "5.102.1",
9090
"webpack-cli": "5.1.4",
91-
"webpack-dev-server": "5.2.1",
91+
"webpack-dev-server": "5.2.2",
9292
"webpack-node-externals": "3.0.0"
9393
},
9494
"consolePlugin": {
@@ -127,6 +127,6 @@
127127
},
128128
"overrides": {
129129
"glob-parent": "^6.0.1",
130-
"cheerio": "1.0.0-rc.3"
130+
"cheerio": "1.1.2"
131131
}
132132
}

0 commit comments

Comments
 (0)