diff --git a/package-lock.json b/package-lock.json index e5e55517..741058d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/free-solid-svg-icons": "^5.12.1", "@fortawesome/react-fontawesome": "^0.1.8", "@httptoolkit/accounts": "^2.1.1", - "@httptoolkit/httpsnippet": "^2.1.3", + "@httptoolkit/httpsnippet": "^2.1.4", "@open-rpc/meta-schema": "^1.14.2", "@reach/router": "^1.2.1", "@sentry/browser": "^4.2.4", @@ -2620,9 +2620,9 @@ } }, "node_modules/@httptoolkit/httpsnippet": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@httptoolkit/httpsnippet/-/httpsnippet-2.1.3.tgz", - "integrity": "sha512-D/CgJpovFWjBd2iIrCIDubwgn0Wh/yDW5rCOTBzJk6Gft03gugzUpq/OGDPBo4KYA9PxXvq/F5JLhFMLo0nZww==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@httptoolkit/httpsnippet/-/httpsnippet-2.1.4.tgz", + "integrity": "sha512-5V+vCZAwLoMLmw6qi6q289dtNvmV9J4Wdxra9oB9i+/YXEwzFQlhGp5M1COmtVihopOhX/3GjAKTtXsF70doLQ==", "dependencies": { "chalk": "^1.1.1", "commander": "^2.9.0", @@ -22638,9 +22638,9 @@ } }, "@httptoolkit/httpsnippet": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@httptoolkit/httpsnippet/-/httpsnippet-2.1.3.tgz", - "integrity": "sha512-D/CgJpovFWjBd2iIrCIDubwgn0Wh/yDW5rCOTBzJk6Gft03gugzUpq/OGDPBo4KYA9PxXvq/F5JLhFMLo0nZww==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@httptoolkit/httpsnippet/-/httpsnippet-2.1.4.tgz", + "integrity": "sha512-5V+vCZAwLoMLmw6qi6q289dtNvmV9J4Wdxra9oB9i+/YXEwzFQlhGp5M1COmtVihopOhX/3GjAKTtXsF70doLQ==", "requires": { "chalk": "^1.1.1", "commander": "^2.9.0", diff --git a/package.json b/package.json index d5271ac1..808a0d55 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@fortawesome/free-solid-svg-icons": "^5.12.1", "@fortawesome/react-fontawesome": "^0.1.8", "@httptoolkit/accounts": "^2.1.1", - "@httptoolkit/httpsnippet": "^2.1.3", + "@httptoolkit/httpsnippet": "^2.1.4", "@open-rpc/meta-schema": "^1.14.2", "@reach/router": "^1.2.1", "@sentry/browser": "^4.2.4",