From ba2ffd0f65e148c3bc52da56a5bab3afcd7ead13 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 25 Mar 2023 10:36:03 +0000 Subject: [PATCH] Update all dependencies --- Dockerfile | 2 +- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index a76ad9b..1bc9201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM harbor.server.kjuulh.io/kjuulh/git-log:1679333724947 as git-log +FROM harbor.server.kjuulh.io/kjuulh/git-log:1679696530149 as git-log FROM harbor.server.kjuulh.io/docker-proxy/library/node:19-alpine AS deps diff --git a/package.json b/package.json index da1440f..7b42c94 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,14 @@ "use-count-up": "3.0.1" }, "devDependencies": { - "@types/node": "18.15.5", + "@types/node": "18.15.9", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "autoprefixer": "10.4.14", "eslint": "8.36.0", "eslint-config-next": "latest", "postcss": "8.4.21", - "prettier": "2.8.6", + "prettier": "2.8.7", "prettier-plugin-tailwindcss": "0.2.5", "tailwindcss": "3.2.7", "typescript": "5.0.2" diff --git a/yarn.lock b/yarn.lock index 773bf3a..9b1620d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1407,10 +1407,10 @@ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== -"@types/node@18.15.5": - version "18.15.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.5.tgz#3af577099a99c61479149b716183e70b5239324a" - integrity sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew== +"@types/node@18.15.9": + version "18.15.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.9.tgz#a9b529d2a16ae73122b3875969e7db18c9f3e790" + integrity sha512-dUxhiNzBLr6IqlZXz6e/rN2YQXlFgOei/Dxy+e3cyXTJ4txSUbGT2/fmnD6zd/75jDMeW5bDee+YXxlFKHoV0A== "@types/prop-types@*", "@types/prop-types@^15.0.0": version "15.7.5" @@ -3612,10 +3612,10 @@ prettier-plugin-tailwindcss@0.2.5: resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.5.tgz#fb9f07f22d0658fdedbf4d83254bf907656f7500" integrity sha512-vZ/iKieyCx0WTxHbkf5E1rBlv/ybFk8WTT4hL5W2jlVxum2Zbe0jMUpuQdDrpa4z2vnPiJ5KIWCqL/kd16fKYg== -prettier@2.8.6: - version "2.8.6" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.6.tgz#5c174b29befd507f14b83e3c19f83fdc0e974b71" - integrity sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ== +prettier@2.8.7: + version "2.8.7" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450" + integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw== prop-types@^15.0.0, prop-types@^15.8.1: version "15.8.1"