Skip to content

Commit

Permalink
General maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
priyank committed Nov 22, 2023
1 parent ea25103 commit 6b0cdb5
Show file tree
Hide file tree
Showing 4 changed files with 1,537 additions and 1,409 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.0
18.18.2
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,28 @@
},
"homepage": "https://github.com/webextensions/copy-files-from-to#readme",
"dependencies": {
"async": "^3.2.4",
"axios": "^1.4.0",
"async": "^3.2.5",
"axios": "^1.6.2",
"chalk": "=4.1.2",
"cjson": "^0.5.0",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.2",
"glob-parent": "^6.0.2",
"is-glob": "^4.0.3",
"is-utf8": "^0.2.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mkdirp": "^3.0.1",
"note-down": "=1.0.0",
"terser": "^5.17.4",
"note-down": "=1.0.2",
"terser": "^5.24.0",
"unixify": "^1.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"chai": "^4.3.7",
"chai": "^4.3.10",
"chai-files": "^1.4.0",
"eslint": "^8.40.0",
"eslint": "^8.54.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"shelljs": "^0.8.5"
}
}

0 comments on commit 6b0cdb5

Please sign in to comment.