Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock slash to 3.x #3559

Merged
merged 1 commit into from Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/great-doors-begin.md
@@ -0,0 +1,5 @@
---
'esinstall': patch
---

Lock slash package version more aggressively
2 changes: 1 addition & 1 deletion esinstall/package.json
Expand Up @@ -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"
}
Expand Down
1 change: 1 addition & 0 deletions snowpack/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -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==
Expand Down