Skip to content

Commit 155c63d

Browse files
Merge pull request #20 from step-security/npm-audit-fix
fix: Security updates
2 parents 2c05779 + 2312a34 commit 155c63d

File tree

5 files changed

+16
-18
lines changed

5 files changed

+16
-18
lines changed

dist/index.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33219,18 +33219,18 @@ var __copyProps = (to, from, except, desc) => {
3321933219
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
3322033220

3322133221
// pkg/dist-src/index.js
33222-
var dist_src_exports = {};
33223-
__export(dist_src_exports, {
33222+
var index_exports = {};
33223+
__export(index_exports, {
3322433224
GraphqlResponseError: () => GraphqlResponseError,
3322533225
graphql: () => graphql2,
3322633226
withCustomRequest: () => withCustomRequest
3322733227
});
33228-
module.exports = __toCommonJS(dist_src_exports);
33228+
module.exports = __toCommonJS(index_exports);
3322933229
var import_request3 = __nccwpck_require__(8636);
3323033230
var import_universal_user_agent = __nccwpck_require__(3843);
3323133231

3323233232
// pkg/dist-src/version.js
33233-
var VERSION = "7.1.0";
33233+
var VERSION = "7.1.1";
3323433234

3323533235
// pkg/dist-src/with-defaults.js
3323633236
var import_request2 = __nccwpck_require__(8636);
@@ -33278,8 +33278,7 @@ function graphql(request2, query, options) {
3327833278
);
3327933279
}
3328033280
for (const key in options) {
33281-
if (!FORBIDDEN_VARIABLE_OPTIONS.includes(key))
33282-
continue;
33281+
if (!FORBIDDEN_VARIABLE_OPTIONS.includes(key)) continue;
3328333282
return Promise.reject(
3328433283
new Error(
3328533284
`[@octokit/graphql] "${key}" cannot be used as variable name`

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32231,18 +32231,18 @@ var __copyProps = (to, from, except, desc) => {
3223132231
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
3223232232

3223332233
// pkg/dist-src/index.js
32234-
var dist_src_exports = {};
32235-
__export(dist_src_exports, {
32234+
var index_exports = {};
32235+
__export(index_exports, {
3223632236
GraphqlResponseError: () => GraphqlResponseError,
3223732237
graphql: () => graphql2,
3223832238
withCustomRequest: () => withCustomRequest
3223932239
});
32240-
module.exports = __toCommonJS(dist_src_exports);
32240+
module.exports = __toCommonJS(index_exports);
3224132241
var import_request3 = __nccwpck_require__(8636);
3224232242
var import_universal_user_agent = __nccwpck_require__(3843);
3224332243

3224432244
// pkg/dist-src/version.js
32245-
var VERSION = "7.1.0";
32245+
var VERSION = "7.1.1";
3224632246

3224732247
// pkg/dist-src/with-defaults.js
3224832248
var import_request2 = __nccwpck_require__(8636);
@@ -32290,8 +32290,7 @@ function graphql(request2, query, options) {
3229032290
);
3229132291
}
3229232292
for (const key in options) {
32293-
if (!FORBIDDEN_VARIABLE_OPTIONS.includes(key))
32294-
continue;
32293+
if (!FORBIDDEN_VARIABLE_OPTIONS.includes(key)) continue;
3229532294
return Promise.reject(
3229632295
new Error(
3229732296
`[@octokit/graphql] "${key}" cannot be used as variable name`

dist/post/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)