From b4fb6689f7da4d98129e495adcd06b44ef3c56c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:37:28 +0000 Subject: [PATCH] Bump slash from 4.0.0 to 5.0.0 Bumps [slash](https://github.com/sindresorhus/slash) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/slash/releases) - [Commits](https://github.com/sindresorhus/slash/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: slash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f6b35915b62..82049f8ef572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0", "semver": "^7.3.7", - "slash": "^4.0.0", + "slash": "^5.0.0", "strip-html-comments": "^1.0.0", "styled-components": "^5.3.5", "swr": "^1.3.0", @@ -18398,10 +18398,11 @@ "license": "MIT" }, "node_modules/slash": { - "version": "4.0.0", - "license": "MIT", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz", + "integrity": "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==", "engines": { - "node": ">=12" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -33418,7 +33419,9 @@ "devOptional": true }, "slash": { - "version": "4.0.0" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz", + "integrity": "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==" }, "slice-ansi": { "version": "5.0.0", diff --git a/package.json b/package.json index 8e0be22439d3..2b173e06d7d5 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0", "semver": "^7.3.7", - "slash": "^4.0.0", + "slash": "^5.0.0", "strip-html-comments": "^1.0.0", "styled-components": "^5.3.5", "swr": "^1.3.0",