From 536a60c2db6372c394b6cb32e20b43facb68b6ca Mon Sep 17 00:00:00 2001 From: oscar marina Date: Thu, 16 May 2024 21:47:19 +0200 Subject: [PATCH] chore: bump dependencies --- .github/workflows/npmpublish.yml | 6 +++--- bin/index.js | 2 +- package.json | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index ff86b9f..bef1ee0 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -4,12 +4,12 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: '18.x' - run: npm install - - uses: JS-DevTools/npm-publish@v2 + - uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} ignore-scripts: false diff --git a/bin/index.js b/bin/index.js index 0d18f60..4c43781 100755 --- a/bin/index.js +++ b/bin/index.js @@ -1,7 +1,7 @@ #!/usr/bin/env node const fs = require('fs'); -const program = require('commander'); +const { program } = require('commander'); const path = require('path'); const pkg = require('../package.json'); diff --git a/package.json b/package.json index 335f640..a92b495 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockquote/sass-style-template", - "version": "3.0.2", + "version": "3.0.3", "description": "SASS and LitElement for creating Web Components", "keywords": [ "LitElement", @@ -27,13 +27,13 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "autoprefixer": "^10.4.15", - "chokidar": "^3.5.3", - "commander": "^11.0.0", - "glob": "^10.3.4", + "autoprefixer": "^10.4.19", + "chokidar": "^3.6.0", + "commander": "^12.0.0", + "glob": "^10.3.15", "mkdirp": "^3.0.1", - "postcss": "^8.4.29", - "sass": "^1.66.1" + "postcss": "^8.4.38", + "sass": "^1.77.1" }, "publishConfig": { "access": "public"