updates 16.5.0 → 16.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1144,7 +1144,7 @@ function ms() {
1144
1144
  return Object.assign(s, e), at = s, at;
1145
1145
  }
1146
1146
  var vs = /* @__PURE__ */ ms();
1147
- const Qr = /* @__PURE__ */ Ue(vs), ys = "16.4.4", Es = {
1147
+ const Qr = /* @__PURE__ */ Ue(vs), ys = "16.5.1", Es = {
1148
1148
  version: ys
1149
1149
  };
1150
1150
  var ye = {}, ge = {}, Jr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "updates",
3
- "version": "16.5.0",
3
+ "version": "16.5.1",
4
4
  "description": "Flexible npm and poetry dependency update tool",
5
5
  "author": "silverwind",
6
6
  "repository": "silverwind/updates",