@salesforce/analytics 1.4.3 → 1.4.4

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.3",
3
+ "version": "1.4.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/analytics",
9
- "version": "1.4.3",
9
+ "version": "1.4.4",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.18.2",
@@ -20,13 +20,13 @@
20
20
  "moment": "^2.30.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@oclif/plugin-command-snapshot": "^5.0.6",
23
+ "@oclif/plugin-command-snapshot": "^5.0.8",
24
24
  "@salesforce/cli-plugins-testkit": "^5.1.9",
25
25
  "@salesforce/dev-scripts": "^8.4.0",
26
26
  "@salesforce/plugin-command-reference": "^3.0.66",
27
27
  "@salesforce/ts-sinon": "^1.4.19",
28
28
  "@types/lodash.get": "^4.4.9",
29
- "eslint-plugin-mocha": "^10.2.0",
29
+ "eslint-plugin-mocha": "^10.3.0",
30
30
  "eslint-plugin-sf-plugin": "^1.17.3",
31
31
  "oclif": "^4",
32
32
  "shx": "0.3.4",
@@ -2549,6 +2549,22 @@
2549
2549
  "node": ">=v14"
2550
2550
  }
2551
2551
  },
2552
+ "node_modules/@commitlint/is-ignored/node_modules/semver": {
2553
+ "version": "7.5.4",
2554
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
2555
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
2556
+ "dev": true,
2557
+ "license": "ISC",
2558
+ "dependencies": {
2559
+ "lru-cache": "^6.0.0"
2560
+ },
2561
+ "bin": {
2562
+ "semver": "bin/semver.js"
2563
+ },
2564
+ "engines": {
2565
+ "node": ">=10"
2566
+ }
2567
+ },
2552
2568
  "node_modules/@commitlint/lint": {
2553
2569
  "version": "17.8.1",
2554
2570
  "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.8.1.tgz",
@@ -3750,20 +3766,20 @@
3750
3766
  }
3751
3767
  },
3752
3768
  "node_modules/@oclif/plugin-command-snapshot": {
3753
- "version": "5.0.6",
3754
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz",
3755
- "integrity": "sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==",
3769
+ "version": "5.0.8",
3770
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz",
3771
+ "integrity": "sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==",
3756
3772
  "dev": true,
3757
3773
  "license": "MIT",
3758
3774
  "dependencies": {
3759
- "@oclif/core": "^3.16.0",
3775
+ "@oclif/core": "^3.18.2",
3760
3776
  "@types/lodash.difference": "^4.5.9",
3761
3777
  "chalk": "^5.3.0",
3762
3778
  "just-diff": "^5.2.0",
3763
3779
  "lodash.difference": "^4.5.0",
3764
3780
  "lodash.get": "^4.4.2",
3765
3781
  "lodash.sortby": "^4.7.0",
3766
- "semver": "^7.5.4",
3782
+ "semver": "^7.6.0",
3767
3783
  "ts-json-schema-generator": "^1.5.0"
3768
3784
  },
3769
3785
  "engines": {
@@ -4051,21 +4067,6 @@
4051
4067
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
4052
4068
  "license": "MIT"
4053
4069
  },
4054
- "node_modules/@salesforce/core/node_modules/semver": {
4055
- "version": "7.6.0",
4056
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
4057
- "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
4058
- "license": "ISC",
4059
- "dependencies": {
4060
- "lru-cache": "^6.0.0"
4061
- },
4062
- "bin": {
4063
- "semver": "bin/semver.js"
4064
- },
4065
- "engines": {
4066
- "node": ">=10"
4067
- }
4068
- },
4069
4070
  "node_modules/@salesforce/dev-config": {
4070
4071
  "version": "4.1.0",
4071
4072
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
@@ -8277,9 +8278,9 @@
8277
8278
  }
8278
8279
  },
8279
8280
  "node_modules/eslint-plugin-mocha": {
8280
- "version": "10.2.0",
8281
- "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz",
8282
- "integrity": "sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==",
8281
+ "version": "10.3.0",
8282
+ "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.3.0.tgz",
8283
+ "integrity": "sha512-IWzbg2K6B1Q7h37Ih4zMyW+nhmw1JvUlHlbCUUUu6PfOOAUGCB0gxmvv7/U+TQQ6e8yHUv+q7KMdIIum4bx+PA==",
8283
8284
  "dev": true,
8284
8285
  "license": "MIT",
8285
8286
  "dependencies": {
@@ -10076,9 +10077,9 @@
10076
10077
  }
10077
10078
  },
10078
10079
  "node_modules/ip": {
10079
- "version": "2.0.0",
10080
- "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
10081
- "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
10080
+ "version": "2.0.1",
10081
+ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
10082
+ "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
10082
10083
  "dev": true,
10083
10084
  "license": "MIT"
10084
10085
  },
@@ -15276,9 +15277,9 @@
15276
15277
  "license": "BSD-3-Clause"
15277
15278
  },
