Skip to content

Commit 9b1472f

Browse files
authored
Lock slash to 3.x (#3559)
1 parent 95d4309 commit 9b1472f

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.changeset/great-doors-begin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'esinstall': patch
3+
---
4+
5+
Lock slash package version more aggressively

esinstall/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rimraf": "^3.0.0",
5757
"rollup": "~2.37.1",
5858
"rollup-plugin-polyfill-node": "^0.6.2",
59-
"slash": "^3.0.0",
59+
"slash": "~3.0.0",
6060
"validate-npm-package-name": "^3.0.0",
6161
"vm2": "^3.9.2"
6262
}

snowpack/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"rimraf": "^3.0.0",
8383
"rollup": "~2.37.1",
8484
"signal-exit": "^3.0.3",
85+
"slash": "~3.0.0",
8586
"skypack": "^0.3.0",
8687
"source-map": "^0.7.3",
8788
"strip-ansi": "^6.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14576,7 +14576,7 @@ slash@^2.0.0:
1457614576
resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
1457714577
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
1457814578

14579-
slash@^3.0.0:
14579+
slash@^3.0.0, slash@~3.0.0:
1458014580
version "3.0.0"
1458114581
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1458214582
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==

0 commit comments

Comments
 (0)