Skip to content

Commit

Permalink
chore(deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Feb 24, 2024
1 parent 55e46eb commit abaddb2
Show file tree
Hide file tree
Showing 9 changed files with 362 additions and 324 deletions.
4 changes: 2 additions & 2 deletions dev/raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "20.10.6",
"@types/node": "20.11.20",
"crowdsec-client": "workspace:^",
"crowdsec-client-scenarios": "workspace:^",
"crowdsec-http-middleware": "workspace:^"
},
"devDependencies": {
"@types/express": "4.17.21",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"source-map-support": "0.5.21"
}
}
2 changes: 1 addition & 1 deletion examples/express-bouncer-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/express": "^4.17.21",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"source-map-support": "^0.5.21"
}
}
2 changes: 1 addition & 1 deletion examples/express-bouncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/express": "^4.17.21",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"source-map-support": "^0.5.21"
}
}
2 changes: 1 addition & 1 deletion examples/express-web-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/express": "^4.17.21",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"source-map-support": "^0.5.21"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"generate:documentation": "typedoc"
},
"devDependencies": {
"@tsconfig/node-lts": "20.1.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"@tsconfig/node-lts": "20.1.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.20",
"@typescript-eslint/parser": "7.0.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.2",
"prettier": "3.1.1",
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typedoc": "0.25.6",
"typedoc": "0.25.8",
"typescript": "5.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/crowdsec-client-scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"debug": "^4.3.4",
"ip-address": "^9.0.5",
"lru-cache": "^10.1.0",
"lru-cache": "^10.2.0",
"maxmind": "^4.3.18"
},
"engines": {
Expand All @@ -66,14 +66,14 @@
"@jest/globals": "29.7.0",
"@types/debug": "4.1.12",
"crowdsec-client": "workspace:^",
"dotenv": "16.3.1",
"esbuild": "0.19.11",
"dotenv": "16.4.5",
"esbuild": "0.20.1",
"jest": "29.7.0",
"jest-sonar": "0.2.16",
"mmdb-lib": "2.1.0",
"rimraf": "5.0.5",
"source-map-support": "0.5.21",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2"
},
"funding": [
Expand Down
8 changes: 4 additions & 4 deletions packages/crowdsec-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
],
"license": "ISC",
"dependencies": {
"axios": "^1.6.3",
"axios": "^1.6.7",
"debug": "^4.3.4"
},
"engines": {
Expand All @@ -64,14 +64,14 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"@types/debug": "4.1.12",
"dotenv": "16.3.1",
"esbuild": "0.19.11",
"dotenv": "16.4.5",
"esbuild": "0.20.1",
"jest": "29.7.0",
"jest-sonar": "0.2.16",
"rimraf": "5.0.5",
"source-map-support": "0.5.21",
"swagger-typescript-api": "13.0.3",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2"
},
"funding": [
Expand Down
8 changes: 4 additions & 4 deletions packages/crowdsec-http-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"crowdsec-client": "workspace:^",
"debug": "^4.3.4",
"ip-address": "^9",
"lru-cache": "^10.1.0"
"lru-cache": "^10.2.0"
},
"engines": {
"node": ">=16"
Expand All @@ -66,13 +66,13 @@
"@jest/globals": "29.7.0",
"@types/debug": "4.1.12",
"crowdsec-client-scenarios": "workspace:^",
"dotenv": "16.3.1",
"esbuild": "0.19.11",
"dotenv": "16.4.5",
"esbuild": "0.20.1",
"jest": "29.7.0",
"jest-sonar": "0.2.16",
"rimraf": "5.0.5",
"source-map-support": "0.5.21",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2"
},
"funding": [
Expand Down
Loading

0 comments on commit abaddb2

Please sign in to comment.