Skip to content

Commit 289e324

Browse files
authoredJun 12, 2025
Merge pull request #145 from mattfsourcecode/dependabot/npm_and_yarn/all-dependencies-974551e177
deps: bump the all-dependencies group with 3 updates
2 parents d9250c1 + 5199e09 commit 289e324

File tree

4 files changed

+142
-124
lines changed

4 files changed

+142
-124
lines changed
 

‎licenses_main-deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@types/jest",
4646
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@types/jest/LICENSE"
4747
},
48-
"@types/node@24.0.0": {
48+
"@types/node@24.0.1": {
4949
"licenses": "MIT",
5050
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
5151
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@types/node",
@@ -57,7 +57,7 @@
5757
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server",
5858
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/LICENSE"
5959
},
60-
"fastify@5.3.3": {
60+
"fastify@5.4.0": {
6161
"licenses": "MIT",
6262
"repository": "https://github.com/fastify/fastify",
6363
"publisher": "Matteo Collina",

‎licenses_sub-deps.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@
782782
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@types/jest",
783783
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@types/jest/LICENSE"
784784
},
785-
"@types/node@24.0.0": {
785+
"@types/node@24.0.1": {
786786
"licenses": "MIT",
787787
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
788788
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@types/node",
@@ -813,7 +813,7 @@
813813
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@ungap/structured-clone",
814814
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@ungap/structured-clone/LICENSE"
815815
},
816-
"@unrs/resolver-binding-linux-x64-gnu@1.8.1": {
816+
"@unrs/resolver-binding-linux-x64-gnu@1.9.0": {
817817
"licenses": "MIT",
818818
"repository": "https://github.com/unrs/unrs-resolver",
819819
"publisher": "JounQin",
@@ -822,7 +822,7 @@
822822
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@unrs/resolver-binding-linux-x64-gnu",
823823
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/@unrs/resolver-binding-linux-x64-gnu/README.md"
824824
},
825-
"@unrs/resolver-binding-linux-x64-musl@1.8.1": {
825+
"@unrs/resolver-binding-linux-x64-musl@1.9.0": {
826826
"licenses": "MIT",
827827
"repository": "https://github.com/unrs/unrs-resolver",
828828
"publisher": "JounQin",
@@ -1655,7 +1655,7 @@
16551655
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server",
16561656
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/LICENSE"
16571657
},
1658-
"fastify@5.3.3": {
1658+
"fastify@5.4.0": {
16591659
"licenses": "MIT",
16601660
"repository": "https://github.com/fastify/fastify",
16611661
"publisher": "Matteo Collina",
@@ -3568,7 +3568,7 @@
35683568
"path": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/undici-types",
35693569
"licenseFile": "/home/runner/work/fastify-swc-typescript-server/fastify-swc-typescript-server/node_modules/undici-types/LICENSE"
35703570
},
3571-
"unrs-resolver@1.8.1": {
3571+
"unrs-resolver@1.9.0": {
35723572
"licenses": "MIT",
35733573
"repository": "https://github.com/unrs/unrs-resolver",
35743574
"publisher": "JounQin",

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "@mattfsourcecode",
1515
"license": "MIT",
1616
"dependencies": {
17-
"fastify": "^5.3.3"
17+
"fastify": "^5.4.0"
1818
},
1919
"devDependencies": {
2020
"@swc-node/jest": "^1.8.13",
@@ -23,7 +23,7 @@
2323
"@swc/core": "^1.12.0",
2424
"@swc/helpers": "^0.5.17",
2525
"@types/jest": "^29.5.14",
26-
"@types/node": "^24.0.0",
26+
"@types/node": "^24.0.1",
2727
"jest": "^30.0.0",
2828
"license-checker": "^25.0.1",
2929
"nodemon": "^3.1.10",

‎pnpm-lock.yaml

Lines changed: 133 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.