From 6ff1decde86923077405a85ceb37bcf3630fbf63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:27:52 +0000 Subject: [PATCH] Bump postcss from 7.0.18 to 7.0.36 in /tgui Bumps [postcss](https://github.com/postcss/postcss) from 7.0.18 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.18...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tgui/package-lock.json | 6 +++--- tgui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tgui/package-lock.json b/tgui/package-lock.json index 1de061b1c53..383a3fe06a6 100644 --- a/tgui/package-lock.json +++ b/tgui/package-lock.json @@ -6157,9 +6157,9 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { - "version": "7.0.18", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.18.tgz", - "integrity": "sha512-/7g1QXXgegpF+9GJj4iN7ChGF40sYuGYJ8WZu8DZWnmhQ/G36hfdk3q9LBJmoK+lZ+yzZ5KYpOoxq7LF1BxE8g==", + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "requires": { "chalk": "^2.4.2", "source-map": "^0.6.1", diff --git a/tgui/package.json b/tgui/package.json index 0e47e25e767..c6ad4982769 100644 --- a/tgui/package.json +++ b/tgui/package.json @@ -38,7 +38,7 @@ "minimist": "1.2.3", "paths-js": "0.4.10", "pleeease-filters": "2.0.0", - "postcss": "7.0.18", + "postcss": "7.0.36", "postcss-color-rgba-fallback": "2.2.0", "postcss-filter-gradient": "0.2.2", "postcss-font-weights": "2.0.1",