Skip to content

Commit

Permalink
Fix some security stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MP3Martin committed Jul 4, 2023
1 parent c3cff12 commit 4d499ac
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 169 deletions.
13 changes: 9 additions & 4 deletions NextJS_web_GUI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-bootstrap_1",
"version": "0.1.0",
"name": "real_division-nextjs_web_gui",
"version": "0.3.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -38,12 +38,17 @@
"react-spinners-kit": "^1.9.1",
"styled-components": "^5.3.6",
"usehooks-ts": "^2.9.1",
"webpack": "^5.76.0"
"webpack": "^5.74.0"
},
"devDependencies": {
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"sass": "^1.55.0"
"sass": "^1.55.0",
"glob-parent": "^6.0.1",
"semver": "^7.5.2"
},
"resolutions": {
"word-wrap": "npm:@aashutoshrathi/word-wrap@^1.2.6"
}
}
Loading

0 comments on commit 4d499ac

Please sign in to comment.