Skip to content

Commit 58079a1

Browse files
committed
chore: dependencies update
- fix: update `nodemon` to `1.18.7` (remove vulnerability) - update: `@coreui/coreui` to `^2.1.3` - update: `stylelint-order` to `^2.0.0`
1 parent aaf99e4 commit 58079a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"watch-pug": "nodemon -e pug -x \"npm run pug\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "^2.1.2",
66+
"@coreui/coreui": "^2.1.3",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
6969
"bootstrap": "4.1.3",
@@ -95,7 +95,7 @@
9595
"foreach-cli": "^1.8.1",
9696
"js-beautify": "^1.8.8",
9797
"node-sass": "^4.10.0",
98-
"nodemon": "^1.18.6",
98+
"nodemon": "^1.18.7",
9999
"npm-run-all": "^4.1.5",
100100
"postcss-cli": "^6.0.1",
101101
"pug": "^2.0.3",
@@ -104,7 +104,7 @@
104104
"stylelint": "^9.8.0",
105105
"stylelint-config-recommended-scss": "^3.2.0",
106106
"stylelint-config-standard": "^18.2.0",
107-
"stylelint-order": "^1.0.0",
107+
"stylelint-order": "^2.0.0",
108108
"stylelint-scss": "^3.4.0"
109109
},
110110
"engines": {

0 commit comments

Comments
 (0)