From 35e1740bb8cec2589627cb983890ae52e0ed9491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:55:47 +0000 Subject: [PATCH] chore(deps-dev): bump @vivliostyle/cli from 8.16.2 to 8.17.1 Bumps [@vivliostyle/cli](https://github.com/vivliostyle/vivliostyle-cli) from 8.16.2 to 8.17.1. - [Release notes](https://github.com/vivliostyle/vivliostyle-cli/releases) - [Changelog](https://github.com/vivliostyle/vivliostyle-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.16.2...v8.17.1) --- updated-dependencies: - dependency-name: "@vivliostyle/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 46 +++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc03725..ef020ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@kubosho/configs": "^4.0.2", - "@vivliostyle/cli": "^8.16.2" + "@vivliostyle/cli": "^8.17.1" }, "engines": { "node": "20.17.0" @@ -3218,10 +3218,11 @@ "license": "ISC" }, "node_modules/@vivliostyle/cli": { - "version": "8.16.2", - "resolved": "https://registry.npmjs.org/@vivliostyle/cli/-/cli-8.16.2.tgz", - "integrity": "sha512-jN63CUzt38t6yZ4bOPx34x6rnIH8aX63CkhbitiE70tUhdUEtmWFqYsJsR0/RpbrtkeByBcXm2GwVEa5jBytIg==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/@vivliostyle/cli/-/cli-8.17.1.tgz", + "integrity": "sha512-lldzFYGKzTRBURrElr3D+x+lIDJfEKNRwcB+JwJqM6N//wwR8DexnTSH+WnNnOYhcBV333gix2tJZnBkvCuWDA==", "dev": true, + "license": "AGPL-3.0", "dependencies": { "@babel/code-frame": "^7.24.7", "@humanwhocodes/momoa": "^3.2.1", @@ -3229,7 +3230,7 @@ "@npmcli/arborist": "^6.1.3", "@vivliostyle/jsdom": "22.1.0-vivliostyle-cli.1", "@vivliostyle/vfm": "2.2.1", - "@vivliostyle/viewer": "2.30.6", + "@vivliostyle/viewer": "2.30.7", "ajv": "^8.11.2", "ajv-formats": "^2.1.1", "archiver": "^5.3.1", @@ -3253,7 +3254,7 @@ "node-stream-zip": "^1.14.0", "ora": "^5.4.1", "pdf-lib": "^1.16.0", - "playwright-core": "1.48.1", + "playwright-core": "1.49.0", "portfinder": "^1.0.28", "press-ready": "^4.0.3", "prettier": "^3.3.3", @@ -3288,10 +3289,11 @@ } }, "node_modules/@vivliostyle/core": { - "version": "2.30.6", - "resolved": "https://registry.npmjs.org/@vivliostyle/core/-/core-2.30.6.tgz", - "integrity": "sha512-ephGnaNFjOVROHMqrM9uvf23foBZOgZ0s6Vcrfsqc+WrqYQqxpIQ9StfZp84OEqTPixiryG6Z6p1/izGny4kdw==", + "version": "2.30.7", + "resolved": "https://registry.npmjs.org/@vivliostyle/core/-/core-2.30.7.tgz", + "integrity": "sha512-4BOtX4olH48NhljInvtDmwj5QSwcU6zjfH5ZsYSncXByljsBYQXVKrmjPMZrmHpjXNYXvk0+JQzd6qp65VVVTQ==", "dev": true, + "license": "AGPL-3.0", "dependencies": { "fast-diff": "^1.2.0" }, @@ -3437,12 +3439,13 @@ } }, "node_modules/@vivliostyle/viewer": { - "version": "2.30.6", - "resolved": "https://registry.npmjs.org/@vivliostyle/viewer/-/viewer-2.30.6.tgz", - "integrity": "sha512-kG9g2oBCdCfYS/Zm5Ucsx8mI5daf9I5QR46lys/jaETHkAltLIHAkIGOWje3kjm956S7QMS/vMfR/rhH48wQhw==", + "version": "2.30.7", + "resolved": "https://registry.npmjs.org/@vivliostyle/viewer/-/viewer-2.30.7.tgz", + "integrity": "sha512-RwER9A2qzDP27CRHfYm3tLE1ySRYkQDBMk8zSMoe2srPoxwSqaGSk+Zk9NOEskb+AZPuccaAWAuZ2Hp90+0nEg==", "dev": true, + "license": "AGPL-3.0", "dependencies": { - "@vivliostyle/core": "^2.30.6", + "@vivliostyle/core": "^2.30.7", "i18next-ko": "^3.0.1", "knockout": "^3.5.0" }, @@ -7294,7 +7297,8 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/fast-equals": { "version": "4.0.3", @@ -9010,13 +9014,15 @@ "version": "3.5.2", "resolved": "https://registry.npmjs.org/i18next/-/i18next-3.5.2.tgz", "integrity": "sha512-42eGG1b56O5NR01Gudod1R3LzPugN6tZ3ZmYtAqOJSmx4V3vD07hLtkkFrv/qu1mRecW1woezyXFZBFnNAgRXw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/i18next-ko": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/i18next-ko/-/i18next-ko-3.0.1.tgz", "integrity": "sha512-Z0HMTiJHU1zP+Lgp8H8iZYmOZHrUVu6LaAWAmm5cMuP4y/VFAghEfs9kDuQ86+S+g45TCKzX76MqyNGemlJuMA==", "dev": true, + "license": "MIT", "dependencies": { "i18next": "^3.4.3" } @@ -10154,7 +10160,8 @@ "version": "3.5.1", "resolved": "https://registry.npmjs.org/knockout/-/knockout-3.5.1.tgz", "integrity": "sha512-wRJ9I4az0QcsH7A4v4l0enUpkS++MBx0BnL/68KaLzJg7x1qmbjSlwEoCNol7KTYZ+pmtI7Eh2J0Nu6/2Z5J/Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/known-css-properties": { "version": "0.34.0", @@ -15942,10 +15949,11 @@ } }, "node_modules/playwright-core": { - "version": "1.48.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.1.tgz", - "integrity": "sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==", + "version": "1.49.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.0.tgz", + "integrity": "sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==", "dev": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index e023c17..1efc05e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@kubosho/configs": "^4.0.2", - "@vivliostyle/cli": "^8.16.2" + "@vivliostyle/cli": "^8.17.1" }, "dependencies": { "@o2project/vivliostyle-theme-o2project": "^2.8.1"