mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-03 18:31:15 +01:00
0aea2e82cc
Bumps the npm_and_yarn group with 2 updates in the /tgui directory: [js-yaml](https://github.com/nodeca/js-yaml) and [axios](https://github.com/axios/axios). Updates `js-yaml` from 5.1.0 to 5.2.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.1.0...5.2.1) Updates `axios` from 1.16.1 to 1.18.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.16.1...v1.18.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.18.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>
17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui-dev-server",
|
|
"version": "6.1.0-paradise",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@rspack/core": "^1.5.8",
|
|
"axios": "^1.18.0",
|
|
"source-map": "^0.7.6",
|
|
"stacktrace-parser": "^0.1.11",
|
|
"ws": "^8.21.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.18.1"
|
|
}
|
|
}
|