@salesforce/analytics 1.4.43 → 1.4.44

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
- "version": "1.4.43",
3
+ "version": "1.4.44",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/analytics",
9
- "version": "1.4.43",
9
+ "version": "1.4.44",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.27.0",
@@ -7297,6 +7297,19 @@
7297
7297
  "url": "https://github.com/sponsors/ljharb"
7298
7298
  }
7299
7299
  },
7300
+ "node_modules/call-bind-apply-helpers": {
7301
+ "version": "1.0.2",
7302
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
7303
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
7304
+ "license": "MIT",
7305
+ "dependencies": {
7306
+ "es-errors": "^1.3.0",
7307
+ "function-bind": "^1.1.2"
7308
+ },
7309
+ "engines": {
7310
+ "node": ">= 0.4"
7311
+ }
7312
+ },
7300
7313
  "node_modules/callsites": {
7301
7314
  "version": "3.1.0",
7302
7315
  "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
@@ -8255,6 +8268,32 @@
8255
8268
  "node": ">=8"
8256
8269
  }
8257
8270
  },
8271
+ "node_modules/dunder-proto": {
8272
+ "version": "1.0.1",
8273
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
8274
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
8275
+ "license": "MIT",
8276
+ "dependencies": {
8277
+ "call-bind-apply-helpers": "^1.0.1",
8278
+ "es-errors": "^1.3.0",
8279
+ "gopd": "^1.2.0"
8280
+ },
8281
+ "engines": {
8282
+ "node": ">= 0.4"
8283
+ }
8284
+ },
8285
+ "node_modules/dunder-proto/node_modules/gopd": {
8286
+ "version": "1.2.0",
8287
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
8288
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
8289
+ "license": "MIT",
8290
+ "engines": {
8291
+ "node": ">= 0.4"
8292
+ },
8293
+ "funding": {
8294
+ "url": "https://github.com/sponsors/ljharb"
8295
+ }
8296
+ },
8258
8297
  "node_modules/eastasianwidth": {
8259
8298
  "version": "0.2.0",
8260
8299
  "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
@@ -8385,7 +8424,7 @@
8385
8424
  "url": "https://github.com/sponsors/ljharb"
8386
8425
  }
8387
8426
  },
8388
- "node_modules/es-set-tostringtag": {
8427
+ "node_modules/es-abstract/node_modules/es-set-tostringtag": {
8389
8428
  "version": "2.0.2",
8390
8429
  "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz",
8391
8430
  "integrity": "sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==",
@@ -8400,6 +8439,126 @@
8400
8439
  "node": ">= 0.4"
8401
8440
  }
8402
8441
  },
