Compare commits

..
1 Commits
Author SHA1 Message Date
Renovate Bot 0b941bac47 chore(deps): update all non-major dependencies
renovate/stability-days Updates have met minimum release age requirement
PR / lint (pull_request) Successful in 14s
PR / test-coverage (pull_request) Successful in 17s
2026-08-14 22:01:58 +00:00
+15 -15
View File
@@ -1586,9 +1586,9 @@
} }
}, },
"node_modules/devtools-protocol": { "node_modules/devtools-protocol": {
"version": "0.0.1666840", "version": "0.0.1653615",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1666840.tgz", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1653615.tgz",
"integrity": "sha512-gCcO42XCHKEs7Ag0S7aGYsnJ7hlgrO3qderYqeiY0Eqk+0GFfuvT13IA0hHreJTa2KCdDVyGMeOhdMNmrrTjVg==", "integrity": "sha512-pGVkY3T/qXxAp2nFPodwYqOevk6ncNMSmvL8QfRCx5ZWGd6Vor7AFNmyaA8Zs6uJyP1QAfjuLandCgvSix1BNA==",
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
@@ -1953,9 +1953,9 @@
} }
}, },
"node_modules/globals": { "node_modules/globals": {
"version": "17.11.0", "version": "17.10.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.11.0.tgz", "resolved": "https://registry.npmjs.org/globals/-/globals-17.10.0.tgz",
"integrity": "sha512-Z2I8hM+PbJDXQDq3Icgpzv+mPdwr68iZUU9d5WW4FuXfDUQfkZaZuvjMv42/5crNyw154+9+VWXbYrUgDXbxNw==", "integrity": "sha512-V0kztuWST2k8A/VbxAY8+L+7+Rgo3fyA24IHRLrZp7HOzJjV0gHSaZUjK9lpP/IrBSNite2tZ1prhRkinRu1CA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@@ -2677,17 +2677,17 @@
} }
}, },
"node_modules/puppeteer": { "node_modules/puppeteer": {
"version": "25.7.0", "version": "25.6.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.7.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.6.0.tgz",
"integrity": "sha512-zLBIYuW66SGwY7JNqGmiqeKiM92CYOs6xPibSRBPIeYGIfM1nE/8VCE8G0fGot2EfXENC4PbhktxLrQ0EK5Thg==", "integrity": "sha512-TXUolDddU4AwISjOOrGk2AhJDpbM/ZDt2KvGIqz74EOk+8bKwXFo+acUvP1sQx3hUda7owOeNuuT1UnJT1o0qA==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@puppeteer/browsers": "3.2.0", "@puppeteer/browsers": "3.2.0",
"chromium-bidi": "17.0.2", "chromium-bidi": "17.0.2",
"devtools-protocol": "0.0.1666840", "devtools-protocol": "0.0.1653615",
"lilconfig": "^3.1.3", "lilconfig": "^3.1.3",
"puppeteer-core": "25.7.0", "puppeteer-core": "25.6.0",
"typed-query-selector": "^2.12.2" "typed-query-selector": "^2.12.2"
}, },
"bin": { "bin": {
@@ -2698,14 +2698,14 @@
} }
}, },
"node_modules/puppeteer-core": { "node_modules/puppeteer-core": {
"version": "25.7.0", "version": "25.6.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.7.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.6.0.tgz",
"integrity": "sha512-wgBBj7dU5ceGyoT2PCrJpkYOhxPY8mDOmcSKZP92Cj5GgqQ3kv/UxzawnOLxiYuupe4bDf/yiQm3bzs/1nI0rQ==", "integrity": "sha512-GJ67rjZdVQzZmD2Ab0cgttfQN9j387QYMv3t6MN3/4nmjursNt6M5Utj4/T/4y0AwNrSwJzjw6Q/zuWFEIizOg==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@puppeteer/browsers": "3.2.0", "@puppeteer/browsers": "3.2.0",
"chromium-bidi": "17.0.2", "chromium-bidi": "17.0.2",
"devtools-protocol": "0.0.1666840", "devtools-protocol": "0.0.1653615",
"typed-query-selector": "^2.12.2", "typed-query-selector": "^2.12.2",
"webdriver-bidi-protocol": "0.4.2", "webdriver-bidi-protocol": "0.4.2",
"ws": "^8.21.1" "ws": "^8.21.1"