Skip to content

Commit

Permalink
Update ip dep with secured and maintained fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastou committed Jan 13, 2025
1 parent 23db533 commit df0663a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
19 changes: 11 additions & 8 deletions apps/front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"devDependencies": {
"@cher-ami/mfs": "^0.2.0",
"@eggjs/ip": "^2.0.2",
"@types/events": "^3.0.3",
"@types/node": "^22.10.5",
"@types/react": "^19.0.6",
Expand All @@ -43,7 +44,6 @@
"cross-env": "^7.0.3",
"express": "^4.21.2",
"husky": "^9.1.7",
"ip": "^2.0.1",
"portfinder-sync": "^0.0.2",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/front/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import buildDotenvPlugin from "./config/vite-plugins/vite-plugin-build-dotenv"
import buildHtaccessPlugin from "./config/vite-plugins/vite-plugin-build-htaccess"
import { viteChersiteCustomLogger } from "./config/vite-plugins/vite-chersite-custom-logger"
import legacy from "@vitejs/plugin-legacy"
import ip from "ip"
import ip from "@eggjs/ip"
import portFinderSync from "portfinder-sync"
const log = debug("config:vite.config")

Expand Down

0 comments on commit df0663a

Please sign in to comment.