1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Bump hot-shots from 8.5.1 to 8.5.2 (#21992)

Bumps [hot-shots](https://github.com/brightcove/hot-shots) from 8.5.1 to 8.5.2.
- [Release notes](https://github.com/brightcove/hot-shots/releases)
- [Changelog](https://github.com/brightcove/hot-shots/blob/master/CHANGES.md)
- [Commits](https://github.com/brightcove/hot-shots/compare/v8.5.1...v8.5.2)

---
updated-dependencies:
- dependency-name: hot-shots
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
dependabot[bot]
2021-10-10 12:34:45 +00:00
committed by GitHub
parent d451a73420
commit f50b5b9ea4
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -44,7 +44,7 @@
"helmet": "^4.6.0",
"highlight.js": "^11.2.0",
"highlightjs-graphql": "^1.0.2",
"hot-shots": "^8.5.1",
"hot-shots": "^8.5.2",
"html-entities": "^2.3.2",
"imurmurhash": "^0.1.4",
"js-cookie": "^3.0.1",
@@ -12232,9 +12232,9 @@
}
},
"node_modules/hot-shots": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.5.1.tgz",
"integrity": "sha512-LHqIVuoFDdKvtn9nNAC16KgdiinVsPHKSNuGIMoFlAxFzHL782SaWgQ/MTuOkPbwgEEtEmOGaiBeH25UeL/gRA==",
"version": "8.5.2",
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.5.2.tgz",
"integrity": "sha512-1CKCtbYU28KtRriRW+mdOZzKce0WPqU0FOYE4bYs3gD1bFpOrYzQDXfQ09Qz9dJPEltasDOGhFKiYaiuW/j9Dg==",
"engines": {
"node": ">=6.0.0"
},
@@ -35048,9 +35048,9 @@
}
},
"hot-shots": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.5.1.tgz",
"integrity": "sha512-LHqIVuoFDdKvtn9nNAC16KgdiinVsPHKSNuGIMoFlAxFzHL782SaWgQ/MTuOkPbwgEEtEmOGaiBeH25UeL/gRA==",
"version": "8.5.2",
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.5.2.tgz",
"integrity": "sha512-1CKCtbYU28KtRriRW+mdOZzKce0WPqU0FOYE4bYs3gD1bFpOrYzQDXfQ09Qz9dJPEltasDOGhFKiYaiuW/j9Dg==",
"requires": {
"unix-dgram": "2.0.x"
}

View File

@@ -46,7 +46,7 @@
"helmet": "^4.6.0",
"highlight.js": "^11.2.0",
"highlightjs-graphql": "^1.0.2",
"hot-shots": "^8.5.1",
"hot-shots": "^8.5.2",
"html-entities": "^2.3.2",
"imurmurhash": "^0.1.4",
"js-cookie": "^3.0.1",