Skip to content

Commit

Permalink
Merge pull request #10 from osohq/vkarpov15/security-fixes
Browse files Browse the repository at this point in the history
upgrade/remove some vulnerable packages
  • Loading branch information
vkarpov15 authored Aug 26, 2024
2 parents 573fbc1 + 63252c8 commit a03ae95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 93 deletions.
87 changes: 0 additions & 87 deletions index.js

This file was deleted.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@
"tailwind:watch": "tailwindcss -o ./public/style.css --watch",
"dev": "next dev",
"build": "next build",
"prettier:check": "prettier --check ./src ./test ./backend ./db ./pages ./index.js ./build.js ./levels.js ./oso.js ./webpack.config.js",
"prettier": "prettier --write ./src ./test ./backend ./db ./pages ./index.js ./build.js ./levels.js ./oso.js ./webpack.config.js",
"prettier:check": "prettier --check ./src ./test ./backend ./db ./pages ./build.js ./levels.js ./oso.js ./webpack.config.js",
"prettier": "prettier --write ./src ./test ./backend ./db ./pages ./build.js ./levels.js ./oso.js ./webpack.config.js",
"start": "next start",
"test": "mocha ./test/*.test.js"
},
"dependencies": {
"@code-hike/lighter": "^0.9.4",
"archetype": "0.13.0",
"axios": "1.5.1",
"axios": "1.7.4",
"dedent": "1.5.1",
"express": "4.18.2",
"extrovert": "0.0.22",
"fs-extra": "11.1.1",
"mongoose": "7.5.3",
Expand All @@ -27,11 +26,11 @@
"vanillatoasts": "1.4.0",
"vue": "3.x",
"vue-router": "4.0.10",
"webpack": "5.72.1"
"webpack": "5.94.0"
},
"devDependencies": {
"@masteringjs/eslint-config": "0.0.1",
"@mongoosejs/studio": "0.0.22",
"@mongoosejs/studio": "0.0.38",
"dotenv": "16.4.5",
"mocha": "10.4.0",
"prettier": "3.3.3",
Expand Down

0 comments on commit a03ae95

Please sign in to comment.