8442
+ "node_modules/es-define-property": {
8443
+ "version": "1.0.1",
8444
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
8445
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
8446
+ "license": "MIT",
8447
+ "engines": {
8448
+ "node": ">= 0.4"
8449
+ }
8450
+ },
8451
+ "node_modules/es-errors": {
8452
+ "version": "1.3.0",
8453
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
8454
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
8455
+ "license": "MIT",
8456
+ "engines": {
8457
+ "node": ">= 0.4"
8458
+ }
8459
+ },
8460
+ "node_modules/es-object-atoms": {
8461
+ "version": "1.1.1",
8462
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
8463
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
8464
+ "license": "MIT",
8465
+ "dependencies": {
8466
+ "es-errors": "^1.3.0"
8467
+ },
8468
+ "engines": {
8469
+ "node": ">= 0.4"
8470
+ }
8471
+ },
8472
+ "node_modules/es-set-tostringtag": {
8473
+ "version": "2.1.0",
8474
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
8475
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
8476
+ "license": "MIT",
8477
+ "dependencies": {
8478
+ "es-errors": "^1.3.0",
8479
+ "get-intrinsic": "^1.2.6",
8480
+ "has-tostringtag": "^1.0.2",
8481
+ "hasown": "^2.0.2"
8482
+ },
8483
+ "engines": {
8484
+ "node": ">= 0.4"
8485
+ }
8486
+ },
8487
+ "node_modules/es-set-tostringtag/node_modules/get-intrinsic": {
8488
+ "version": "1.3.0",
8489
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
8490
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
8491
+ "license": "MIT",
8492
+ "dependencies": {
8493
+ "call-bind-apply-helpers": "^1.0.2",
8494
+ "es-define-property": "^1.0.1",
8495
+ "es-errors": "^1.3.0",
8496
+ "es-object-atoms": "^1.1.1",
8497
+ "function-bind": "^1.1.2",
8498
+ "get-proto": "^1.0.1",
8499
+ "gopd": "^1.2.0",
8500
+ "has-symbols": "^1.1.0",
8501
+ "hasown": "^2.0.2",
8502
+ "math-intrinsics": "^1.1.0"
8503
+ },
8504
+ "engines": {
8505
+ "node": ">= 0.4"
8506
+ },
8507
+ "funding": {
8508
+ "url": "https://github.com/sponsors/ljharb"
8509
+ }
8510
+ },
8511
+ "node_modules/es-set-tostringtag/node_modules/get-intrinsic/node_modules/has-symbols": {
8512
+ "version": "1.1.0",
8513
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
8514
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
8515
+ "license": "MIT",
8516
+ "engines": {
8517
+ "node": ">= 0.4"
8518
+ },
8519
+ "funding": {
8520
+ "url": "https://github.com/sponsors/ljharb"
8521
+ }
8522
+ },
8523
+ "node_modules/es-set-tostringtag/node_modules/gopd": {
8524
+ "version": "1.2.0",
8525
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
8526
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
8527
+ "license": "MIT",
8528
+ "engines": {
8529
+ "node": ">= 0.4"
8530
+ },
8531
+ "funding": {
8532
+ "url": "https://github.com/sponsors/ljharb"
8533
+ }
8534
+ },
8535
+ "node_modules/es-set-tostringtag/node_modules/has-tostringtag": {
8536
+ "version": "1.0.2",
8537
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
8538
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
8539
+ "license": "MIT",
8540
+ "dependencies": {
8541
+ "has-symbols": "^1.0.3"
8542
+ },
8543
+ "engines": {
8544
+ "node": ">= 0.4"
8545
+ },
8546
+ "funding": {
8547
+ "url": "https://github.com/sponsors/ljharb"
8548
+ }
8549
+ },
8550
+ "node_modules/es-set-tostringtag/node_modules/hasown": {
8551
+ "version": "2.0.2",
8552
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
8553
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
8554
+ "license": "MIT",
8555
+ "dependencies": {
8556
+ "function-bind": "^1.1.2"
8557
+ },
8558
+ "engines": {
8559
+ "node": ">= 0.4"
8560
+ }
8561
+ },
8403
8562
  "node_modules/es-shim-unscopables": {
8404
8563
  "version": "1.0.2",
8405
8564
  "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
@@ -9720,13 +9879,15 @@
9720
9879
  }
9721
9880
  },
9722
9881
  "node_modules/form-data": {
9723
- "version": "4.0.0",
9724
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
9725
- "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
9882
+ "version": "4.0.4",
9883
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
9884
+ "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
9726
9885
  "license": "MIT",
9727
9886
  "dependencies": {
9728
9887
  "asynckit": "^0.4.0",
9729
9888
  "combined-stream": "^1.0.8",
9889
+ "es-set-tostringtag": "^2.1.0",
9890
+ "hasown": "^2.0.2",
9730
9891
  "mime-types": "^2.1.12"
9731
9892
  },
9732
9893
  "engines": {
@@ -9743,6 +9904,18 @@
9743
9904
  "node": ">= 14.17"
9744
9905
  }
9745
9906
  },
9907
+ "node_modules/form-data/node_modules/hasown": {
9908
+ "version": "2.0.2",
9909
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
9910
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
9911
+ "license": "MIT",
9912
+ "dependencies": {
9913
+ "function-bind": "^1.1.2"
9914
+ },
9915
+ "engines": {
9916
+ "node": ">= 0.4"
9917
+ }
9918
+ },
9746
9919
  "node_modules/fromentries": {
9747
9920
  "version": "1.3.2",
9748
9921
  "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
@@ -9798,7 +9971,6 @@
9798
9971
  "version": "1.1.2",
9799
9972
  "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
9800
9973
  "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
9801
- "dev": true,
9802
9974
  "license": "MIT",
9803
9975
  "funding": {
9804
9976
  "url": "https://github.com/sponsors/ljharb"
@@ -9944,6 +10116,19 @@
9944
10116
  "node": ">=8.0.0"
9945
10117
  }
9946
10118
  },
