Skip to content

Commit a4dfbbc

Browse files
Bump postcss from 8.4.47 to 8.5.1 in /backend/servers/explorer-web
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.47 to 8.5.1. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.47...8.5.1) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbe4f23 commit a4dfbbc

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

backend/servers/explorer-web/package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/servers/explorer-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ncp": "^2.0.0",
2626
"npm-run-all": "^4.1.5",
2727
"onchange": "^7.1.0",
28-
"postcss": "^8.4.47",
28+
"postcss": "^8.5.1",
2929
"postcss-cli": "^11.0.0",
3030
"tailwindcss": "^3.4.12"
3131
},

backend/servers/explorer-web/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,10 +1500,10 @@ mz@^2.7.0:
15001500
object-assign "^4.0.1"
15011501
thenify-all "^1.0.0"
15021502

1503-
nanoid@^3.3.7:
1504-
version "3.3.7"
1505-
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz"
1506-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
1503+
nanoid@^3.3.8:
1504+
version "3.3.8"
1505+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
1506+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
15071507

15081508
ncp@^2.0.0:
15091509
version "2.0.0"
@@ -1676,10 +1676,10 @@ path-type@^5.0.0:
16761676
resolved "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz"
16771677
integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
16781678

1679-
picocolors@^1, picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0:
1680-
version "1.1.0"
1681-
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz"
1682-
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
1679+
picocolors@^1, picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.1:
1680+
version "1.1.1"
1681+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
1682+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
16831683

16841684
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
16851685
version "2.3.1"
@@ -1999,13 +1999,13 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
19991999
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz"
20002000
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
20012001

2002-
postcss@^8.4.23, postcss@^8.4.47:
2003-
version "8.4.47"
2004-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz"
2005-
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
2002+
postcss@^8.4.23, postcss@^8.5.1:
2003+
version "8.5.1"
2004+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
2005+
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
20062006
dependencies:
2007-
nanoid "^3.3.7"
2008-
picocolors "^1.1.0"
2007+
nanoid "^3.3.8"
2008+
picocolors "^1.1.1"
20092009
source-map-js "^1.2.1"
20102010

20112011
pretty-hrtime@^1.0.3:

0 commit comments

Comments
 (0)