1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00
planka/server
dependabot[bot] faf6e809a6 chore(deps): Bump path-to-regexp and @sailshq/router in /server (#1096)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [@sailshq/router](https://github.com/sailshq/router). These dependencies needed to be updated together.

Updates `path-to-regexp` from 0.1.11 to 1.9.0
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.11...v1.9.0)

Updates `@sailshq/router` from 1.3.9 to 1.3.10
- [Changelog](https://github.com/sailshq/router/blob/master/HISTORY.md)
- [Commits](https://github.com/sailshq/router/compare/v1.3.9...v1.3.10)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 1.9.0
  dependency-type: indirect
- dependency-name: "@sailshq/router"
  dependency-version: 1.3.10
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-21 01:15:16 +02:00
..
api feat: Ability to set list color indicator (#1033) 2025-02-25 15:58:59 +01:00
config fix: Configurable database schema name (#1046) 2025-03-01 22:03:15 +01:00
db feat: Ability to set list color indicator (#1033) 2025-02-25 15:58:59 +01:00
private/attachments feat: Remove attachments from public access 2022-04-26 22:20:20 +05:00
public feat: Remove attachments from public access 2022-04-26 22:20:20 +05:00
test feat: Modify logger to log to file that supports fail2ban (#284) 2022-08-23 03:42:56 +05:00
utils feat: Configurable file storage locations (#886) 2024-09-20 20:29:11 +02:00
views Docker, update readme, update dependencies 2019-10-01 04:18:33 +05:00
.editorconfig Initial commit 2019-08-31 04:07:25 +05:00
.env.sample fix: Secure S3 attachments, bump SDK, refactoring 2024-11-12 15:58:22 +01:00
.eslintignore ref: Ignore public js linting (#278) 2022-08-08 17:58:41 +05:00
.gitignore meta: Fix ignore files for logs 2022-08-23 00:51:33 +02:00
.npmrc Update server scaffold 2019-10-14 21:50:52 +05:00
.sailsrc Docker, update readme, update dependencies 2019-10-01 04:18:33 +05:00
app.js feat: Add gallery for attachments 2022-06-20 18:27:39 +02:00
get-config.js feat: Add gallery for attachments 2022-06-20 18:27:39 +02:00
package-lock.json chore(deps): Bump path-to-regexp and @sailshq/router in /server (#1096) 2025-04-21 01:15:16 +02:00
package.json chore(deps): Bump cookie and sails-hook-sockets in /server (#1093) 2025-04-21 01:14:48 +02:00
README.md Initial commit 2019-08-31 04:07:25 +05:00

Planka server