Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed May 11, 2024
1 parent 60fd6b8 commit b3905d7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- run: npm install
Expand Down
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,52 +45,53 @@
},
"homepage": "https://github.com/dumberjs/dumber#readme",
"dependencies": {
"@parcel/source-map": "^2.0.5",
"assert": "^2.0.0",
"@parcel/source-map": "^2.1.1",
"assert": "^2.1.0",
"ast-matcher": "^1.1.1",
"base64-arraybuffer": "^1.0.2",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"convert-source-map": "^1.8.0",
"convert-source-map": "^1.9.0",
"crypto-browserify": "^3.12.0",
"domain-browser": "^4.22.0",
"domain-browser": "^5.7.0",
"dumber-module-loader": "^1.2.5",
"eslint-scope": "^7.1.1",
"eslint-scope": "^8.0.1",
"events": "^3.3.0",
"fs-browser-stub": "^1.0.1",
"https-browserify": "^1.0.0",
"meriyah": "^4.2.1",
"modify-code": "^2.1.1",
"node-fetch": "^2.6.7",
"meriyah": "^4.4.2",
"modify-code": "^2.1.4",
"node-fetch": "^2.7.0",
"os-browserify": "^0.3.0",
"path-browserify": "1.0.1",
"process": "^0.11.10",
"punycode": "^2.1.1",
"punycode": "^2.3.1",
"querystring-browser-stub": "^1.0.0",
"readable-stream": "^3.6.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"tslib": "^2.4.0",
"tslib": "^2.6.2",
"tty-browserify": "0.0.1",
"typescript": "^4.7.4",
"url": "^0.11.0",
"util": "^0.12.4",
"typescript": "^5.4.5",
"url": "^0.11.3",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"browser-do": "^4.1.0",
"c8": "^7.11.3",
"browser-do": "^5.0.0",
"c8": "^9.1.0",
"eslint": "^8.18.0",
"gulp": "^4.0.2",
"gulp-dumber": "^2.0.0",
"pta": "^1.1.0",
"semver": "^7.3.7",
"lodash": "^4.17.21",
"pta": "^1.2.0",
"semver": "^7.6.2",
"sourcemap-codec": "^1.4.8",
"standard-changelog": "^2.0.27",
"zora": "^5.0.3"
"standard-changelog": "^6.0.0",
"zora": "^5.2.0"
}
}

0 comments on commit b3905d7

Please sign in to comment.