Skip to content

Commit

Permalink
[Deps] update object-inspect, resolve, shell-quote
Browse files Browse the repository at this point in the history
Also switch to `^`; it‘s time.
  • Loading branch information
ljharb committed May 9, 2023
1 parent 74b1923 commit eeba066
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion .npmrc
@@ -1,4 +1,3 @@
save-prefix=~
package-lock=false
allow-same-version=true
message=v%s
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -25,21 +25,21 @@
},
"dependencies": {
"@tapjs/tap-finished": "^0.0.3",
"bouncy": "~3.2.2",
"browser-launcher": "~1.0.2",
"browserify": "~3.46.1",
"concat-stream": "~1.6.2",
"cross-spawn": "~5.1.0",
"ecstatic": "~0.4.13",
"bouncy": "^3.2.2",
"browser-launcher": "^1.0.2",
"browserify": "^3.46.1",
"concat-stream": "^1.6.2",
"cross-spawn": "^5.1.0",
"ecstatic": "^0.4.13",
"ent": "^0.0.7",
"glob": "~3.2.11",
"jsonify": "~0.0.0",
"object-inspect": "~1.12.2",
"optimist": "~0.6.1",
"resolve": "~1.22.1",
"shallow-copy": "~0.0.1",
"shell-quote": "~1.7.3",
"xhr-write-stream": "~0.1.2"
"glob": "^3.2.11",
"jsonify": "^0.0.0",
"object-inspect": "^1.12.3",
"optimist": "^0.6.1",
"resolve": "^1.22.2",
"shallow-copy": "^0.0.1",
"shell-quote": "^1.8.1",
"xhr-write-stream": "^0.1.2"
},
"devDependencies": {
"auto-changelog": "^2.4.0",
Expand Down

0 comments on commit eeba066

Please sign in to comment.