From f209cc7c000fe63b5959e3a9dc789ef7de6f0202 Mon Sep 17 00:00:00 2001 From: Greg Rickaby Date: Mon, 21 Oct 2024 07:57:00 -0500 Subject: [PATCH] dependency bump --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index da20365..71d1c5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@newrelic/browser-agent": "^1.269.0", "@tabler/icons-react": "^3.19.0", - "hls.js": "^1.5.16", + "hls.js": "^1.5.17", "newrelic": "^12.5.1", "next": "^14.2.15", "nextjs-toploader": "^3.7.15", @@ -21,10 +21,10 @@ "sanitize-html": "^2.13.1" }, "devDependencies": { - "@evilmartians/lefthook": "^1.7.21", + "@evilmartians/lefthook": "^1.7.22", "@tailwindcss/typography": "^0.5.15", "@types/newrelic": "^9.14.5", - "@types/node": "^22.7.6", + "@types/node": "^22.7.7", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", "@types/sanitize-html": "^2.13.0", @@ -348,9 +348,9 @@ } }, "node_modules/@evilmartians/lefthook": { - "version": "1.7.21", - "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.7.21.tgz", - "integrity": "sha512-lTntfpVHvK6RwYcCOMVtwocmlfRquvp4MKaRN5+yUMT+TTkjSjWRK6/jDW3XGSstNnbF7t4hWEqtFSI+KHPZUg==", + "version": "1.7.22", + "resolved": "https://registry.npmjs.org/@evilmartians/lefthook/-/lefthook-1.7.22.tgz", + "integrity": "sha512-u9TGizr8jzrsO5YCQTx4GmM5bzqTckdR9DXp1Qzv5GJQTUU7T8Z83YU+28RKd7eRQvfVGWdyzoolZYb6eLNXdA==", "cpu": [ "x64", "arm64", @@ -1409,9 +1409,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.7.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.6.tgz", - "integrity": "sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==", + "version": "22.7.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz", + "integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" @@ -4452,9 +4452,9 @@ } }, "node_modules/hls.js": { - "version": "1.5.16", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.16.tgz", - "integrity": "sha512-+wAWr4aeRq9ODN8/Vgz0Cee1Cw6Ysr7vyEkZJCwOJYNwlld7CNmhKE+dLwfpUO2UuotYLGF0of6UFiN6zA7mig==", + "version": "1.5.17", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.17.tgz", + "integrity": "sha512-wA66nnYFvQa1o4DO/BFgLNRKnBTVXpNeldGRBJ2Y0SvFtdwvFKCbqa9zhHoZLoxHhZ+jYsj3aIBkWQQCPNOhMw==", "license": "Apache-2.0" }, "node_modules/html-entities": { diff --git a/package.json b/package.json index e04fe24..e344cb3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@newrelic/browser-agent": "^1.269.0", "@tabler/icons-react": "^3.19.0", - "hls.js": "^1.5.16", + "hls.js": "^1.5.17", "newrelic": "^12.5.1", "next": "^14.2.15", "nextjs-toploader": "^3.7.15", @@ -35,10 +35,10 @@ "sanitize-html": "^2.13.1" }, "devDependencies": { - "@evilmartians/lefthook": "^1.7.21", + "@evilmartians/lefthook": "^1.7.22", "@tailwindcss/typography": "^0.5.15", "@types/newrelic": "^9.14.5", - "@types/node": "^22.7.6", + "@types/node": "^22.7.7", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", "@types/sanitize-html": "^2.13.0",