Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps path-to-regexp to 0.1.10 and updates ancestor dependency express. These dependencies need to be updated together.

Updates path-to-regexp from 0.1.7 to 0.1.10

Release notes

Sourced from path-to-regexp's releases.

Backtrack protection

Fixed

  • Add backtrack protection to parameters 29b96b4
    • This will break some edge cases but should improve performance

pillarjs/path-to-regexp@v0.1.9...v0.1.10

Support non-lookahead regex output

Added

  • Allow a non-lookahead regex (#312) c4272e4

component/path-to-regexp@v0.1.8...v0.1.9

Support named matching groups in RegExp

Added

  • Add support for named matching groups (#301) 114f62d

pillarjs/path-to-regexp@v0.1.7...v0.1.8

Commits

Updates express from 4.19.2 to 4.20.0

Release notes

Sourced from express's releases.

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

New Contributors

Full Changelog: expressjs/express@4.19.1...4.20.0

Changelog

Sourced from express's changelog.

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.10 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.10)

Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
@487c 487c merged commit 99afdb0 into main Sep 10, 2024
@487c 487c deleted the dependabot/npm_and_yarn/multi-ceff1a497b branch September 10, 2024 19:34
487c added a commit that referenced this pull request Sep 29, 2024
487c added a commit that referenced this pull request Oct 5, 2024
* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function
487c added a commit that referenced this pull request Oct 5, 2024
* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile
487c added a commit that referenced this pull request Oct 5, 2024
* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection
487c added a commit that referenced this pull request Oct 8, 2024
* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
487c added a commit that referenced this pull request Oct 8, 2024
* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
487c added a commit that referenced this pull request Oct 20, 2024
* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
487c added a commit that referenced this pull request Oct 20, 2024
* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

* fixing swagger

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
487c added a commit that referenced this pull request Nov 25, 2024
* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

* fixing swagger

* fixing readme

* remove log entry

* first changes deck

* adding name and description for course infos

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
487c added a commit that referenced this pull request Nov 25, 2024
* fixing swagger (#49)

* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

* fixing swagger

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: upgrade mongoose from 8.7.0 to 8.7.1 (#50)

Snyk has created this PR to upgrade mongoose from 8.7.0 to 8.7.1.

See this package in npm:
mongoose

See this project in Snyk:
https://app.snyk.io/org/waffelmeister/project/56f35576-c468-4c70-a1f0-81d2dec18a60?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#52)

Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3.
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@core-v0.2.0...plugin-kit-v0.2.3)

---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: upgrade winston from 3.15.0 to 3.16.0 (#53)

Snyk has created this PR to upgrade winston from 3.15.0 to 3.16.0.

See this package in npm:
winston

See this project in Snyk:
https://app.snyk.io/org/waffelmeister/project/56f35576-c468-4c70-a1f0-81d2dec18a60?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* Bump cookie and express (#55)

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.1)

Updates `express` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v5.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump cross-spawn from 7.0.3 to 7.0.6 (#54)

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dev (#56)

* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

* fixing swagger

* fixing readme

* remove log entry

* first changes deck

* adding name and description for course infos

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
487c added a commit that referenced this pull request Jan 4, 2025
* fixing swagger (#49)

* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

* fixing swagger

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: upgrade mongoose from 8.7.0 to 8.7.1 (#50)

Snyk has created this PR to upgrade mongoose from 8.7.0 to 8.7.1.

See this package in npm:
mongoose

See this project in Snyk:
https://app.snyk.io/org/waffelmeister/project/56f35576-c468-4c70-a1f0-81d2dec18a60?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#52)

Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3.
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@core-v0.2.0...plugin-kit-v0.2.3)

---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: upgrade winston from 3.15.0 to 3.16.0 (#53)

Snyk has created this PR to upgrade winston from 3.15.0 to 3.16.0.

See this package in npm:
winston

See this project in Snyk:
https://app.snyk.io/org/waffelmeister/project/56f35576-c468-4c70-a1f0-81d2dec18a60?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* Bump cookie and express (#55)

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.

Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.1)

Updates `express` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v5.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump cross-spawn from 7.0.3 to 7.0.6 (#54)

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dev (#56)

* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

* fixing swagger

* fixing readme

* remove log entry

* first changes deck

* adding name and description for course infos

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
487c added a commit that referenced this pull request Jan 4, 2025
* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

* fixing swagger

* fixing readme

* remove log entry

* first changes deck

* adding name and description for course infos

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
487c added a commit that referenced this pull request Jan 4, 2025
* fixing swagger (#49)

* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

* fixing swagger

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: upgrade mongoose from 8.7.0 to 8.7.1 (#50)

Snyk has created this PR to upgrade mongoose from 8.7.0 to 8.7.1.

See this package in npm:
mongoose

See this project in Snyk:
https://app.snyk.io/org/waffelmeister/project/56f35576-c468-4c70-a1f0-81d2dec18a60?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#52)

Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3.
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@core-v0.2.0...plugin-kit-v0.2.3)

---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: upgrade winston from 3.15.0 to 3.16.0 (#53)

Snyk has created this PR to upgrade winston from 3.15.0 to 3.16.0.

See this package in npm:
winston

See this project in Snyk:
https://app.snyk.io/org/waffelmeister/project/56f35576-c468-4c70-a1f0-81d2dec18a60?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* Bump cookie and express (#55)

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.

Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.1)

Updates `express` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v5.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump cross-spawn from 7.0.3 to 7.0.6 (#54)

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dev (#56)

* test

* remove fake todos

* first todo

* adding read script metadata

* first upload

* update action and paths

* start error codes

* fix path

* cleaning up server

* improve logger

* update and improve error logging

* adding coverage

* throwing errors

* updatea ction

* todo_to_issue.yml aktualisieren

* es linting

* action and setting upconfig / npm

* update config

* fix eslintconfig

* test coverage #1

* shores, improve tests and extend functions

* new route for file, fixing tests

* patching and adding models

* adding folder for coverage

* adding descritpion for id

* adding create folder

* adding build infos and restructure models

* more tests

* parsing script

* change path for script

* patch schema

* tests for script and adding cards for demo

* card actions, script test etc.

* todos aufnehmen

* adding get user login

* adding user function

* fix dockerfile

* fixing docker postinstall

* updatetypes

* updated mongoose-to-swagger connection

* fixing test

* cleanup

* remove patch-package

* fixing broken objects in mongoose-to-swagger

* removing patches

* changes in lockfile

* update package-lock

* changes to cards and deck

* fixing scripts. test, script

* change insertion etc

* change file insert test todo

* Automatically added GitHub issue links to TODOs

* update packages

* changing user modifications and stuff

* changed settings and error message for test

* update of files

* fix path reduced course

* fixing schemas

* tests, test, test

* remove logging with tests

* schemas and middlewares

* schema api

* adding card functions and paths / demo data / todos

* Automatically added GitHub issue links to TODOs

* replacing login with mail and password

* fixing swagger

* fixing readme

* remove log entry

* first changes deck

* adding name and description for course infos

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants