Skip to content

Commit 05b0e71

Browse files
fix(deps): bump the production-dependencies group across 1 directory with 2 updates
Bumps the production-dependencies group with 2 updates in the /apps/slack/lambda directory: [ajv](https://github.com/ajv-validator/ajv) and [cors](https://github.com/expressjs/cors). Updates `ajv` from 8.17.1 to 8.18.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v8.17.1...v8.18.0) Updates `cors` from 2.8.5 to 2.8.6 - [Release notes](https://github.com/expressjs/cors/releases) - [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md) - [Commits](expressjs/cors@v2.8.5...v2.8.6) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: cors dependency-version: 2.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 088a56d commit 05b0e71

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

apps/slack/lambda/package-lock.json

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

apps/slack/lambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"@slack/web-api": "^6.13.0",
5555
"@types/cors": "^2.8.19",
5656
"@types/express": "^4.17.21",
57-
"ajv": "^8.17.1",
57+
"ajv": "^8.18.0",
5858
"aws-lambda": "^1.0.7",
5959
"aws-sdk": "^2.1693.0",
6060
"contentful-management": "^10.46.4",
61-
"cors": "^2.8.5",
61+
"cors": "^2.8.6",
6262
"express": "^4.22.1",
6363
"serverless-http": "^3.1.0"
6464
}

0 commit comments

Comments
 (0)