Skip to content

Commit

Permalink
Lock file maintenance (#22695)
Browse files Browse the repository at this point in the history
* Lock file maintenance

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1815052079
  • Loading branch information
kraftbj authored and matticbot committed Feb 8, 2022
1 parent 7d6c53b commit 6728afe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));

var universalUserAgent = __nccwpck_require__(7268);
var beforeAfterHook = __nccwpck_require__(2601);
var request = __nccwpck_require__(5314);
var request = __nccwpck_require__(2993);
var graphql = __nccwpck_require__(6267);
var authToken = __nccwpck_require__(9641);

Expand Down Expand Up @@ -1955,7 +1955,7 @@ exports.endpoint = endpoint;

Object.defineProperty(exports, "__esModule", ({ value: true }));

var request = __nccwpck_require__(5314);
var request = __nccwpck_require__(2993);
var universalUserAgent = __nccwpck_require__(7268);

const VERSION = "4.8.0";
Expand Down Expand Up @@ -3413,7 +3413,7 @@ exports.RequestError = RequestError;

/***/ }),

/***/ 5314:
/***/ 2993:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {

"use strict";
Expand All @@ -3429,7 +3429,7 @@ var isPlainObject = __nccwpck_require__(5696);
var nodeFetch = _interopDefault(__nccwpck_require__(5660));
var requestError = __nccwpck_require__(4724);

const VERSION = "5.6.2";
const VERSION = "5.6.3";

function getBufferResponse(response) {
return response.arrayBuffer();
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 6728afe

Please sign in to comment.