diff --git a/go.mod b/go.mod index c3dec66dd..6aead31be 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module github.com/davidsneighbour/kollitsch.dev go 1.21.8 require ( + github.com/Heydon/REVENGE.CSS v0.0.0-20200622155810-b5f5f04ac1b5 // indirect github.com/aFarkas/lazysizes v0.0.0-20210517092641-1523a4ff4579 // indirect github.com/csswizardry/ct v0.0.0-20230131155739-4e0d88c1a9ff // indirect github.com/davidsneighbour/hugo-modules v1.2024.22 // indirect diff --git a/go.sum b/go.sum index 10549de34..1e1670b55 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,5 @@ +github.com/Heydon/REVENGE.CSS v0.0.0-20200622155810-b5f5f04ac1b5 h1:it3c7bXcWnGKUXuOLswZmiDXarJbG0gRkSsfXa3+Sos= +github.com/Heydon/REVENGE.CSS v0.0.0-20200622155810-b5f5f04ac1b5/go.mod h1:XBpzr9hlUI2hdamAi4xPpys4nVjsp7eyIBAKhmP8nzs= github.com/aFarkas/lazysizes v0.0.0-20210517092641-1523a4ff4579 h1:K8ukOfj0MOBEWWsL8Mzd8GXIbAf7/RHnX1hipqbjeto= github.com/aFarkas/lazysizes v0.0.0-20210517092641-1523a4ff4579/go.mod h1:xl3heUINAn0oPowV1biDQ2Pyw1w3x66I7KEbWkaxox0= github.com/csswizardry/ct v0.0.0-20230131155739-4e0d88c1a9ff h1:nV9EWy0+/rvtipXqDQMVeFfgyXgP9yY40bbx0h2qS+8= diff --git a/package-lock.json b/package-lock.json index 3d22e1d40..2c2c1261c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "ninja-keys": "1.2.2", "node-fetch": "3.3.2", "oauth-1.0a": "2.2.6", - "openai": "4.43.0", + "openai": "4.44.0", "pagefind": "1.1.0", "playwright": "1.44.0", "postcss": "8.4.38", @@ -2064,7 +2064,7 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "dev": true, + "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -32698,9 +32698,9 @@ } }, "node_modules/openai": { - "version": "4.43.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.43.0.tgz", - "integrity": "sha512-4SMUB/XiqnO5IrEcdzEGGTcHoeXq7D/k82v36zoqSitrMUjenZXGH5JysIH7aF7Wr+gjvq0dT2mV6wLVKA7Seg==", + "version": "4.44.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.44.0.tgz", + "integrity": "sha512-jVpDIJsBAR83rVbIHPuWRr9UkFc5DaH9ev2kt2IQAhKCs73DBRoFOa5SwtqfN7/CcBdIGBdygpmpc0gsFaV+Ow==", "dev": true, "dependencies": { "@types/node": "^18.11.18", diff --git a/package.json b/package.json index d8517c72d..da50f82da 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "ninja-keys": "1.2.2", "node-fetch": "3.3.2", "oauth-1.0a": "2.2.6", - "openai": "4.43.0", + "openai": "4.44.0", "pagefind": "1.1.0", "playwright": "1.44.0", "postcss": "8.4.38",