From cc40bdbc260e7ac0b54515fcd82de2ee02909774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:43:57 +0000 Subject: [PATCH] build(deps): bump @o2project/vivliostyle-theme-o2project Bumps [@o2project/vivliostyle-theme-o2project](https://github.com/o2project/vivliostyle-theme-o2project) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/o2project/vivliostyle-theme-o2project/releases) - [Changelog](https://github.com/o2project/vivliostyle-theme-o2project/blob/main/CHANGELOG.md) - [Commits](https://github.com/o2project/vivliostyle-theme-o2project/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: "@o2project/vivliostyle-theme-o2project" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fdf5bf..37ee839 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@o2project/vivliostyle-theme-o2project": "^2.8.0" + "@o2project/vivliostyle-theme-o2project": "^2.8.1" }, "devDependencies": { "@kubosho/configs": "^4.0.0", @@ -1382,9 +1382,10 @@ } }, "node_modules/@o2project/vivliostyle-theme-o2project": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@o2project/vivliostyle-theme-o2project/-/vivliostyle-theme-o2project-2.8.0.tgz", - "integrity": "sha512-yqCqFv61wjBlwILR1eAVIf0b8yCWufkaHIdmE+Mnup9qSjPT7P/BAgHYgiEiBNIdIQAx7+2F6zCzM1h/2nyMDQ==" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@o2project/vivliostyle-theme-o2project/-/vivliostyle-theme-o2project-2.8.1.tgz", + "integrity": "sha512-1qK4KjsoPIzjPWXck/5qF8VGPtS+fZvnTSnGxyahfxkFf9DxbxpIZE8cjA1oW505Wlb49JUJZxJrkFsert9UeQ==", + "license": "MIT" }, "node_modules/@octokit/auth-token": { "version": "5.1.1", diff --git a/package.json b/package.json index 5020a39..d336a5a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "@vivliostyle/cli": "^8.16.2" }, "dependencies": { - "@o2project/vivliostyle-theme-o2project": "^2.8.0" + "@o2project/vivliostyle-theme-o2project": "^2.8.1" } }