1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Bump helmet from 5.1.0 to 6.0.0 (#30298)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-10-26 18:28:14 +00:00
committed by GitHub
parent 94e2948006
commit f701eb58e0
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -36,7 +36,7 @@
"hast-util-select": "^5.0.2",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.0.2",
"helmet": "^5.1.0",
"helmet": "^6.0.0",
"highlight.js": "11.5.1",
"highlightjs-curl": "^1.3.0",
"highlightjs-graphql": "^1.0.2",
@@ -10347,11 +10347,11 @@
}
},
"node_modules/helmet": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz",
"integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.0.tgz",
"integrity": "sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg==",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
}
},
"node_modules/highlight.js": {
@@ -28079,9 +28079,9 @@
}
},
"helmet": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz",
"integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g=="
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.0.tgz",
"integrity": "sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg=="
},
"highlight.js": {
"version": "11.5.1",

View File

@@ -38,7 +38,7 @@
"hast-util-select": "^5.0.2",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.0.2",
"helmet": "^5.1.0",
"helmet": "^6.0.0",
"highlight.js": "11.5.1",
"highlightjs-curl": "^1.3.0",
"highlightjs-graphql": "^1.0.2",