Skip to content

Commit

Permalink
fix security vulnerabilities (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Johann Ye <kangrui.ye@cloudflight.io>
  • Loading branch information
strawberry-choco authored Mar 8, 2024
1 parent 1a6131b commit d8b9b38
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflight",
"version": "0.8.5",
"version": "0.8.6",
"scripts": {
"build": "yarn workspaces foreach -ptA run build-package",
"lint": "eslint . && eslint --config .eslintrc.format.js .",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflight/stylelint-plugin-angular",
"version": "0.8.5",
"version": "0.8.6",
"author": "Cloudflight GmbH",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflight/stylelint-plugin-vue",
"version": "0.8.5",
"version": "0.8.6",
"author": "Cloudflight GmbH",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflight/stylelint-plugin",
"version": "0.8.5",
"version": "0.8.6",
"author": "Cloudflight GmbH",
"license": "Apache-2.0",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3596,9 +3596,9 @@ __metadata:
linkType: hard

"ip@npm:^2.0.0":
version: 2.0.0
resolution: "ip@npm:2.0.0"
checksum: 10/1270b11e534a466fb4cf4426cbcc3a907c429389f7f4e4e3b288b42823562e88d6a509ceda8141a507de147ca506141f745005c0aa144569d94cf24a54eb52bc
version: 2.0.1
resolution: "ip@npm:2.0.1"
checksum: 10/d6dd154e1bc5e8725adfdd6fb92218635b9cbe6d873d051bd63b178f009777f751a5eea4c67021723a7056325fc3052f8b6599af0a2d56f042c93e684b4a0349
languageName: node
linkType: hard

Expand Down

0 comments on commit d8b9b38

Please sign in to comment.