From dccb7013f2a975174e97d72e0f90f18953a91eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:05:17 +0000 Subject: [PATCH] Bump postcss from 7.0.14 to 7.0.36 Bumps [postcss](https://github.com/postcss/postcss) from 7.0.14 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.14...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] --- assets/stylesheet/main.scss | 2 +- package-lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/stylesheet/main.scss b/assets/stylesheet/main.scss index a809ad0..ca726d5 100644 --- a/assets/stylesheet/main.scss +++ b/assets/stylesheet/main.scss @@ -468,4 +468,4 @@ button, a { //http://data.undp.org/resource/myer-egms.json // unsplash api -//fetch("https://api.unsplash.com/photos/?client_id=94eefc493013f829aa2a14ce2ec9b443781a11ea9c1fde12c007a9d0cf817598").then(r=>r.json()).then(d => a.push(d)); \ No newline at end of file +//fetch("https://api.unsplash.com/photos/?client_id=CLIENT_ID").then(r=>r.json()).then(d => a.push(d)); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8d49d7f..f457d50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6075,9 +6075,9 @@ "dev": true }, "postcss": { - "version": "7.0.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.14.tgz", - "integrity": "sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg==", + "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",