dependabot[bot]
|
3944dd4f8e
|
build(deps): bump the npm_and_yarn group across 2 directories with 2 updates
Bumps the npm_and_yarn group with 1 update in the /backend directory: [express](https://github.com/expressjs/express).
Bumps the npm_and_yarn group with 1 update in the /docs directory: [webpack](https://github.com/webpack/webpack).
Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)
Updates `webpack` from 5.90.0 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.90.0...v5.94.0)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: webpack
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-31 01:53:54 +00:00 |
|
Takeshi Kimata
|
e0fa63db0f
|
feat: enable rate limit on API server (#15)
|
2024-07-20 08:40:45 +09:00 |
|
dependabot[bot]
|
3c6b1ed8cc
|
build(deps): bump tar from 6.2.0 to 6.2.1 in /backend (#7)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-07-20 08:00:29 +09:00 |
|
dependabot[bot]
|
d24ffdb379
|
build(deps): bump es5-ext from 0.10.62 to 0.10.64 in /backend (#6)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.64)
---
updated-dependencies:
- dependency-name: es5-ext
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-07-20 07:59:56 +09:00 |
|
Takeshi Kimata
|
180b39e333
|
update package
|
2024-07-07 09:20:35 +09:00 |
|
Takeshi Kimata
|
8103297dae
|
Implement Auth
|
2024-05-17 23:30:13 +09:00 |
|
Takeshi Kimata
|
f73060b4ad
|
file upload and store
|
2024-03-16 21:43:30 +09:00 |
|
Takeshi Kimata
|
7ad22e2891
|
request API server to add projects record
|
2024-02-04 22:10:07 +09:00 |
|
Takeshi Kimata
|
45f64df1f9
|
set up sqlite
|
2024-02-04 18:38:48 +09:00 |
|
Takeshi Kimata
|
cdaa99b89a
|
create API server
|
2024-02-04 12:05:06 +09:00 |
|