From b65da24107d55a8cd50c091a6f4b52f90cd893fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:50:03 +0200 Subject: [PATCH] Update all non-major dependencies (#77) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 63 +++++++++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 35 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6cebdf2..5bb6d45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "nuxt-app", "hasInstallScript": true, "dependencies": { - "@nimiq/core": "2.0.0-next.22.3", + "@nimiq/core": "2.0.0-next.23.0", "@nimiq/hub-api": "https://gitpkg.now.sh/nimiq/hub/client?717409b522389597d2ffc0101e0a4f9b5bd25c31", "@nimiq/style": "^0.8.5", "@nimiq/vue3-components": "github:nimiq/vue3-components#build/full", @@ -817,9 +817,9 @@ } }, "node_modules/@csstools/selector-specificity": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.3.tgz", - "integrity": "sha512-KEPNw4+WW5AVEIyzC80rTbWEUatTW2lXpN8+8ILC8PiPeWPjwUzrPZDIOZ2wwqDmeqOYTdSGyL3+vE5GC3FB3Q==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz", + "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==", "funding": [ { "type": "github", @@ -830,6 +830,7 @@ "url": "https://opencollective.com/csstools" } ], + "license": "MIT-0", "engines": { "node": "^14 || ^16 || >=18" }, @@ -1637,9 +1638,9 @@ } }, "node_modules/@nimiq/core": { - "version": "2.0.0-next.22.3", - "resolved": "https://registry.npmjs.org/@nimiq/core/-/core-2.0.0-next.22.3.tgz", - "integrity": "sha512-sYMZiTwpmg3U32DJ3VefZJL/Y/+bwC0aulK7k+/w0IMNRyBn4ajb4BkJGTq9HEsxbK/KDjm+Y4gpM7afjNS4Sg==", + "version": "2.0.0-next.23.0", + "resolved": "https://registry.npmjs.org/@nimiq/core/-/core-2.0.0-next.23.0.tgz", + "integrity": "sha512-tEeYRIMKI2iOW2LcYqjyPk1Ju+ztS5ivGKLeEQ3aYi0+2Sql+4xhjomH7nRYr6b9AcjuYkJZhPmC7XeCzwW6Ig==", "license": "Apache-2.0", "dependencies": { "comlink": "^4.4.1", @@ -2228,20 +2229,21 @@ } }, "node_modules/@nuxtjs/tailwindcss": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.12.0.tgz", - "integrity": "sha512-vXvEq8z177TQcx0tc10mw3O6T9WeN0iTL8hIKGDfidmr+HKReexJU01aPgHefFrCu4LJB70egYFYnywzB9lMyQ==", + "version": "6.12.1", + "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-6.12.1.tgz", + "integrity": "sha512-UKmaPRVpxlFqLorhL6neEba2tySlsj6w6yDb7jzS6A0AAjyBQ6k3BQqWO+AaTy2iQLX7eR+1yj3/w43HzY8RtA==", + "license": "MIT", "dependencies": { - "@nuxt/kit": "^3.11.2", + "@nuxt/kit": "^3.12.3", "autoprefixer": "^10.4.19", "consola": "^3.2.3", "defu": "^6.1.4", - "h3": "^1.11.1", + "h3": "^1.12.0", "pathe": "^1.1.2", "postcss": "^8.4.38", - "postcss-nesting": "^12.1.1", - "tailwind-config-viewer": "^2.0.1", - "tailwindcss": "~3.4.3", + "postcss-nesting": "^12.1.5", + "tailwind-config-viewer": "^2.0.4", + "tailwindcss": "~3.4.4", "ufo": "^1.5.3", "unctx": "^2.3.1" } @@ -11963,9 +11965,9 @@ } }, "node_modules/postcss-nesting": { - "version": "12.1.2", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.2.tgz", - "integrity": "sha512-FUmTHGDNundodutB4PUBxt/EPuhgtpk8FJGRsBhOuy+6FnkR2A8RZWIsyyy6XmhvX2DZQQWIkvu+HB4IbJm+Ew==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.5.tgz", + "integrity": "sha512-N1NgI1PDCiAGWPTYrwqm8wpjv0bgDmkYHH72pNsqTCv9CObxjxftdYu6AKtGN+pnJa7FQjMm3v4sp8QJbFsYdQ==", "funding": [ { "type": "github", @@ -11976,10 +11978,11 @@ "url": "https://opencollective.com/csstools" } ], + "license": "MIT-0", "dependencies": { "@csstools/selector-resolve-nested": "^1.1.0", - "@csstools/selector-specificity": "^3.0.3", - "postcss-selector-parser": "^6.0.13" + "@csstools/selector-specificity": "^3.1.1", + "postcss-selector-parser": "^6.1.0" }, "engines": { "node": "^14 || ^16 || >=18" @@ -12244,9 +12247,9 @@ } }, "node_modules/prettier": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", - "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, "license": "MIT", "bin": { @@ -13832,9 +13835,10 @@ } }, "node_modules/tailwind-config-viewer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/tailwind-config-viewer/-/tailwind-config-viewer-2.0.1.tgz", - "integrity": "sha512-0mfPRjxzKvQNW5YNh1EXhURV54ZtBvK4489tD8iosAVO8MZagC5BSdcl1i2b0tG+TiYIyEzBwDGQpE9vV/5gaA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/tailwind-config-viewer/-/tailwind-config-viewer-2.0.4.tgz", + "integrity": "sha512-icvcmdMmt9dphvas8wL40qttrHwAnW3QEN4ExJ2zICjwRsPj7gowd1cOceaWG3IfTuM/cTNGQcx+bsjMtmV+cw==", + "license": "MIT", "dependencies": { "@koa/router": "^12.0.1", "commander": "^6.0.0", @@ -13919,9 +13923,10 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 9f93800..b8010fe 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint:fix": "eslint . --fix" }, "dependencies": { - "@nimiq/core": "2.0.0-next.22.3", + "@nimiq/core": "2.0.0-next.23.0", "@nimiq/hub-api": "https://gitpkg.now.sh/nimiq/hub/client?717409b522389597d2ffc0101e0a4f9b5bd25c31", "@nimiq/style": "^0.8.5", "@nimiq/vue3-components": "github:nimiq/vue3-components#build/full",