Skip to content

Commit

Permalink
[Deps] update array.prototype.every, array.prototype.some, `async…
Browse files Browse the repository at this point in the history
…`, `object.assign`, `object.assign`, `qs`, string.prototype.trim`
  • Loading branch information
ljharb committed Mar 15, 2024
1 parent b94a94e commit 5304201
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"lint": "eslint --ext=js,mjs ."
},
"dependencies": {
"array.prototype.every": "^1.1.3",
"array.prototype.some": "^1.1.3",
"async": "^2.6.3",
"array.prototype.every": "^1.1.5",
"array.prototype.some": "^1.1.5",
"async": "^2.6.4",
"email-addresses": "^4.0.0",
"formidable": "^1.2.6",
"is": "^3.3.0",
"object-keys": "^1.1.1",
"object.assign": "^4.1.2",
"qs": "^6.10.2",
"object.assign": "^4.1.5",
"qs": "^6.12.0",
"reduce": "^1.0.2",
"string.prototype.trim": "^1.2.5"
"string.prototype.trim": "^1.2.8"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
Expand Down

0 comments on commit 5304201

Please sign in to comment.