build(deps): bump parse-url from 6.0.0 to 6.0.2 in /docs (#2961)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-06 04:24:15 +02:00 committed by GitHub
parent bb5b6625b8
commit a64951caf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 14 deletions

28
docs/package-lock.json generated
View File

@ -19538,9 +19538,9 @@
} }
}, },
"node_modules/parse-path": { "node_modules/parse-path": {
"version": "4.0.3", "version": "4.0.4",
"resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz", "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.4.tgz",
"integrity": "sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==", "integrity": "sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw==",
"dependencies": { "dependencies": {
"is-ssh": "^1.3.0", "is-ssh": "^1.3.0",
"protocols": "^1.4.0", "protocols": "^1.4.0",
@ -19554,13 +19554,13 @@
"integrity": "sha1-8r0iH2zJcKk42IVWq8WJyqqiveE=" "integrity": "sha1-8r0iH2zJcKk42IVWq8WJyqqiveE="
}, },
"node_modules/parse-url": { "node_modules/parse-url": {
"version": "6.0.0", "version": "6.0.2",
"resolved": "https://registry.npmjs.org/parse-url/-/parse-url-6.0.0.tgz", "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-6.0.2.tgz",
"integrity": "sha512-cYyojeX7yIIwuJzledIHeLUBVJ6COVLeT4eF+2P6aKVzwvgKQPndCBv3+yQ7pcWjqToYwaligxzSYNNmGoMAvw==", "integrity": "sha512-uCSjOvD3T+6B/sPWhR+QowAZcU/o4bjPrVBQBGFxcDF6J6FraCGIaDBsdoQawiaaAVdHvtqBe3w3vKlfBKySOQ==",
"dependencies": { "dependencies": {
"is-ssh": "^1.3.0", "is-ssh": "^1.3.0",
"normalize-url": "^6.1.0", "normalize-url": "^6.1.0",
"parse-path": "^4.0.0", "parse-path": "^4.0.4",
"protocols": "^1.4.0" "protocols": "^1.4.0"
} }
}, },
@ -40489,9 +40489,9 @@
} }
}, },
"parse-path": { "parse-path": {
"version": "4.0.3", "version": "4.0.4",
"resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz", "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.4.tgz",
"integrity": "sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==", "integrity": "sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw==",
"requires": { "requires": {
"is-ssh": "^1.3.0", "is-ssh": "^1.3.0",
"protocols": "^1.4.0", "protocols": "^1.4.0",
@ -40505,13 +40505,13 @@
"integrity": "sha1-8r0iH2zJcKk42IVWq8WJyqqiveE=" "integrity": "sha1-8r0iH2zJcKk42IVWq8WJyqqiveE="
}, },
"parse-url": { "parse-url": {
"version": "6.0.0", "version": "6.0.2",
"resolved": "https://registry.npmjs.org/parse-url/-/parse-url-6.0.0.tgz", "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-6.0.2.tgz",
"integrity": "sha512-cYyojeX7yIIwuJzledIHeLUBVJ6COVLeT4eF+2P6aKVzwvgKQPndCBv3+yQ7pcWjqToYwaligxzSYNNmGoMAvw==", "integrity": "sha512-uCSjOvD3T+6B/sPWhR+QowAZcU/o4bjPrVBQBGFxcDF6J6FraCGIaDBsdoQawiaaAVdHvtqBe3w3vKlfBKySOQ==",
"requires": { "requires": {
"is-ssh": "^1.3.0", "is-ssh": "^1.3.0",
"normalize-url": "^6.1.0", "normalize-url": "^6.1.0",
"parse-path": "^4.0.0", "parse-path": "^4.0.4",
"protocols": "^1.4.0" "protocols": "^1.4.0"
} }
}, },

1
go.sum generated
View File

@ -664,6 +664,7 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/subosito/gotenv v1.4.0 h1:yAzM1+SmVcz5R4tXGsNMu1jUl2aOJXoiWUCEwwnGrvs= github.com/subosito/gotenv v1.4.0 h1:yAzM1+SmVcz5R4tXGsNMu1jUl2aOJXoiWUCEwwnGrvs=