From 87f69028427988fd2f37e0a9a8eb73a902b73fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:44:43 +0000 Subject: [PATCH] Bump yarn from 1.22.19 to 1.22.22 Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.22.19 to 1.22.22. - [Release notes](https://github.com/yarnpkg/yarn/releases) - [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md) - [Commits](https://github.com/yarnpkg/yarn/compare/v1.22.19...v1.22.22) --- updated-dependencies: - dependency-name: yarn dependency-version: 1.22.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index be9ca0fe2..8068b3797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "hexo-theme-landscape": "^1.1.0", "hexo-wordcount": "^6.0.1", "or": "^0.2.0", - "yarn": "^1.22.19" + "yarn": "^1.22.22" } }, "node_modules/@asamuzakjp/css-color": { @@ -5501,9 +5501,9 @@ } }, "node_modules/yarn": { - "version": "1.22.19", - "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.19.tgz", - "integrity": "sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ==", + "version": "1.22.22", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz", + "integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==", "hasInstallScript": true, "bin": { "yarn": "bin/yarn.js", @@ -9518,9 +9518,9 @@ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" }, "yarn": { - "version": "1.22.19", - "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.19.tgz", - "integrity": "sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ==" + "version": "1.22.22", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz", + "integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==" } } } diff --git a/package.json b/package.json index 47e3359d2..e59fcc18c 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "hexo-theme-landscape": "^1.1.0", "hexo-wordcount": "^6.0.1", "or": "^0.2.0", - "yarn": "^1.22.19" + "yarn": "^1.22.22" } }