Skip to content

Commit c81f45c

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update dependency slash to v3 (#17019)
1 parent 7407352 commit c81f45c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/gatsby-page-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"glob": "^7.1.4",
2828
"lodash": "^4.17.15",
2929
"micromatch": "^3.1.10",
30-
"slash": "^1.0.0"
30+
"slash": "^3.0.0"
3131
},
3232
"devDependencies": {
3333
"@babel/cli": "^7.5.5",

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"remark": "^10.0.1",
4646
"remark-retext": "^3.1.3",
4747
"retext-english": "^3.0.3",
48-
"slash": "^2.0.0",
48+
"slash": "^3.0.0",
4949
"static-site-generator-webpack-plugin": "^3.4.2",
5050
"style-to-object": "^0.2.3",
5151
"underscore.string": "^3.3.5",

packages/gatsby-remark-images/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mdast-util-definitions": "^1.2.4",
1616
"potrace": "^2.1.2",
1717
"query-string": "^6.8.2",
18-
"slash": "^1.0.0",
18+
"slash": "^3.0.0",
1919
"unist-util-select": "^1.5.0",
2020
"unist-util-visit-parents": "^2.1.2"
2121
},

packages/gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"shallow-compare": "^1.2.2",
121121
"sift": "^5.1.0",
122122
"signal-exit": "^3.0.2",
123-
"slash": "^1.0.0",
123+
"slash": "^3.0.0",
124124
"socket.io": "^2.2.0",
125125
"stack-trace": "^0.0.10",
126126
"string-similarity": "^1.2.2",

0 commit comments

Comments
 (0)