diff --git a/package-lock.json b/package-lock.json index dcf70ceb614c..a100ac1e9918 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0", "semver": "^7.3.7", - "slash": "^4.0.0", + "slash": "^5.0.1", "strip-html-comments": "^1.0.0", "styled-components": "^5.3.5", "swr": "^1.3.0", @@ -18462,10 +18462,11 @@ "license": "MIT" }, "node_modules/slash": { - "version": "4.0.0", - "license": "MIT", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.1.tgz", + "integrity": "sha512-ywNzUOiXwetmLvTUiCBZpLi+vxqN3i+zDqjs2HHfUSV3wN4UJxVVKWrS1JZDeiJIeBFNgB5pmioC2g0IUTL+rQ==", "engines": { - "node": ">=12" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -33518,7 +33519,9 @@ "devOptional": true }, "slash": { - "version": "4.0.0" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.1.tgz", + "integrity": "sha512-ywNzUOiXwetmLvTUiCBZpLi+vxqN3i+zDqjs2HHfUSV3wN4UJxVVKWrS1JZDeiJIeBFNgB5pmioC2g0IUTL+rQ==" }, "slice-ansi": { "version": "5.0.0", diff --git a/package.json b/package.json index 5eb76756a9af..840c92760898 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0", "semver": "^7.3.7", - "slash": "^4.0.0", + "slash": "^5.0.1", "strip-html-comments": "^1.0.0", "styled-components": "^5.3.5", "swr": "^1.3.0",