From 55f51bb08ecbf95800b94aeb77ed99466e49f92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:20:45 +0200 Subject: [PATCH] dependencies: bump yaml from 2.5.0 to 2.5.1 (#1130) Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b82a17d..823603e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^18.3.1", "react-router-dom": "^6.26.1", "react-timer-hook": "^3.0.7", - "yaml": "^2.5.0", + "yaml": "^2.5.1", "zustand": "^4.5.5" }, "devDependencies": { @@ -18314,9 +18314,9 @@ "dev": true }, "node_modules/yaml": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", - "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz", + "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==", "bin": { "yaml": "bin.mjs" }, diff --git a/package.json b/package.json index bb5cfeab..126a814e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-dom": "^18.3.1", "react-router-dom": "^6.26.1", "react-timer-hook": "^3.0.7", - "yaml": "^2.5.0", + "yaml": "^2.5.1", "zustand": "^4.5.5" }, "scripts": {