Skip to content

Commit e66003c

Browse files
Merge pull request #106 from mattfsourcecode/dependabot/npm_and_yarn/all-dependencies-ab7bd4f5b5
deps: bump the all-dependencies group with 13 updates
2 parents e0296d3 + 4799c24 commit e66003c

File tree

4 files changed

+98
-98
lines changed

4 files changed

+98
-98
lines changed

licenses_main-deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/cli",
2424
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/cli/LICENSE"
2525
},
26-
"@swc/core@1.11.18": {
26+
"@swc/core@1.11.20": {
2727
"licenses": "Apache-2.0",
2828
"repository": "https://github.com/swc-project/swc",
2929
"publisher": "강동윤",
3030
"email": "kdy1997.dev@gmail.com",
3131
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core"
3232
},
33-
"@swc/helpers@0.5.15": {
33+
"@swc/helpers@0.5.17": {
3434
"licenses": "Apache-2.0",
3535
"repository": "https://github.com/swc-project/swc",
3636
"publisher": "강동윤",

licenses_sub-deps.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -603,23 +603,23 @@
603603
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/cli",
604604
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/cli/LICENSE"
605605
},
606-
"@swc/core-linux-x64-gnu@1.11.18": {
606+
"@swc/core-linux-x64-gnu@1.11.20": {
607607
"licenses": "Apache-2.0 AND MIT",
608608
"repository": "https://github.com/swc-project/swc",
609609
"publisher": "강동윤",
610610
"email": "kdy1997.dev@gmail.com",
611611
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core-linux-x64-gnu",
612612
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core-linux-x64-gnu/README.md"
613613
},
614-
"@swc/core-linux-x64-musl@1.11.18": {
614+
"@swc/core-linux-x64-musl@1.11.20": {
615615
"licenses": "Apache-2.0 AND MIT",
616616
"repository": "https://github.com/swc-project/swc",
617617
"publisher": "강동윤",
618618
"email": "kdy1997.dev@gmail.com",
619619
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core-linux-x64-musl",
620620
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/core-linux-x64-musl/README.md"
621621
},
622-
"@swc/core@1.11.18": {
622+
"@swc/core@1.11.20": {
623623
"licenses": "Apache-2.0",
624624
"repository": "https://github.com/swc-project/swc",
625625
"publisher": "강동윤",
@@ -634,7 +634,7 @@
634634
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/counter",
635635
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@swc/counter/README.md"
636636
},
637-
"@swc/helpers@0.5.15": {
637+
"@swc/helpers@0.5.17": {
638638
"licenses": "Apache-2.0",
639639
"repository": "https://github.com/swc-project/swc",
640640
"publisher": "강동윤",
@@ -1427,7 +1427,7 @@
14271427
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/eastasianwidth",
14281428
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/eastasianwidth/README.md"
14291429
},
1430-
"electron-to-chromium@1.5.135": {
1430+
"electron-to-chromium@1.5.136": {
14311431
"licenses": "ISC",
14321432
"repository": "https://github.com/kilian/electron-to-chromium",
14331433
"publisher": "Kilian Valkhof",
@@ -3311,8 +3311,8 @@
33113311
"publisher": "Sindre Sorhus",
33123312
"email": "sindresorhus@gmail.com",
33133313
"url": "sindresorhus.com",
3314-
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/strip-ansi-cjs",
3315-
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/strip-ansi-cjs/license"
3314+
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/strip-ansi",
3315+
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/strip-ansi/license"
33163316
},
33173317
"strip-bom@4.0.0": {
33183318
"licenses": "MIT",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@swc-node/jest": "^1.8.13",
2121
"@swc-node/register": "^1.10.10",
2222
"@swc/cli": "^0.6.0",
23-
"@swc/core": "^1.11.18",
24-
"@swc/helpers": "^0.5.15",
23+
"@swc/core": "^1.11.20",
24+
"@swc/helpers": "^0.5.17",
2525
"@types/jest": "^29.5.14",
2626
"@types/node": "^22.14.0",
2727
"jest": "^29.7.0",

0 commit comments

Comments
 (0)