Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot cd8454db64 chore(deps): update all non-major dependencies
renovate/stability-days Updates have met minimum release age requirement
PR / lint (pull_request) Successful in 22s
PR / test-coverage (pull_request) Successful in 25s
2026-06-25 18:01:41 +00:00
+10 -10
View File
@@ -1683,9 +1683,9 @@
}
},
"node_modules/eslint": {
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz",
"integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==",
"version": "10.5.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz",
"integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==",
"dev": true,
"license": "MIT",
"workspaces": [
@@ -2721,9 +2721,9 @@
}
},
"node_modules/puppeteer": {
"version": "25.2.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.2.1.tgz",
"integrity": "sha512-2D5RMkQH9FRhDU57a1/jV9xWoxqZvUjaZOYjAAPdRCEY8A01V5sxzyGOMs8XiKU9fPF91SOSwNYpHRu5SD958g==",
"version": "25.2.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.2.0.tgz",
"integrity": "sha512-JPMPd/2+lgdkLhEyPqH895oR3ccMt1wSra6oewgjjTuLmo2s9zPZpKXQTFEIiA/fMKpiL01kjU3+2zPEReRWNg==",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@@ -2731,7 +2731,7 @@
"chromium-bidi": "16.0.1",
"devtools-protocol": "0.0.1638949",
"lilconfig": "^3.1.3",
"puppeteer-core": "25.2.1",
"puppeteer-core": "25.2.0",
"typed-query-selector": "^2.12.2"
},
"bin": {
@@ -2742,9 +2742,9 @@
}
},
"node_modules/puppeteer-core": {
"version": "25.2.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.2.1.tgz",
"integrity": "sha512-MwEZ4FFGJ1ZLOmu/04eISxoEMKtCnHyJBRFfgpwPPSYNG6gT6Xw1laNziFSV7uwDcx3jK+ATYIo9SfOd8Uhc3w==",
"version": "25.2.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.2.0.tgz",
"integrity": "sha512-jGhuGAlkgOcbyGRc0Cm9b/y4vvqoxhyAyl6a1diVe8F3sHsgTaQ60QQT5F3rGegTZV3prysgHVc+0LsvPZo3GA==",
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "3.0.5",