Skip to content

Commit 048643a

Browse files
rajatbarmanScriptedAlchemy
authored andcommitted
fix: downgrade normalize-url dependency (#148)
Hotfix for #145
1 parent b94feda commit 048643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"loader-utils": "^1.1.0",
5858
"lodash": "^4.17.11",
59-
"normalize-url": "^4.1.0",
59+
"normalize-url": "^3.3.0",
6060
"schema-utils": "^1.0.0",
6161
"webpack-sources": "^1.1.0"
6262
},

0 commit comments

Comments
 (0)