From 6d20ef55fce0981cb4e0c96c6ac92f9e6117b80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:05:09 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /src/dashboard directory: [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [gh-pages](https://github.com/tschaub/gh-pages). Updates `path-to-regexp` from 3.2.0 to 8.1.0 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v3.2.0...v8.1.0) Updates `gh-pages` from 2.2.0 to 6.1.1 - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md) - [Commits](https://github.com/tschaub/gh-pages/compare/v2.2.0...v6.1.1) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: gh-pages dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- src/dashboard/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 src/dashboard/package.json diff --git a/src/dashboard/package.json b/src/dashboard/package.json old mode 100755 new mode 100644 index ed96bd4ca..26d22ada9 --- a/src/dashboard/package.json +++ b/src/dashboard/package.json @@ -71,7 +71,7 @@ "numeral": "^2.0.6", "nzh": "^1.0.4", "omit.js": "^1.0.0", - "path-to-regexp": "^3.0.0", + "path-to-regexp": "^8.1.0", "prop-types": "^15.6.2", "qs": "^6.6.0", "rc-animate": "^2.6.0", @@ -113,7 +113,7 @@ "eslint-plugin-markdown": "^2.2.0", "eslint-plugin-react": "^7.12.4", "faker": "^4.1.0", - "gh-pages": "^2.0.1", + "gh-pages": "^6.1.1", "husky": "^4.2.5", "jest-puppeteer": "^4.1.0", "jsdom-global": "^3.0.2",