Skip to content

Commit 46106f0

Browse files
chore(deps): bump multer (#131)
Bumps the npm_and_yarn group with 1 update in the /samples/hash-server directory: [multer](https://github.com/expressjs/multer). Updates `multer` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](expressjs/multer@v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: multer dependency-version: 2.1.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be81b70 commit 46106f0

2 files changed

Lines changed: 22 additions & 59 deletions

File tree

samples/hash-server/package-lock.json

Lines changed: 21 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/hash-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@crispthinking/athena-classifier-sdk": "file:../../",
1919
"express": "^4.22.1",
20-
"multer": "^2.0.2"
20+
"multer": "^2.1.0"
2121
},
2222
"devDependencies": {
2323
"@types/express": "^4.17.21",

0 commit comments

Comments
 (0)