From 67993e4937fb17c116b905e70de24f04898cd786 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:44:23 +0100 Subject: [PATCH] chore(deps): update non-major (#478) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58cda9e3f..3b5a60188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@sanity/visual-editing": "1.8.1", "@vercel/og": "0.6.2", "classnames": "2.5.1", - "date-fns": "3.5.0", + "date-fns": "3.6.0", "intl-segmenter-polyfill": "0.4.4", "next": "14.1.3", "next-sanity": "8.4.2", @@ -32,12 +32,12 @@ "eslint": "8.57.0", "eslint-config-next": "14.1.3", "eslint-plugin-simple-import-sort": "12.0.0", - "postcss": "8.4.35", + "postcss": "8.4.36", "prettier": "3.2.5", "prettier-plugin-packagejson": "2.4.12", "prettier-plugin-tailwindcss": "0.5.12", "tailwindcss": "3.4.1", - "typescript": "5.3.3" + "typescript": "5.4.2" }, "engines": { "node": ">=16" @@ -4185,9 +4185,9 @@ "integrity": "sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==" }, "node_modules/date-fns": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.5.0.tgz", - "integrity": "sha512-a+DwyXn7NOfdJireCzAA0B9p7jIXEu/Q9JKCyMYvH6+0vPUNbQceA0neXrdfJ/xzl3mhOh5vibQQ3936Tssm6A==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz", + "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -8258,9 +8258,9 @@ } }, "node_modules/postcss": { - "version": "8.4.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", - "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", + "version": "8.4.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.36.tgz", + "integrity": "sha512-/n7eumA6ZjFHAsbX30yhHup/IMkOmlmvtEi7P+6RMYf+bGJSUHc3geH4a0NSZxAz/RJfiS9tooCTs9LAVYUZKw==", "funding": [ { "type": "opencollective", @@ -8278,7 +8278,7 @@ "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "source-map-js": "^1.1.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -9835,9 +9835,9 @@ } }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.1.0.tgz", + "integrity": "sha512-9vC2SfsJzlej6MAaMPLu8HiBSHGdRAJ9hVFYN1ibZoNkeanmDmLUcIrj6G9DGL7XMJ54AKg/G75akXl1/izTOw==", "engines": { "node": ">=0.10.0" } @@ -10735,9 +10735,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index aa3a2bafb..40a0ebec6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@sanity/visual-editing": "1.8.1", "@vercel/og": "0.6.2", "classnames": "2.5.1", - "date-fns": "3.5.0", + "date-fns": "3.6.0", "intl-segmenter-polyfill": "0.4.4", "next": "14.1.3", "next-sanity": "8.4.2", @@ -41,12 +41,12 @@ "eslint": "8.57.0", "eslint-config-next": "14.1.3", "eslint-plugin-simple-import-sort": "12.0.0", - "postcss": "8.4.35", + "postcss": "8.4.36", "prettier": "3.2.5", "prettier-plugin-packagejson": "2.4.12", "prettier-plugin-tailwindcss": "0.5.12", "tailwindcss": "3.4.1", - "typescript": "5.3.3" + "typescript": "5.4.2" }, "engines": { "node": ">=16"