From 62c3922b7b9a6236bca89b695755e997962259c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 5 Dec 2023 09:59:49 +0300 Subject: [PATCH] update package.json, package-lock.json files part 2.. --- package-lock.json | 27 ++------------------------- package.json | 8 ++++++-- 2 files changed, 8 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f03f04aa..e641e6676 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "qs": "^6.11.1", "swiper": "^9.2.0", "tailwind": "^4.0.0", - "tailwindcss": "^3.3.1", + "tailwindcss": "^3.3.6", "v-money": "^0.8.1", "vee-validate": "^2.2.15", "vue": "^2.7.14", @@ -62,7 +62,7 @@ "laravel-mix": "^6.0.49", "mini-css-extract-plugin": "^2.7.5", "node-sass": "^8.0.0", - "postcss": "^8.4.21", + "postcss": "^8.4.32", "postcss-import": "^15.1.0", "postcss-loader": "^7.2.4", "postcss-nesting": "^11.2.2", @@ -7469,11 +7469,6 @@ "lodash": "4.17.5" } }, - "node_modules/datasette/node_modules/lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==" - }, "node_modules/date-fns": { "version": "2.30.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", @@ -9204,19 +9199,6 @@ "node": ">=4" } }, - "node_modules/flaschenpost/node_modules/lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" - }, - "node_modules/flaschenpost/node_modules/moment": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", - "integrity": "sha512-LRvkBHaJGnrcWvqsElsOhHCzj8mU39wLx5pQ0pc6s153GynCTsPdGdqsVNKAQD9sKnWj11iF7TZx9fpLwdD3fw==", - "engines": { - "node": "*" - } - }, "node_modules/flaschenpost/node_modules/regenerator-runtime": { "version": "0.12.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", @@ -17435,11 +17417,6 @@ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==" }, - "node_modules/tailwind/node_modules/lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" - }, "node_modules/tailwind/node_modules/regenerator-runtime": { "version": "0.12.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", diff --git a/package.json b/package.json index b48a23f61..cf09f5e63 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "popper.js": "^1.16.1", "swiper": "^9.2.0", "tailwind": "^4.0.0", - "tailwindcss": "^3.3.1", + "tailwindcss": "^3.3.6", "v-money": "^0.8.1", "vee-validate": "^2.2.15", "vue": "^2.7.14", @@ -66,7 +66,7 @@ "laravel-mix": "^6.0.49", "mini-css-extract-plugin": "^2.7.5", "node-sass": "^8.0.0", - "postcss": "^8.4.21", + "postcss": "^8.4.32", "postcss-import": "^15.1.0", "postcss-loader": "^7.2.4", "postcss-nesting": "^11.2.2", @@ -81,6 +81,10 @@ "webpack": "^5.78.0", "webpack-cli": "^5.0.1" }, + "overrides": { + "lodash": "^4.17.21", + "moment": ">=2.29.4" + }, "browserslist": [ "> 1%", "last 2 versions",