From 9544fca6324d95da199a5d338d72cf1b0c109477 Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Thu, 8 Jul 2021 10:51:32 -0600 Subject: [PATCH] Lock slash to 3.x --- .changeset/great-doors-begin.md | 5 +++++ esinstall/package.json | 2 +- snowpack/package.json | 1 + yarn.lock | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/great-doors-begin.md diff --git a/.changeset/great-doors-begin.md b/.changeset/great-doors-begin.md new file mode 100644 index 0000000000..59d5183625 --- /dev/null +++ b/.changeset/great-doors-begin.md @@ -0,0 +1,5 @@ +--- +'esinstall': patch +--- + +Lock slash package version more aggressively diff --git a/esinstall/package.json b/esinstall/package.json index 42705d9cc7..d86febe958 100644 --- a/esinstall/package.json +++ b/esinstall/package.json @@ -56,7 +56,7 @@ "rimraf": "^3.0.0", "rollup": "~2.37.1", "rollup-plugin-polyfill-node": "^0.6.2", - "slash": "^3.0.0", + "slash": "~3.0.0", "validate-npm-package-name": "^3.0.0", "vm2": "^3.9.2" } diff --git a/snowpack/package.json b/snowpack/package.json index 78a0af5b41..7a1c13ce5c 100644 --- a/snowpack/package.json +++ b/snowpack/package.json @@ -92,6 +92,7 @@ "rimraf": "^3.0.0", "rollup": "~2.37.1", "signal-exit": "^3.0.3", + "slash": "~3.0.0", "skypack": "^0.3.0", "source-map": "^0.7.3", "strip-ansi": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 94107d4f67..3fb7989cb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14576,7 +14576,7 @@ slash@^2.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== -slash@^3.0.0: +slash@^3.0.0, slash@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==