15278
15279
  "node_modules/semver": {
15279
- "version": "7.5.4",
15280
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
15281
- "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
15280
+ "version": "7.6.0",
15281
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
15282
+ "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
15282
15283
  "license": "ISC",
15283
15284
  "dependencies": {
15284
15285
  "lru-cache": "^6.0.0"
package/oclif.lock CHANGED
@@ -1786,7 +1786,7 @@
1786
1786
  read-package-json-fast "^3.0.0"
1787
1787
  which "^3.0.0"
1788
1788
 
1789
- "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2":
1789
+ "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2":
1790
1790
  version "3.19.2"
1791
1791
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
1792
1792
  integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==
@@ -1819,19 +1819,19 @@
1819
1819
  wordwrap "^1.0.0"
1820
1820
  wrap-ansi "^7.0.0"
1821
1821
 
1822
- "@oclif/plugin-command-snapshot@^5.0.6":
1823
- version "5.0.6"
1824
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
1825
- integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
1822
+ "@oclif/plugin-command-snapshot@^5.0.8":
1823
+ version "5.0.8"
1824
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz#8ddaa56099ca6ba3414cdfbc023384066e150fec"
1825
+ integrity sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==
1826
1826
  dependencies:
1827
- "@oclif/core" "^3.16.0"
1827
+ "@oclif/core" "^3.18.2"
1828
1828
  "@types/lodash.difference" "^4.5.9"
1829
1829
  chalk "^5.3.0"
1830
1830
  just-diff "^5.2.0"
1831
1831
  lodash.difference "^4.5.0"
1832
1832
  lodash.get "^4.4.2"
1833
1833
  lodash.sortby "^4.7.0"
1834
- semver "^7.5.4"
1834
+ semver "^7.6.0"
1835
1835
  ts-json-schema-generator "^1.5.0"
1836
1836
 
1837
1837
  "@oclif/plugin-help@^6.0.10", "@oclif/plugin-help@^6.0.12":
@@ -4611,10 +4611,10 @@ eslint-plugin-jsdoc@^46.10.1:
4611
4611
  semver "^7.5.4"
4612
4612
  spdx-expression-parse "^4.0.0"
4613
4613
 
4614
- eslint-plugin-mocha@^10.2.0:
4615
- version "10.2.0"
4616
- resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz#15b05ce5be4b332bb0d76826ec1c5ebf67102ad6"
4617
- integrity sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==
4614
+ eslint-plugin-mocha@^10.3.0:
4615
+ version "10.3.0"
4616
+ resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.3.0.tgz#a1cd40737c230f4dc7477a3bef3bbaad7f8d8282"
4617
+ integrity sha512-IWzbg2K6B1Q7h37Ih4zMyW+nhmw1JvUlHlbCUUUu6PfOOAUGCB0gxmvv7/U+TQQ6e8yHUv+q7KMdIIum4bx+PA==
4618
4618
  dependencies:
4619
4619
  eslint-utils "^3.0.0"
4620
4620
  rambda "^7.4.0"
@@ -5706,9 +5706,9 @@ interpret@^1.0.0:
5706
5706
  integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
5707
5707
 
5708
5708
  ip@^2.0.0:
5709
- version "2.0.0"
5710
- resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
5711
- integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
5709
+ version "2.0.1"
5710
+ resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
5711
+ integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
5712
5712
 
5713
5713
  is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
5714
5714
  version "3.0.2"
@@ -8316,7 +8316,7 @@ secure-json-parse@^2.4.0:
8316
8316
  resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
8317
8317
  integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
8318
8318
 
8319
- semver@7.5.4, semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
8319
+ semver@7.5.4:
8320
8320
  version "7.5.4"
8321
8321
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
8322
8322
  integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -8328,7 +8328,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
8328
8328
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
8329
8329
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
8330
8330
 
8331
- semver@^7.6.0:
8331
+ semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
8332
8332
  version "7.6.0"
8333
8333
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
8334
8334
  integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
@@ -3896,5 +3896,5 @@
3896
3896
  ]
3897
3897
  }
3898
3898
  },
3899
- "version": "1.4.3"
3899
+ "version": "1.4.4"
3900
3900
  }
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.3",
4
+ "version": "1.4.4",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-analytics/issues",
7
7
  "dependencies": {
@@ -16,13 +16,13 @@
16
16
  "moment": "^2.30.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.0.6",
19
+ "@oclif/plugin-command-snapshot": "^5.0.8",
20
20
  "@salesforce/cli-plugins-testkit": "^5.1.9",
21
21
  "@salesforce/dev-scripts": "^8.4.0",
22
22
  "@salesforce/plugin-command-reference": "^3.0.66",
23
23
  "@salesforce/ts-sinon": "^1.4.19",
24
24
  "@types/lodash.get": "^4.4.9",
25
- "eslint-plugin-mocha": "^10.2.0",
25
+ "eslint-plugin-mocha": "^10.3.0",
26
26
  "eslint-plugin-sf-plugin": "^1.17.3",
27
27
  "oclif": "^4",
28
28
  "ts-node": "^10.9.2",
@@ -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.3.crt",
280
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.3.sig"
279
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.4.crt",
280
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.4.sig"
281
281
  }
282
282
  }