From 730f98f44ba04a7ff69631a15aad7e8fbd7baa4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jun 2021 02:04:59 +0000 Subject: [PATCH] fix: upgrade hot-shots from 8.3.1 to 8.3.2 Snyk has created this PR to upgrade hot-shots from 8.3.1 to 8.3.2. See this package in npm: https://www.npmjs.com/package/hot-shots See this project in Snyk: https://app.snyk.io/org/alisco/project/2ca51289-1404-4dac-b14b-e4c959028376?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15d1441ff849..c96284cc099c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "hastscript": "^6.0.0", "helmet": "^4.6.0", "highlightjs-graphql": "^1.0.2", - "hot-shots": "^8.3.1", + "hot-shots": "^8.3.2", "html-entities": "^1.2.1", "imurmurhash": "^0.1.4", "js-cookie": "^2.2.1", @@ -12021,9 +12021,9 @@ } }, "node_modules/hot-shots": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.3.1.tgz", - "integrity": "sha512-eB20m2neM+uV7IM3JDCZg8/NU1+WGM7Qh7kpvC/sGIWNg4Ng+9O8JT/zrLuA+2JStiQLEy9z/9VEDFH0BzYf0A==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.3.2.tgz", + "integrity": "sha512-Yw+sXaIlooX3CHfMWCTqu6KH9FfLkMuK0MnUM8NrLcBGW73iy+D/6iigZxh5A4khRG6+ElFRU2dJZYJMUwVGLA==", "engines": { "node": ">=6.0.0" }, @@ -35080,9 +35080,9 @@ } }, "hot-shots": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.3.1.tgz", - "integrity": "sha512-eB20m2neM+uV7IM3JDCZg8/NU1+WGM7Qh7kpvC/sGIWNg4Ng+9O8JT/zrLuA+2JStiQLEy9z/9VEDFH0BzYf0A==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-8.3.2.tgz", + "integrity": "sha512-Yw+sXaIlooX3CHfMWCTqu6KH9FfLkMuK0MnUM8NrLcBGW73iy+D/6iigZxh5A4khRG6+ElFRU2dJZYJMUwVGLA==", "requires": { "unix-dgram": "2.0.x" } diff --git a/package.json b/package.json index 07bc93be0cf9..d502ceb56323 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "hastscript": "^6.0.0", "helmet": "^4.6.0", "highlightjs-graphql": "^1.0.2", - "hot-shots": "^8.3.1", + "hot-shots": "^8.3.2", "html-entities": "^1.2.1", "imurmurhash": "^0.1.4", "js-cookie": "^2.2.1",