mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 16:28:19 +00:00
Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.41.0` | `8.49.0` | | [body-parser](https://github.com/expressjs/body-parser) | `1.20.2` | `2.2.2` | | [express](https://github.com/expressjs/express) | `4.19.2` | `4.22.1` | | [jws](https://github.com/brianloveswords/node-jws) | `3.2.2` | `3.2.3` | | [path-to-regexp](https://github.com/pillarjs/path-to-regexp) | `6.2.2` | `6.3.0` | | [validator](https://github.com/validatorjs/validator.js) | `13.12.0` | `13.15.35` | Updates `@sentry/node` from 8.41.0 to 8.49.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.49.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/8.41.0...8.49.0) Updates `body-parser` from 1.20.2 to 2.2.2 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...v2.2.2) Updates `express` from 4.19.2 to 4.22.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...v4.22.1) Updates `form-data` from 2.5.1 to 4.0.5 - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v2.5.1...v4.0.5) Updates `jws` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/brianloveswords/node-jws/releases) - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianloveswords/node-jws/compare/v3.2.2...v3.2.3) Updates `path-to-regexp` from 6.2.2 to 6.3.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/v6.2.2...v6.3.0) Updates `validator` from 13.12.0 to 13.15.35 - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/13.12.0...13.15.35) --- updated-dependencies: - dependency-name: "@sentry/node" dependency-version: 8.49.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: body-parser dependency-version: 2.2.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-version: 4.22.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: form-data dependency-version: 4.0.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jws dependency-version: 3.2.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-version: 6.3.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: validator dependency-version: 13.15.35 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "slack-zeon",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"author": "Saahil <neon@saahild.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "NODE_OPTIONS=\"--max-old-space-size=4096\" ts-node src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@js-temporal/polyfill": "^0.4.4",
|
|
"@keyv/sqlite": "^4.0.1",
|
|
"@napi-rs/canvas": "^0.1.69",
|
|
"@sentry/node": "^8.49.0",
|
|
"@sentry/profiling-node": "^8.41.0",
|
|
"@slack/bolt": "^3.21.2",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "latest",
|
|
"cheerio": "latest",
|
|
"cors": "latest",
|
|
"croner": "^9.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"eventsource": "latest",
|
|
"form-data": "^4.0.1",
|
|
"geo-tz": "^8.1.2",
|
|
"keyv": "^5.2.3",
|
|
"ms": "^2.1.3",
|
|
"nocodb-sdk": "^0.260.0",
|
|
"node-cron": "^3.0.3",
|
|
"node-ical": "^0.20.1",
|
|
"node-memwatch-new": "0.0.1",
|
|
"octokit": "^4.0.2",
|
|
"openai": "latest",
|
|
"pidusage": "latest",
|
|
"rss": "^1.2.2",
|
|
"simple-json-db": "^2.0.0",
|
|
"smee-client": "^2.0.3",
|
|
"socket.io": "^4.8.1",
|
|
"stegcloak": "^1.1.1",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"optionalDependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.4",
|
|
"canvas": "^2.11.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|