Skip to content
Snippets Groups Projects
Commit d70ae83d authored by michael.minelli's avatar michael.minelli
Browse files

Merge branch 'update-dependencies' into v4.1.0

parents 10ecb677 7daae572
No related branches found
No related tags found
No related merge requests found
Pipeline #32329 passed
...@@ -18,7 +18,11 @@ ...@@ -18,7 +18,11 @@
--> -->
## 4.0.0 (???) ## 4.1.0 (Upcoming)
- No modifications / Keep major and minors versions in sync with all parts of the project
## 4.0.0 (2024-04-19)
### 🔨 Internal / Developers ### 🔨 Internal / Developers
- SonarQube integration - SonarQube integration
......
This diff is collapsed.
{ {
"name" : "dojo_exercise_checker", "name" : "dojo_exercise_checker",
"description" : "App that check an exercise of the Dojo project", "description" : "App that check an exercise of the Dojo project",
"version" : "4.0.0", "version" : "4.1.0",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"type" : "module", "type" : "module",
...@@ -30,11 +30,11 @@ ...@@ -30,11 +30,11 @@
"test" : "echo \"Error: no test specified\" && exit 1" "test" : "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies" : { "dependencies" : {
"@dotenvx/dotenvx" : "^0.34.0", "@dotenvx/dotenvx" : "^0.44.1",
"@gitbeaker/core" : "^40.0.3", "@gitbeaker/core" : "^40.0.3",
"@gitbeaker/requester-utils": "^40.0.3", "@gitbeaker/requester-utils": "^40.0.3",
"@gitbeaker/rest" : "^40.0.3", "@gitbeaker/rest" : "^40.0.3",
"axios" : "^1.6.8", "axios" : "^1.7.2",
"boxen" : "^5.1.2", "boxen" : "^5.1.2",
"chalk" : "^4.1.2", "chalk" : "^4.1.2",
"form-data" : "^4.0.0", "form-data" : "^4.0.0",
...@@ -45,22 +45,22 @@ ...@@ -45,22 +45,22 @@
"tar-stream" : "^3.1.7", "tar-stream" : "^3.1.7",
"winston" : "^3.13.0", "winston" : "^3.13.0",
"winston-transport" : "^4.7.0", "winston-transport" : "^4.7.0",
"yaml" : "^2.4.1", "yaml" : "^2.4.2",
"zod" : "^3.22.5", "zod" : "^3.23.8",
"zod-validation-error" : "^3.1.0" "zod-validation-error" : "^3.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra" : "^11.0.4", "@types/fs-extra" : "^11.0.4",
"@types/js-yaml" : "^4.0.9", "@types/js-yaml" : "^4.0.9",
"@types/node" : "^18.19.31", "@types/node" : "^18.19.33",
"@types/tar-stream" : "^3.1.3", "@types/tar-stream" : "^3.1.3",
"eslint" : "^8.57.0", "eslint" : "^8.57.0",
"genversion" : "^3.2.0", "genversion" : "^3.2.0",
"pkg" : "^5.8.1", "pkg" : "^5.8.1",
"tiny-typed-emitter": "^2.1.0", "tiny-typed-emitter": "^2.1.0",
"tsx" : "^4.7.2", "tsx" : "^4.11.0",
"ts-node" : "^10.9.2", "ts-node" : "^10.9.2",
"typescript" : "^5.4.5", "typescript" : "^5.4.5",
"typescript-eslint" : "^7.7.0" "typescript-eslint" : "^7.11.0"
} }
} }
Subproject commit 4256114048734c2708436cc8505abecdf62fe6df Subproject commit 55a94e77db69635e1ca837a52de29cb04d0b4138
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment