Skip to content

Commit 22c1d68

Browse files
committed
Update dependency clean-css to v5
1 parent 88ef70d commit 22c1d68

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node": ">= 8.6.0"
1111
},
1212
"dependencies": {
13-
"clean-css": "4.2.1",
13+
"clean-css": "5.0.1",
1414
"express": "4.17.1",
1515
"express-history-api-fallback": "2.2.1",
1616
"highland": "2.13.4",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,14 @@ class-utils@^0.3.5:
736736
isobject "^3.0.0"
737737
static-extend "^0.1.1"
738738

739-
[email protected], clean-css@^4.2.1:
739+
740+
version "5.0.1"
741+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.0.1.tgz#f84c6ad82c5a8246a680206da8bceef483ccc0b6"
742+
integrity sha512-F1zAGOowUCg8yxT0O4UR+nmbMauf3YwbiUS60CPxpzJU7ulpamGzQomFrJSK4w/HqHtMmQKSHJUNue+dQQYQdg==
743+
dependencies:
744+
source-map "~0.6.0"
745+
746+
clean-css@^4.2.1:
740747
version "4.2.1"
741748
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.1.tgz#2d411ef76b8569b6d0c84068dabe85b0aa5e5c17"
742749
dependencies:

0 commit comments

Comments
 (0)