Skip to content

deps: bump the all-dependencies group with 12 updates #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions licenses_main-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/cli",
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/cli/LICENSE"
},
"@swc/[email protected].21": {
"@swc/[email protected].22": {
"licenses": "Apache-2.0",
"repository": "https://github.com/swc-project/swc",
"publisher": "강동윤",
"email": "[email protected]",
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core"
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core",
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core/README.md"
},
"@swc/[email protected]": {
"licenses": "Apache-2.0",
Expand Down
11 changes: 6 additions & 5 deletions licenses_sub-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,28 +603,29 @@
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/cli",
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/cli/LICENSE"
},
"@swc/[email protected].21": {
"@swc/[email protected].22": {
"licenses": "Apache-2.0 AND MIT",
"repository": "https://github.com/swc-project/swc",
"publisher": "강동윤",
"email": "[email protected]",
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core-linux-x64-gnu",
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core-linux-x64-gnu/README.md"
},
"@swc/[email protected].21": {
"@swc/[email protected].22": {
"licenses": "Apache-2.0 AND MIT",
"repository": "https://github.com/swc-project/swc",
"publisher": "강동윤",
"email": "[email protected]",
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core-linux-x64-musl",
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core-linux-x64-musl/README.md"
},
"@swc/[email protected].21": {
"@swc/[email protected].22": {
"licenses": "Apache-2.0",
"repository": "https://github.com/swc-project/swc",
"publisher": "강동윤",
"email": "[email protected]",
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core"
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core",
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core/README.md"
},
"@swc/[email protected]": {
"licenses": "Apache-2.0",
Expand Down Expand Up @@ -1427,7 +1428,7 @@
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/eastasianwidth",
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/eastasianwidth/README.md"
},
"[email protected].140": {
"[email protected].141": {
"licenses": "ISC",
"repository": "https://github.com/kilian/electron-to-chromium",
"publisher": "Kilian Valkhof",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@swc-node/jest": "^1.8.13",
"@swc-node/register": "^1.10.10",
"@swc/cli": "^0.7.3",
"@swc/core": "^1.11.21",
"@swc/core": "^1.11.22",
"@swc/helpers": "^0.5.17",
"@types/jest": "^29.5.14",
"@types/node": "^22.14.1",
Expand Down
Loading