mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-16 00:26:56 +01:00
cacc04a113
* Bump the npm_and_yarn group across 2 directories with 5 updates Bumps the npm_and_yarn group with 5 updates in the /tgui directory: | Package | From | To | | --- | --- | --- | | [dompurify](https://github.com/cure53/DOMPurify) | `3.3.3` | `3.4.0` | | [@fastify/static](https://github.com/fastify/fastify-static) | `8.2.0` | `9.1.1` | | [fastify](https://github.com/fastify/fastify) | `5.8.4` | `5.8.5` | | [axios](https://github.com/axios/axios) | `1.13.5` | `1.15.0` | | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.11` | `1.16.0` | Bumps the npm_and_yarn group with 1 update in the /tgui/packages/tgui-bench directory: [@fastify/static](https://github.com/fastify/fastify-static). Updates `dompurify` from 3.3.3 to 3.4.0 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.3.3...3.4.0) Updates `@fastify/static` from 8.2.0 to 9.1.1 - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v8.2.0...v9.1.1) Updates `fastify` from 5.8.4 to 5.8.5 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.8.4...v5.8.5) Updates `axios` from 1.13.5 to 1.15.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.5...v1.15.0) Updates `follow-redirects` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) Updates `@fastify/static` from 8.3.0 to 9.1.1 - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v8.2.0...v9.1.1) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@fastify/static" dependency-version: 9.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: fastify dependency-version: 5.8.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@fastify/static" dependency-version: 9.1.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * bundle * dumb yarn lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui-bench",
|
|
"version": "6.0.0-paradise",
|
|
"dependencies": {
|
|
"@fastify/static": "^9.1.1",
|
|
"common": "workspace:*",
|
|
"fastify": "^5.8.3",
|
|
"lodash": "^4.18.1",
|
|
"platform": "^1.3.6",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"tgui": "workspace:*",
|
|
"tgui-core": "^5.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.1"
|
|
}
|
|
}
|