diff --git a/package-lock.json b/package-lock.json index 670e3e5..237f291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.1", "@keystatic/astro": "^5.0.0", - "@keystatic/core": "^0.5.26", + "@keystatic/core": "^0.5.37", "@preline/accordion": "^2.4.1", "@preline/collapse": "^2.4.1", "@preline/dropdown": "^2.4.1", @@ -2184,10 +2184,9 @@ } }, "node_modules/@keystatic/core": { - "version": "0.5.36", - "resolved": "https://registry.npmjs.org/@keystatic/core/-/core-0.5.36.tgz", - "integrity": "sha512-vhoOkBZOjumZhkeNFKuucE2egYVIrBZNz0sfX7DX9XeazoctIyyCshw+UMsuaT2OhlUx/6LJyXlqcUOZMOYCPQ==", - "license": "MIT", + "version": "0.5.37", + "resolved": "https://registry.npmjs.org/@keystatic/core/-/core-0.5.37.tgz", + "integrity": "sha512-5RIKLhx7jv0yrfPjugk3bg7u7H5xBTlaIkldjtC8LC630bWDFazTumUHRdvl9dx7Y9JAcllsX4dMQLlZ8AAotA==", "dependencies": { "@babel/runtime": "^7.18.3", "@braintree/sanitize-url": "^6.0.2", @@ -2218,7 +2217,7 @@ "@urql/exchange-auth": "^2.2.0", "@urql/exchange-graphcache": "^7.1.2", "@urql/exchange-persisted": "^4.3.0", - "cookie": "^0.5.0", + "cookie": "^1.0.0", "emery": "^1.4.1", "escape-string-regexp": "^4.0.0", "fast-deep-equal": "^3.1.3", @@ -2266,6 +2265,14 @@ "react-dom": "^18.2.0" } }, + "node_modules/@keystatic/core/node_modules/cookie": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.1.tgz", + "integrity": "sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==", + "engines": { + "node": ">=18" + } + }, "node_modules/@mapbox/node-pre-gyp": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", diff --git a/package.json b/package.json index f4136f9..0eeb55d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.1", "@keystatic/astro": "^5.0.0", - "@keystatic/core": "^0.5.26", + "@keystatic/core": "^0.5.37", "@preline/accordion": "^2.4.1", "@preline/collapse": "^2.4.1", "@preline/dropdown": "^2.4.1",