10119
+ "node_modules/get-proto": {
10120
+ "version": "1.0.1",
10121
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
10122
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
10123
+ "license": "MIT",
10124
+ "dependencies": {
10125
+ "dunder-proto": "^1.0.1",
10126
+ "es-object-atoms": "^1.0.0"
10127
+ },
10128
+ "engines": {
10129
+ "node": ">= 0.4"
10130
+ }
10131
+ },
9947
10132
  "node_modules/get-stdin": {
9948
10133
  "version": "9.0.0",
9949
10134
  "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
@@ -10293,7 +10478,6 @@
10293
10478
  "version": "1.0.3",
10294
10479
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
10295
10480
  "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
10296
- "dev": true,
10297
10481
  "license": "MIT",
10298
10482
  "engines": {
10299
10483
  "node": ">= 0.4"
@@ -12120,6 +12304,15 @@
12120
12304
  "node": ">= 18"
12121
12305
  }
12122
12306
  },
12307
+ "node_modules/math-intrinsics": {
12308
+ "version": "1.1.0",
12309
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
12310
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
12311
+ "license": "MIT",
12312
+ "engines": {
12313
+ "node": ">= 0.4"
12314
+ }
12315
+ },
12123
12316
  "node_modules/meow": {
12124
12317
  "version": "8.1.2",
12125
12318
  "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
package/oclif.lock CHANGED
@@ -3097,6 +3097,14 @@ caching-transform@^4.0.0:
3097
3097
  package-hash "^4.0.0"
3098
3098
  write-file-atomic "^3.0.0"
3099
3099
 
3100
+ call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
3101
+ version "1.0.2"
3102
+ resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
3103
+ integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
3104
+ dependencies:
3105
+ es-errors "^1.3.0"
3106
+ function-bind "^1.1.2"
3107
+
3100
3108
  call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.4, call-bind@^1.0.5:
3101
3109
  version "1.0.5"
3102
3110
  resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513"
@@ -3738,6 +3746,15 @@ dot-prop@^5.1.0:
3738
3746
  dependencies:
3739
3747
  is-obj "^2.0.0"
3740
3748
 
3749
+ dunder-proto@^1.0.1:
3750
+ version "1.0.1"
3751
+ resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
3752
+ integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
3753
+ dependencies:
3754
+ call-bind-apply-helpers "^1.0.1"
3755
+ es-errors "^1.3.0"
3756
+ gopd "^1.2.0"
3757
+
3741
3758
  eastasianwidth@^0.2.0:
3742
3759
  version "0.2.0"
3743
3760
  resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -3841,6 +3858,23 @@ es-abstract@^1.22.1:
3841
3858
  unbox-primitive "^1.0.2"
3842
3859
  which-typed-array "^1.1.13"
3843
3860
 
3861
+ es-define-property@^1.0.1:
3862
+ version "1.0.1"
3863
+ resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
3864
+ integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
3865
+
3866
+ es-errors@^1.3.0:
3867
+ version "1.3.0"
3868
+ resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
3869
+ integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
3870
+
3871
+ es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
3872
+ version "1.1.1"
3873
+ resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
3874
+ integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
3875
+ dependencies:
3876
+ es-errors "^1.3.0"
3877
+
3844
3878
  es-set-tostringtag@^2.0.1:
3845
3879
  version "2.0.2"
3846
3880
  resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz#11f7cc9f63376930a5f20be4915834f4bc74f9c9"
@@ -3850,6 +3884,16 @@ es-set-tostringtag@^2.0.1:
3850
3884
  has-tostringtag "^1.0.0"
3851
3885
  hasown "^2.0.0"
3852
3886
 
3887
+ es-set-tostringtag@^2.1.0:
3888
+ version "2.1.0"
3889
+ resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
3890
+ integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
3891
+ dependencies:
3892
+ es-errors "^1.3.0"
3893
+ get-intrinsic "^1.2.6"
3894
+ has-tostringtag "^1.0.2"
3895
+ hasown "^2.0.2"
3896
+
3853
3897
  es-shim-unscopables@^1.0.0:
3854
3898
  version "1.0.2"
3855
3899
  resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -4406,12 +4450,14 @@ form-data-encoder@^2.1.2:
4406
4450
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
4407
4451
 
4408
4452
  form-data@^4.0.0:
4409
- version "4.0.0"
4410
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
4411
- integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
4453
+ version "4.0.4"
4454
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
4455
+ integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
4412
4456
  dependencies:
4413
4457
  asynckit "^0.4.0"
4414
4458
  combined-stream "^1.0.8"
4459
+ es-set-tostringtag "^2.1.0"
4460
+ hasown "^2.0.2"
4415
4461
  mime-types "^2.1.12"
4416
4462
 
4417
4463
  fromentries@^1.2.0:
@@ -4507,11 +4553,35 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@
4507
4553
  has-symbols "^1.0.3"
4508
4554
  hasown "^2.0.0"
4509
4555
 
4556
+ get-intrinsic@^1.2.6:
4557
+ version "1.3.0"
4558
+ resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
4559
+ integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
4560
+ dependencies:
4561
+ call-bind-apply-helpers "^1.0.2"
4562
+ es-define-property "^1.0.1"
4563
+ es-errors "^1.3.0"
4564
+ es-object-atoms "^1.1.1"
4565
+ function-bind "^1.1.2"
4566
+ get-proto "^1.0.1"
4567
+ gopd "^1.2.0"
4568
+ has-symbols "^1.1.0"
4569
+ hasown "^2.0.2"
4570
+ math-intrinsics "^1.1.0"
4571
+
4510
4572
  get-package-type@^0.1.0:
4511
4573
  version "0.1.0"
4512
4574
  resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
4513
4575
  integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
4514
4576
 
4577
+ get-proto@^1.0.1:
4578
+ version "1.0.1"
4579
+ resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
4580
+ integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
4581
+ dependencies:
4582
+ dunder-proto "^1.0.1"
4583
+ es-object-atoms "^1.0.0"
4584
+
4515
4585
  get-stdin@^9.0.0:
4516
4586
  version "9.0.0"
4517
4587
  resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575"
@@ -4663,6 +4733,11 @@ gopd@^1.0.1:
4663
4733
  dependencies:
4664
4734
  get-intrinsic "^1.1.3"
4665
4735
 
4736
+ gopd@^1.2.0:
4737
+ version "1.2.0"
4738
+ resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
4739
+ integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
4740
+
4666
4741
  got@^13:
4667
4742
  version "13.0.0"
4668
4743
  resolved "https://registry.yarnpkg.com/got/-/got-13.0.0.tgz#a2402862cef27a5d0d1b07c0fb25d12b58175422"
@@ -4744,6 +4819,11 @@ has-symbols@^1.0.2, has-symbols@^1.0.3:
4744
4819
  resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
4745
4820
  integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
4746
4821
 
4822
+ has-symbols@^1.1.0:
4823
+ version "1.1.0"
4824
+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
4825
+ integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
4826
+
4747
4827
  has-tostringtag@^1.0.0:
4748
4828
  version "1.0.0"
4749
4829
  resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
@@ -4751,6 +4831,13 @@ has-tostringtag@^1.0.0:
4751
4831
  dependencies:
4752
4832
  has-symbols "^1.0.2"
4753
4833
 
4834
+ has-tostringtag@^1.0.2:
4835
+ version "1.0.2"
4836
+ resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
4837
+ integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
4838
+ dependencies:
4839
+ has-symbols "^1.0.3"
4840
+
4754
4841
  hasha@^5.0.0:
4755
4842
  version "5.2.2"
4756
4843
  resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.2.2.tgz#a48477989b3b327aea3c04f53096d816d97522a1"
@@ -4766,6 +4853,13 @@ hasown@^2.0.0:
4766
4853
  dependencies:
4767
4854
  function-bind "^1.1.2"
4768
4855
 
4856
+ hasown@^2.0.2:
4857
+ version "2.0.2"
4858
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
4859
+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
4860
+ dependencies:
4861
+ function-bind "^1.1.2"
4862
+
4769
4863
  he@1.2.0:
4770
4864
  version "1.2.0"
4771
4865
  resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -5782,6 +5876,11 @@ marked@^4.3.0:
5782
5876
  resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
5783
5877
  integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
5784
5878
 
5879
+ math-intrinsics@^1.1.0:
5880
+ version "1.1.0"
5881
+ resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
5882
+ integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
5883
+
5785
5884
  meow@^13.0.0:
5786
5885
  version "13.1.0"
5787
5886
  resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
@@ -4362,5 +4362,5 @@
4362
4362
  ]
4363
4363
  }
4364
4364
  },
4365
- "version": "1.4.43"
4365
+ "version": "1.4.44"
4366
4366
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
3
  "description": "Commands for working with Salesforce Analytics applications, assets, and services",
4
- "version": "1.4.43",
4
+ "version": "1.4.44",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-analytics/issues",
7
7
  "dependencies": {
@@ -276,7 +276,7 @@
276
276
  },
277
277
  "type": "module",
278
278
  "sfdx": {
279
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.43.crt",
280
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.43.sig"
279
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.44.crt",
280
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.44.sig"
281
281
  }
282
282
  }