loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Update dependency postcss to v8.4.41 (forgejo)' (#4837) from renovate/forgejo-postcss-packages into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4837
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted 7fb82afa 14850847

+5 -5
+4 -4
package-lock.json
··· 36 36 "monaco-editor": "0.50.0", 37 37 "monaco-editor-webpack-plugin": "7.1.0", 38 38 "pdfobject": "2.3.0", 39 - "postcss": "8.4.40", 39 + "postcss": "8.4.41", 40 40 "postcss-loader": "8.1.1", 41 41 "postcss-nesting": "12.1.5", 42 42 "pretty-ms": "9.0.0", ··· 10561 10561 } 10562 10562 }, 10563 10563 "node_modules/postcss": { 10564 - "version": "8.4.40", 10565 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", 10566 - "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", 10564 + "version": "8.4.41", 10565 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", 10566 + "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", 10567 10567 "funding": [ 10568 10568 { 10569 10569 "type": "opencollective",
+1 -1
package.json
··· 35 35 "monaco-editor": "0.50.0", 36 36 "monaco-editor-webpack-plugin": "7.1.0", 37 37 "pdfobject": "2.3.0", 38 - "postcss": "8.4.40", 38 + "postcss": "8.4.41", 39 39 "postcss-loader": "8.1.1", 40 40 "postcss-nesting": "12.1.5", 41 41 "pretty-ms": "9.0.0",