matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

100.diff (2499B)


      1 diff --git a/package-lock.json b/package-lock.json
      2 index ab14b19..e641d97 100644
      3 --- a/package-lock.json
      4 +++ b/package-lock.json
      5 @@ -41,7 +41,7 @@
      6          "eslint-plugin-jsx-a11y": "6.5.1",
      7          "eslint-plugin-unicorn": "41.0.0",
      8          "i18next-parser": "5.4.0",
      9 -        "postcss": "8.4.8",
     10 +        "postcss": "8.4.11",
     11          "tailwindcss": "3.0.23",
     12          "typescript": "4.6.2"
     13        },
     14 @@ -6883,10 +6883,20 @@
     15        }
     16      },
     17      "node_modules/postcss": {
     18 -      "version": "8.4.8",
     19 -      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
     20 -      "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
     21 +      "version": "8.4.11",
     22 +      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.11.tgz",
     23 +      "integrity": "sha512-D+jFLnT0ilGfy4CVBGbC+XE68HkVpT8+CUkDrcSpgxmo4RKco2uaZ4kIoyVGEm+m8KN/+Vwgs8MtpNbQ3/ma9w==",
     24        "dev": true,
     25 +      "funding": [
     26 +        {
     27 +          "type": "opencollective",
     28 +          "url": "https://opencollective.com/postcss"
     29 +        },
     30 +        {
     31 +          "type": "tidelift",
     32 +          "url": "https://tidelift.com/funding/github/npm/postcss"
     33 +        }
     34 +      ],
     35        "dependencies": {
     36          "nanoid": "^3.3.1",
     37          "picocolors": "^1.0.0",
     38 @@ -6894,10 +6904,6 @@
     39        },
     40        "engines": {
     41          "node": "^10 || ^12 || >=14"
     42 -      },
     43 -      "funding": {
     44 -        "type": "opencollective",
     45 -        "url": "https://opencollective.com/postcss/"
     46        }
     47      },
     48      "node_modules/postcss-js": {
     49 @@ -14284,9 +14290,9 @@
     50        "dev": true
     51      },
     52      "postcss": {
     53 -      "version": "8.4.8",
     54 -      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
     55 -      "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
     56 +      "version": "8.4.11",
     57 +      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.11.tgz",
     58 +      "integrity": "sha512-D+jFLnT0ilGfy4CVBGbC+XE68HkVpT8+CUkDrcSpgxmo4RKco2uaZ4kIoyVGEm+m8KN/+Vwgs8MtpNbQ3/ma9w==",
     59        "dev": true,
     60        "requires": {
     61          "nanoid": "^3.3.1",
     62 diff --git a/package.json b/package.json
     63 index aad0178..e8bbb58 100644
     64 --- a/package.json
     65 +++ b/package.json
     66 @@ -52,7 +52,7 @@
     67      "eslint-plugin-jsx-a11y": "6.5.1",
     68      "eslint-plugin-unicorn": "41.0.0",
     69      "i18next-parser": "5.4.0",
     70 -    "postcss": "8.4.8",
     71 +    "postcss": "8.4.11",
     72      "tailwindcss": "3.0.23",
     73      "typescript": "4.6.2"
     74    },