From b8ed3d157ee66fc06a0c55baf473760bf03ba17a Mon Sep 17 00:00:00 2001 From: Appurva Murawat Date: Wed, 4 Sep 2024 16:29:23 +0530 Subject: [PATCH] Update dependencies --- CHANGELOG.yaml | 6 ++++-- package-lock.json | 30 ++++++++++++++++-------------- package.json | 4 ++-- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 3041cd452..3483849d4 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,6 +1,8 @@ unreleased: - fixed bugs: - - GH-1452 Integrated async access to vault secrets + new features: + - GH-1452 Enabled async access to vault secrets + chores: + - GH-1452 Update dependencies 7.41.2: date: 2024-08-16 diff --git a/package-lock.json b/package-lock.json index 02cf641f8..6b418acc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,8 +22,8 @@ "node-oauth1": "1.3.0", "performance-now": "2.1.0", "postman-collection": "4.5.0", - "postman-request": "2.88.1-postman.39", - "postman-sandbox": "5.1.1", + "postman-request": "2.88.1-postman.40", + "postman-sandbox": "5.1.2", "postman-url-encoder": "3.0.5", "serialised-error": "1.1.3", "strip-json-comments": "3.1.1", @@ -7978,9 +7978,10 @@ } }, "node_modules/postman-request": { - "version": "2.88.1-postman.39", - "resolved": "https://registry.npmjs.org/postman-request/-/postman-request-2.88.1-postman.39.tgz", - "integrity": "sha512-rsncxxDlbn1YpygXSgJqbJzIjGlHFcZjbYDzeBPTQHMDfLuSTzZz735JHV8i1+lOROuJ7MjNap4eaSD3UijHzQ==", + "version": "2.88.1-postman.40", + "resolved": "https://registry.npmjs.org/postman-request/-/postman-request-2.88.1-postman.40.tgz", + "integrity": "sha512-uE4AiIqhjtHKp4pj9ei7fkdfNXEX9IqDBlK1plGAQne6y79UUlrTdtYLhwXoO0AMOvqyl9Ar+BU6Eo6P/MPgfg==", + "license": "Apache-2.0", "dependencies": { "@postman/form-data": "~3.1.1", "@postman/tough-cookie": "~4.1.3-postman.1", @@ -8010,9 +8011,10 @@ } }, "node_modules/postman-sandbox": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postman-sandbox/-/postman-sandbox-5.1.1.tgz", - "integrity": "sha512-RfCTMwz3OaqhYYgtoe3VlHGiQl9hEmJ9sPh/XOlNcuvd/km6ARSFkKXFvQaLFsTHyXcHaqpInKaQSJi23uTynA==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postman-sandbox/-/postman-sandbox-5.1.2.tgz", + "integrity": "sha512-14PvPVgMVz+2pk988ueKqxlW/LbQIwHMU0pHx3vSimFxtbFOMNF3bdIKzi7wUPrhba4khefIlcnpGqpPrNlnXA==", + "license": "Apache-2.0", "dependencies": { "lodash": "4.17.21", "postman-collection": "4.5.0", @@ -16632,9 +16634,9 @@ } }, "postman-request": { - "version": "2.88.1-postman.39", - "resolved": "https://registry.npmjs.org/postman-request/-/postman-request-2.88.1-postman.39.tgz", - "integrity": "sha512-rsncxxDlbn1YpygXSgJqbJzIjGlHFcZjbYDzeBPTQHMDfLuSTzZz735JHV8i1+lOROuJ7MjNap4eaSD3UijHzQ==", + "version": "2.88.1-postman.40", + "resolved": "https://registry.npmjs.org/postman-request/-/postman-request-2.88.1-postman.40.tgz", + "integrity": "sha512-uE4AiIqhjtHKp4pj9ei7fkdfNXEX9IqDBlK1plGAQne6y79UUlrTdtYLhwXoO0AMOvqyl9Ar+BU6Eo6P/MPgfg==", "requires": { "@postman/form-data": "~3.1.1", "@postman/tough-cookie": "~4.1.3-postman.1", @@ -16661,9 +16663,9 @@ } }, "postman-sandbox": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postman-sandbox/-/postman-sandbox-5.1.1.tgz", - "integrity": "sha512-RfCTMwz3OaqhYYgtoe3VlHGiQl9hEmJ9sPh/XOlNcuvd/km6ARSFkKXFvQaLFsTHyXcHaqpInKaQSJi23uTynA==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postman-sandbox/-/postman-sandbox-5.1.2.tgz", + "integrity": "sha512-14PvPVgMVz+2pk988ueKqxlW/LbQIwHMU0pHx3vSimFxtbFOMNF3bdIKzi7wUPrhba4khefIlcnpGqpPrNlnXA==", "requires": { "lodash": "4.17.21", "postman-collection": "4.5.0", diff --git a/package.json b/package.json index 656308fdc..7cb7f682b 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,8 @@ "node-oauth1": "1.3.0", "performance-now": "2.1.0", "postman-collection": "4.5.0", - "postman-request": "2.88.1-postman.39", - "postman-sandbox": "5.1.1", + "postman-request": "2.88.1-postman.40", + "postman-sandbox": "5.1.2", "postman-url-encoder": "3.0.5", "serialised-error": "1.1.3", "strip-json-comments": "3.1.1",