Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoBackendAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
Backend
DojoBackendAPI
Commits
7ffb016f
Commit
7ffb016f
authored
1 year ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
Update shared
parent
d25f1dc3
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ExpressAPI/package-lock.json
+45
-0
45 additions, 0 deletions
ExpressAPI/package-lock.json
ExpressAPI/package.json
+2
-0
2 additions, 0 deletions
ExpressAPI/package.json
ExpressAPI/src/shared
+1
-1
1 addition, 1 deletion
ExpressAPI/src/shared
with
48 additions
and
1 deletion
ExpressAPI/package-lock.json
+
45
−
0
View file @
7ffb016f
...
...
@@ -28,6 +28,7 @@
"mysql"
:
"^2.18.1"
,
"node"
:
"^20.5.0"
,
"parse-link-header"
:
"^2.0.0"
,
"tar-stream"
:
"^3.1.6"
,
"uuid"
:
"^9.0.0"
,
"winston"
:
"^3.8.2"
},
...
...
@@ -41,6 +42,7 @@
"@types/multer"
:
"^1.4.7"
,
"@types/node"
:
"^20.4.7"
,
"@types/parse-link-header"
:
"^2.0.1"
,
"@types/tar-stream"
:
"^2.2.2"
,
"@types/uuid"
:
"^9.0.2"
,
"nodemon"
:
"^3.0.1"
,
"npm"
:
"^9.8.1"
,
...
...
@@ -304,6 +306,15 @@
"@types/node"
:
"*"
}
},
"node_modules/@types/tar-stream"
:
{
"version"
:
"2.2.2"
,
"resolved"
:
"https://registry.npmjs.org/@types/tar-stream/-/tar-stream-2.2.2.tgz"
,
"integrity"
:
"sha512-1AX+Yt3icFuU6kxwmPakaiGrJUwG44MpuiqPg4dSolRFk6jmvs4b3IbUol9wKDLIgU76gevn3EwE8y/DkSJCZQ=="
,
"dev"
:
true
,
"dependencies"
:
{
"@types/node"
:
"*"
}
},
"node_modules/@types/triple-beam"
:
{
"version"
:
"1.3.2"
,
"resolved"
:
"https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.2.tgz"
,
...
...
@@ -418,6 +429,11 @@
"proxy-from-env"
:
"^1.1.0"
}
},
"node_modules/b4a"
:
{
"version"
:
"1.6.4"
,
"resolved"
:
"https://registry.npmjs.org/b4a/-/b4a-1.6.4.tgz"
,
"integrity"
:
"sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw=="
},
"node_modules/balanced-match"
:
{
"version"
:
"1.0.2"
,
"resolved"
:
"https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
,
...
...
@@ -918,6 +934,11 @@
"resolved"
:
"https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
,
"integrity"
:
"sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"node_modules/fast-fifo"
:
{
"version"
:
"1.3.0"
,
"resolved"
:
"https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.0.tgz"
,
"integrity"
:
"sha512-IgfweLvEpwyA4WgiQe9Nx6VV2QkML2NkvZnk1oKnIzXgXdWxuhF7zw4DvLTPZJn6PIUneiAXPF24QmoEqHTjyw=="
},
"node_modules/fecha"
:
{
"version"
:
"4.2.3"
,
"resolved"
:
"https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz"
,
...
...
@@ -4942,6 +4963,11 @@
"url"
:
"https://github.com/sponsors/ljharb"
}
},
"node_modules/queue-tick"
:
{
"version"
:
"1.0.1"
,
"resolved"
:
"https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz"
,
"integrity"
:
"sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
},
"node_modules/range-parser"
:
{
"version"
:
"1.2.1"
,
"resolved"
:
"https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
,
...
...
@@ -5196,6 +5222,15 @@
"node"
:
">=10.0.0"
}
},
"node_modules/streamx"
:
{
"version"
:
"2.15.1"
,
"resolved"
:
"https://registry.npmjs.org/streamx/-/streamx-2.15.1.tgz"
,
"integrity"
:
"sha512-fQMzy2O/Q47rgwErk/eGeLu/roaFWV0jVsogDmrszM9uIw8L5OA+t+V93MgYlufNptfjmYR1tOMWhei/Eh7TQA=="
,
"dependencies"
:
{
"fast-fifo"
:
"^1.1.0"
,
"queue-tick"
:
"^1.0.1"
}
},
"node_modules/string_decoder"
:
{
"version"
:
"1.1.1"
,
"resolved"
:
"https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz"
,
...
...
@@ -5232,6 +5267,16 @@
"url"
:
"https://github.com/sponsors/ljharb"
}
},
"node_modules/tar-stream"
:
{
"version"
:
"3.1.6"
,
"resolved"
:
"https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.6.tgz"
,
"integrity"
:
"sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg=="
,
"dependencies"
:
{
"b4a"
:
"^1.6.4"
,
"fast-fifo"
:
"^1.2.0"
,
"streamx"
:
"^2.15.0"
}
},
"node_modules/tarn"
:
{
"version"
:
"3.0.2"
,
"resolved"
:
"https://registry.npmjs.org/tarn/-/tarn-3.0.2.tgz"
,
...
...
This diff is collapsed.
Click to expand it.
ExpressAPI/package.json
+
2
−
0
View file @
7ffb016f
...
...
@@ -39,6 +39,7 @@
"mysql"
:
"^2.18.1"
,
"node"
:
"^20.5.0"
,
"parse-link-header"
:
"^2.0.0"
,
"tar-stream"
:
"^3.1.6"
,
"uuid"
:
"^9.0.0"
,
"winston"
:
"^3.8.2"
},
...
...
@@ -52,6 +53,7 @@
"@types/multer"
:
"^1.4.7"
,
"@types/node"
:
"^20.4.7"
,
"@types/parse-link-header"
:
"^2.0.1"
,
"@types/tar-stream"
:
"^2.2.2"
,
"@types/uuid"
:
"^9.0.2"
,
"nodemon"
:
"^3.0.1"
,
"prisma"
:
"^5.1.1"
,
...
...
This diff is collapsed.
Click to expand it.
shared
@
eab5c0a5
Compare
eb536633
...
eab5c0a5
Subproject commit eb5
366331e33b3cb1cc86cbadd228e4c1e7f821b
Subproject commit e
a
b5
c0a5a32079fcb439a1ad79453611c8605536
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment