Compare commits

..

1 Commits

Author SHA1 Message Date
minori 9714b6a399 deps: update @fastify/rate-limit to 11.0.0
Node.js CI / CI (pull_request) Successful in 2m36s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 2m52s
2026-06-19 07:04:46 -07:00
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
"@fastify/helmet": "13.0.2", "@fastify/helmet": "13.0.2",
"@fastify/jwt": "10.0.0", "@fastify/jwt": "10.0.0",
"@fastify/oauth2": "8.2.0", "@fastify/oauth2": "8.2.0",
"@fastify/rate-limit": "10.3.0", "@fastify/rate-limit": "11.0.0",
"@fastify/sensible": "6.0.4", "@fastify/sensible": "6.0.4",
"@fastify/static": "9.0.0", "@fastify/static": "9.0.0",
"@fortawesome/angular-fontawesome": "4.0.0", "@fortawesome/angular-fontawesome": "4.0.0",
@@ -45,7 +45,7 @@
"fastify": "5.7.3", "fastify": "5.7.3",
"fastify-plugin": "5.0.1", "fastify-plugin": "5.0.1",
"jsdom": "28.1.0", "jsdom": "28.1.0",
"marked": "17.0.4", "marked": "17.0.3",
"rxjs": "7.8.2" "rxjs": "7.8.2"
}, },
"devDependencies": { "devDependencies": {
+10 -10
View File
@@ -48,8 +48,8 @@ importers:
specifier: 8.2.0 specifier: 8.2.0
version: 8.2.0 version: 8.2.0
'@fastify/rate-limit': '@fastify/rate-limit':
specifier: 10.3.0 specifier: 11.0.0
version: 10.3.0 version: 11.0.0
'@fastify/sensible': '@fastify/sensible':
specifier: 6.0.4 specifier: 6.0.4
version: 6.0.4 version: 6.0.4
@@ -87,8 +87,8 @@ importers:
specifier: 28.1.0 specifier: 28.1.0
version: 28.1.0 version: 28.1.0
marked: marked:
specifier: 17.0.4 specifier: 17.0.3
version: 17.0.4 version: 17.0.3
rxjs: rxjs:
specifier: 7.8.2 specifier: 7.8.2
version: 7.8.2 version: 7.8.2
@@ -1664,8 +1664,8 @@ packages:
'@fastify/proxy-addr@5.1.0': '@fastify/proxy-addr@5.1.0':
resolution: {integrity: sha512-INS+6gh91cLUjB+PVHfu1UqcB76Sqtpyp7bnL+FYojhjygvOPA9ctiD/JDKsyD9Xgu4hUhCSJBPig/w7duNajw==} resolution: {integrity: sha512-INS+6gh91cLUjB+PVHfu1UqcB76Sqtpyp7bnL+FYojhjygvOPA9ctiD/JDKsyD9Xgu4hUhCSJBPig/w7duNajw==}
'@fastify/rate-limit@10.3.0': '@fastify/rate-limit@11.0.0':
resolution: {integrity: sha512-eIGkG9XKQs0nyynatApA3EVrojHOuq4l6fhB4eeCk4PIOeadvOJz9/4w3vGI44Go17uaXOWEcPkaD8kuKm7g6Q==} resolution: {integrity: sha512-kCs+G59SitZw9TL/ekFe+MrzXk20dEp6zPAM8WEZjFl5Ubvv5ksTbEXYr4jGlBwWAKn78q+NFsj5CN75zXLjaw==}
'@fastify/send@4.1.0': '@fastify/send@4.1.0':
resolution: {integrity: sha512-TMYeQLCBSy2TOFmV95hQWkiTYgC/SEx7vMdV+wnZVX4tt8VBLKzmH8vV9OzJehV0+XBfg+WxPMt5wp+JBUKsVw==} resolution: {integrity: sha512-TMYeQLCBSy2TOFmV95hQWkiTYgC/SEx7vMdV+wnZVX4tt8VBLKzmH8vV9OzJehV0+XBfg+WxPMt5wp+JBUKsVw==}
@@ -6825,8 +6825,8 @@ packages:
makeerror@1.0.12: makeerror@1.0.12:
resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==}
marked@17.0.4: marked@17.0.3:
resolution: {integrity: sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==} resolution: {integrity: sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A==}
engines: {node: '>= 20'} engines: {node: '>= 20'}
hasBin: true hasBin: true
@@ -11715,7 +11715,7 @@ snapshots:
'@fastify/forwarded': 3.0.1 '@fastify/forwarded': 3.0.1
ipaddr.js: 2.3.0 ipaddr.js: 2.3.0
'@fastify/rate-limit@10.3.0': '@fastify/rate-limit@11.0.0':
dependencies: dependencies:
'@lukeed/ms': 2.0.2 '@lukeed/ms': 2.0.2
fastify-plugin: 5.0.1 fastify-plugin: 5.0.1
@@ -18286,7 +18286,7 @@ snapshots:
dependencies: dependencies:
tmpl: 1.0.5 tmpl: 1.0.5
marked@17.0.4: {} marked@17.0.3: {}
math-intrinsics@1.1.0: {} math-intrinsics@1.1.0: {}