Skip to content

Commit

Permalink
feat: allow ^ versions for character encoding packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 30, 2024
1 parent 472a8be commit 00a7f9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,22 @@
"test:smoke": "node ./bin/mocha --no-config test/smoke/smoke.spec.js"
},
"dependencies": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
"ansi-colors": "^4.1.1",
"browser-stdout": "^1.3.1",
"chokidar": "^3.5.3",
"debug": "4.3.4",
"diff": "5.0.0",
"escape-string-regexp": "4.0.0",
"find-up": "5.0.0",
"glob": "8.1.0",
"he": "1.2.0",
"he": "^1.2.0",
"js-yaml": "4.1.0",
"log-symbols": "4.1.0",
"log-symbols": "^4.1.0",
"minimatch": "5.0.1",
"ms": "2.1.3",
"serialize-javascript": "6.0.0",
"strip-json-comments": "3.1.1",
"supports-color": "8.1.1",
"supports-color": "^8.1.1",
"workerpool": "6.2.1",
"yargs": "16.2.0",
"yargs-parser": "20.2.4",
Expand Down

0 comments on commit 00a7f9f

Please sign in to comment.