Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Jan 2, 2024
1 parent 3a76d1d commit 96fc27c
Show file tree
Hide file tree
Showing 6 changed files with 512 additions and 452 deletions.
2 changes: 1 addition & 1 deletion dev/raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "20.9.1",
"@types/node": "20.10.6",
"crowdsec-client": "workspace:^",
"crowdsec-client-scenarios": "workspace:^",
"crowdsec-http-middleware": "workspace:^"
Expand Down
22 changes: 11 additions & 11 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": "18.12.5",
"@types/jest": "29.5.8",
"@types/node": "20.9.1",
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"prettier": "3.1.0",
"ts-node": "10.9.1",
"typedoc": "0.25.3",
"typescript": "5.2.2"
"@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",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.2",
"prettier": "3.1.1",
"ts-node": "10.9.2",
"typedoc": "0.25.6",
"typescript": "5.3.3"
}
}
10 changes: 5 additions & 5 deletions packages/crowdsec-client-scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"dependencies": {
"debug": "^4.3.4",
"ip-address": "^9.0.5",
"lru-cache": "^10.0.2",
"maxmind": "^4.3.17"
"lru-cache": "^10.1.0",
"maxmind": "^4.3.18"
},
"engines": {
"node": ">=16"
Expand All @@ -67,14 +67,14 @@
"@types/debug": "4.1.12",
"crowdsec-client": "workspace:^",
"dotenv": "16.3.1",
"esbuild": "0.19.6",
"esbuild": "0.19.11",
"jest": "29.7.0",
"jest-sonar": "0.2.16",
"mmdb-lib": "2.0.2",
"mmdb-lib": "2.1.0",
"rimraf": "5.0.5",
"source-map-support": "0.5.21",
"ts-jest": "29.1.1",
"ts-node": "10.9.1"
"ts-node": "10.9.2"
},
"funding": [
{
Expand Down
6 changes: 3 additions & 3 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.1",
"axios": "^1.6.3",
"debug": "^4.3.4"
},
"engines": {
Expand All @@ -65,14 +65,14 @@
"@jest/globals": "29.7.0",
"@types/debug": "4.1.12",
"dotenv": "16.3.1",
"esbuild": "0.19.6",
"esbuild": "0.19.11",
"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-node": "10.9.1"
"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 @@ -54,10 +54,10 @@
],
"license": "ISC",
"dependencies": {
"ip-address": "^9",
"crowdsec-client": "workspace:^",
"debug": "^4.3.4",
"lru-cache": "^10.0.2"
"ip-address": "^9",
"lru-cache": "^10.1.0"
},
"engines": {
"node": ">=16"
Expand All @@ -67,13 +67,13 @@
"@types/debug": "4.1.12",
"crowdsec-client-scenarios": "workspace:^",
"dotenv": "16.3.1",
"esbuild": "0.19.6",
"esbuild": "0.19.11",
"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-node": "10.9.1"
"ts-node": "10.9.2"
},
"funding": [
{
Expand Down
Loading

0 comments on commit 96fc27c

Please sign in to comment.