fix(client): downgrade normalize-url to fix Safari issue (#42490)

This commit is contained in:
Tom
2021-06-15 04:06:41 -05:00
committed by GitHub
parent 9430e8294b
commit 3cb174a1ce
2 changed files with 18 additions and 4 deletions

View File

@ -16921,9 +16921,9 @@
"integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI="
},
"normalize-url": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.0.1.tgz",
"integrity": "sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ=="
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz",
"integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA=="
},
"not": {
"version": "0.1.0",
@ -17451,6 +17451,13 @@
"normalize-url": "^6.0.1",
"parse-path": "^4.0.0",
"protocols": "^1.4.0"
},
"dependencies": {
"normalize-url": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.0.1.tgz",
"integrity": "sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ=="
}
}
},
"parse5": {
@ -17982,6 +17989,13 @@
"is-absolute-url": "^3.0.3",
"normalize-url": "^6.0.1",
"postcss-value-parser": "^4.1.0"
},
"dependencies": {
"normalize-url": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.0.1.tgz",
"integrity": "sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ=="
}
}
},
"postcss-normalize-whitespace": {

View File

@ -86,7 +86,7 @@
"lodash-es": "4.17.21",
"monaco-editor": "0.25.0",
"nanoid": "3.1.23",
"normalize-url": "6.0.1",
"normalize-url": "^4.5.1",
"path-browserify": "1.0.1",
"postcss": "8.3.4",
"prismjs": "1.23.0",