@gammarers/aws-sns-slack-message-lambda-subscription 0.2.14 → 0.2.16

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.
package/.jsii CHANGED
@@ -3682,7 +3682,7 @@
3682
3682
  "stability": "stable"
3683
3683
  },
3684
3684
  "homepage": "https://github.com/gammarers/aws-sns-slack-message-lambda-subscription.git",
3685
- "jsiiVersion": "5.7.8 (build 2bc6834)",
3685
+ "jsiiVersion": "5.7.10 (build 5114b23)",
3686
3686
  "keywords": [
3687
3687
  "aws",
3688
3688
  "aws-cdk",
@@ -3903,6 +3903,6 @@
3903
3903
  "symbolId": "src/index:SNSSlackMessageLambdaSubscriptionProps"
3904
3904
  }
3905
3905
  },
3906
- "version": "0.2.14",
3907
- "fingerprint": "cJb4Om/TLOU95yKmn635NhN5P1N6g7uoGoDXjEooLy8="
3906
+ "version": "0.2.16",
3907
+ "fingerprint": "jF+PHdkunvmz6WKxw2bj8ubZCEbCXW2NCgSwHU2yHTY="
3908
3908
  }
@@ -12889,12 +12889,12 @@ var require_axios = __commonJS({
12889
12889
  }
12890
12890
  function buildFullPath2(baseURL, requestedURL, allowAbsoluteUrls) {
12891
12891
  let isRelativeUrl = !isAbsoluteURL2(requestedURL);
12892
- if (baseURL && isRelativeUrl || allowAbsoluteUrls == false) {
12892
+ if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
12893
12893
  return combineURLs2(baseURL, requestedURL);
12894
12894
  }
12895
12895
  return requestedURL;
12896
12896
  }
12897
- var VERSION3 = "1.8.3";
12897
+ var VERSION3 = "1.8.4";
12898
12898
  function parseProtocol2(url3) {
12899
12899
  const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url3);
12900
12900
  return match && match[1] || "";
@@ -14871,7 +14871,7 @@ var require_package = __commonJS({
14871
14871
  "node_modules/@slack/webhook/package.json"(exports2, module2) {
14872
14872
  module2.exports = {
14873
14873
  name: "@slack/webhook",
14874
- version: "7.0.4",
14874
+ version: "7.0.5",
14875
14875
  description: "Official library for using the Slack Platform's Incoming Webhooks",
14876
14876
  author: "Slack Technologies, LLC",
14877
14877
  license: "MIT",
@@ -14884,7 +14884,7 @@ var require_package = __commonJS({
14884
14884
  npm: ">= 8.6.0"
14885
14885
  },
14886
14886
  repository: "slackapi/node-slack-sdk",
14887
- homepage: "https://slack.dev/node-slack-sdk/webhook",
14887
+ homepage: "https://tools.slack.dev/node-slack-sdk/webhook",
14888
14888
  publishConfig: {
14889
14889
  access: "public"
14890
14890
  },
@@ -14904,7 +14904,7 @@ var require_package = __commonJS({
14904
14904
  dependencies: {
14905
14905
  "@slack/types": "^2.9.0",
14906
14906
  "@types/node": ">=18.0.0",
14907
- axios: "^1.7.8"
14907
+ axios: "^1.8.3"
14908
14908
  },
14909
14909
  devDependencies: {
14910
14910
  "@biomejs/biome": "^1.8.3",
@@ -16325,7 +16325,7 @@ function combineURLs(baseURL, relativeURL) {
16325
16325
  // node_modules/axios/lib/core/buildFullPath.js
16326
16326
  function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
16327
16327
  let isRelativeUrl = !isAbsoluteURL(requestedURL);
16328
- if (baseURL && isRelativeUrl || allowAbsoluteUrls == false) {
16328
+ if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
16329
16329
  return combineURLs(baseURL, requestedURL);
16330
16330
  }
16331
16331
  return requestedURL;
@@ -16340,7 +16340,7 @@ var import_follow_redirects = __toESM(require_follow_redirects(), 1);
16340
16340
  var import_zlib = __toESM(require("zlib"), 1);
16341
16341
 
16342
16342
  // node_modules/axios/lib/env/data.js
16343
- var VERSION = "1.8.3";
16343
+ var VERSION = "1.8.4";
16344
16344
 
16345
16345
  // node_modules/axios/lib/helpers/parseProtocol.js
16346
16346
  function parseProtocol(url2) {
@@ -18434,6 +18434,6 @@ mime-types/index.js:
18434
18434
  *)
18435
18435
 
18436
18436
  axios/dist/node/axios.cjs:
18437
- (*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors *)
18437
+ (*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors *)
18438
18438
  */
18439
18439
  //# sourceMappingURL=index.js.map