sfdx-plugin-update-notifier 1.2.86 → 1.2.87

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.2.87](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.86...v1.2.87) (2024-07-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump oclif-plugin-update-notifier from 1.5.84 to 1.5.85 ([#760](https://github.com/jayree/sfdx-plugin-update-notifier/issues/760)) ([4b32dc7](https://github.com/jayree/sfdx-plugin-update-notifier/commit/4b32dc72d468070e6a96259791c2d3d58f7641b8))
7
+
1
8
  ## [1.2.86](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.85...v1.2.86) (2024-07-19)
2
9
 
3
10
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g sfdx-plugin-update-notifier
21
21
  $ sfdx COMMAND
22
22
  running command...
23
23
  $ sfdx (--version)
24
- sfdx-plugin-update-notifier/1.2.86 linux-x64 node-v20.15.1
24
+ sfdx-plugin-update-notifier/1.2.87 linux-x64 node-v20.15.1
25
25
  $ sfdx --help [COMMAND]
26
26
  USAGE
27
27
  $ sfdx COMMAND
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
- "version": "1.2.86",
3
+ "version": "1.2.87",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-plugin-update-notifier",
9
- "version": "1.2.86",
9
+ "version": "1.2.87",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.0",
13
13
  "@oclif/core": "^4.0.12",
14
14
  "@salesforce/kit": "^3.1.6",
15
15
  "debug": "^4.3.4",
16
- "oclif-plugin-update-notifier": "^1.5.84",
16
+ "oclif-plugin-update-notifier": "^1.5.85",
17
17
  "tslib": "^2.6.3"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@oclif/plugin-command-snapshot": "^5.2.7",
21
- "@oclif/plugin-help": "^6.2.5",
21
+ "@oclif/plugin-help": "^6.2.6",
22
22
  "@oclif/test": "^4.0.4",
23
23
  "@salesforce/dev-scripts": "^10.2.2",
24
24
  "@types/debug": "^4.1.12",
@@ -4014,9 +4014,9 @@
4014
4014
  }
4015
4015
  },
4016
4016
  "node_modules/@oclif/plugin-help": {
4017
- "version": "6.2.5",
4018
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.5.tgz",
4019
- "integrity": "sha512-/NgP6j5THCWDxQj3Mba+IIidf8fBtOT5Wh6ygb2WdWLSxcsRXSQUiJKKOXu8e/N5+KQeuG2Yko2hFxd2cZUzMQ==",
4017
+ "version": "6.2.6",
4018
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.6.tgz",
4019
+ "integrity": "sha512-0+9xlMkQK1Y7BmLDx9i3uIPlK8KleFP0ITpv6rGlqgc66HxdQFh5CY4TxcomxR5XL8S6YLCUY3f/iKkaZcdZNw==",
4020
4020
  "dev": true,
4021
4021
  "license": "MIT",
4022
4022
  "dependencies": {
@@ -12368,21 +12368,21 @@
12368
12368
  }
12369
12369
  },
12370
12370
  "node_modules/oclif-plugin-update-notifier": {
12371
- "version": "1.5.84",
12372
- "resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.84.tgz",
12373
- "integrity": "sha512-PPmW46Y8rvz9W1i0dG3iFr54eJh52C/SHXKmy0yhJ+I4wH13EPGWN1n2Wll9+JPCc0wZp1huEi53MQWr9w12wQ==",
12371
+ "version": "1.5.85",
12372
+ "resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.85.tgz",
12373
+ "integrity": "sha512-eWkNYXPeM6hzuJyJUpt2IFRTmSH90+nFtC20ucZLTce5vGwexpXfPSyc9ZMH3s4L7OcxeEPMlKRybUxoLpTxEg==",
12374
12374
  "license": "BSD-3-Clause",
12375
12375
  "dependencies": {
12376
12376
  "@jayree/changelog": "^1.2.1",
12377
- "@oclif/core": "^4.0.11",
12377
+ "@oclif/core": "^4.0.12",
12378
12378
  "@salesforce/kit": "^3.1.6",
12379
12379
  "boxen": "^7.1.1",
12380
12380
  "chalk": "^5.3.0",
12381
12381
  "debug": "^4.3.4",
12382
12382
  "fs-extra": "^11.2.0",
12383
12383
  "got": "^14.4.1",
12384
- "package-json": "^10.0.0",
12385
- "semver": "^7.6.2",
12384
+ "package-json": "^10.0.1",
12385
+ "semver": "^7.6.3",
12386
12386
  "semver-diff": "^4.0.0",
12387
12387
  "tslib": "^2.6.3"
12388
12388
  },
@@ -12771,9 +12771,9 @@
12771
12771
  }
12772
12772
  },
12773
12773
  "node_modules/package-json": {
12774
- "version": "10.0.0",
12775
- "resolved": "https://registry.npmjs.org/package-json/-/package-json-10.0.0.tgz",
12776
- "integrity": "sha512-w34pqp733w35nElGG6eH1OnDnHEWud4uxruQ2nKzY/Uy0uOJmWFdjDcAC+xAD4goVuBZStwaAEBS21BANv83HQ==",
12774
+ "version": "10.0.1",
12775
+ "resolved": "https://registry.npmjs.org/package-json/-/package-json-10.0.1.tgz",
12776
+ "integrity": "sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg==",
12777
12777
  "license": "MIT",
12778
12778
  "dependencies": {
12779
12779
  "ky": "^1.2.0",
@@ -14038,9 +14038,9 @@
14038
14038
  "license": "BSD-3-Clause"
14039
14039
  },
14040
14040
  "node_modules/semver": {
14041
- "version": "7.6.2",
14042
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
14043
- "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
14041
+ "version": "7.6.3",
14042
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
14043
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
14044
14044
  "license": "ISC",
14045
14045
  "bin": {
14046
14046
  "semver": "bin/semver.js"
package/oclif.lock CHANGED
@@ -1570,7 +1570,7 @@
1570
1570
  wordwrap "^1.0.0"
1571
1571
  wrap-ansi "^7.0.0"
1572
1572
 
1573
- "@oclif/core@^4", "@oclif/core@^4.0.11", "@oclif/core@^4.0.12", "@oclif/core@>= 3.0.0":
1573
+ "@oclif/core@^4", "@oclif/core@^4.0.12", "@oclif/core@>= 3.0.0":
1574
1574
  version "4.0.12"
1575
1575
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.12.tgz"
1576
1576
  integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==
@@ -1608,10 +1608,10 @@
1608
1608
  semver "^7.6.0"
1609
1609
  ts-json-schema-generator "^1.5.1"
1610
1610
 
1611
- "@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.5":
1612
- version "6.2.5"
1613
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.5.tgz"
1614
- integrity sha512-/NgP6j5THCWDxQj3Mba+IIidf8fBtOT5Wh6ygb2WdWLSxcsRXSQUiJKKOXu8e/N5+KQeuG2Yko2hFxd2cZUzMQ==
1611
+ "@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.6":
1612
+ version "6.2.6"
1613
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.6.tgz"
1614
+ integrity sha512-0+9xlMkQK1Y7BmLDx9i3uIPlK8KleFP0ITpv6rGlqgc66HxdQFh5CY4TxcomxR5XL8S6YLCUY3f/iKkaZcdZNw==
1615
1615
  dependencies:
1616
1616
  "@oclif/core" "^4"
1617
1617
 
@@ -6368,21 +6368,21 @@ object.values@^1.1.7:
6368
6368
  define-properties "^1.2.0"
6369
6369
  es-abstract "^1.22.1"
6370
6370
 
6371
- oclif-plugin-update-notifier@^1.5.84:
6372
- version "1.5.84"
6373
- resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.84.tgz"
6374
- integrity sha512-PPmW46Y8rvz9W1i0dG3iFr54eJh52C/SHXKmy0yhJ+I4wH13EPGWN1n2Wll9+JPCc0wZp1huEi53MQWr9w12wQ==
6371
+ oclif-plugin-update-notifier@^1.5.85:
6372
+ version "1.5.85"
6373
+ resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.85.tgz"
6374
+ integrity sha512-eWkNYXPeM6hzuJyJUpt2IFRTmSH90+nFtC20ucZLTce5vGwexpXfPSyc9ZMH3s4L7OcxeEPMlKRybUxoLpTxEg==
6375
6375
  dependencies:
6376
6376
  "@jayree/changelog" "^1.2.1"
6377
- "@oclif/core" "^4.0.11"
6377
+ "@oclif/core" "^4.0.12"
6378
6378
  "@salesforce/kit" "^3.1.6"
6379
6379
  boxen "^7.1.1"
6380
6380
  chalk "^5.3.0"
6381
6381
  debug "^4.3.4"
6382
6382
  fs-extra "^11.2.0"
6383
6383
  got "^14.4.1"
6384
- package-json "^10.0.0"
6385
- semver "^7.6.2"
6384
+ package-json "^10.0.1"
6385
+ semver "^7.6.3"
6386
6386
  semver-diff "^4.0.0"
6387
6387
  tslib "^2.6.3"
6388
6388
 
@@ -6520,10 +6520,10 @@ package-hash@^4.0.0:
6520
6520
  lodash.flattendeep "^4.4.0"
6521
6521
  release-zalgo "^1.0.0"
6522
6522
 
6523
- package-json@^10.0.0:
6524
- version "10.0.0"
6525
- resolved "https://registry.npmjs.org/package-json/-/package-json-10.0.0.tgz"
6526
- integrity sha512-w34pqp733w35nElGG6eH1OnDnHEWud4uxruQ2nKzY/Uy0uOJmWFdjDcAC+xAD4goVuBZStwaAEBS21BANv83HQ==
6523
+ package-json@^10.0.1:
6524
+ version "10.0.1"
6525
+ resolved "https://registry.npmjs.org/package-json/-/package-json-10.0.1.tgz"
6526
+ integrity sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg==
6527
6527
  dependencies:
6528
6528
  ky "^1.2.0"
6529
6529
  registry-auth-token "^5.0.2"
@@ -7221,10 +7221,10 @@ semver@^6.3.1:
7221
7221
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
7222
7222
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7223
7223
 
7224
- semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2:
7225
- version "7.6.2"
7226
- resolved "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz"
7227
- integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
7224
+ semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2, semver@^7.6.3:
7225
+ version "7.6.3"
7226
+ resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz"
7227
+ integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
7228
7228
 
7229
7229
  "semver@2 || 3 || 4 || 5":
7230
7230
  version "5.7.2"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.2.86"
3
+ "version": "1.2.87"
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
3
  "description": "update-notifier for sfdx plugins",
4
- "version": "1.2.86",
4
+ "version": "1.2.87",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
@@ -10,12 +10,12 @@
10
10
  "@oclif/core": "^4.0.12",
11
11
  "@salesforce/kit": "^3.1.6",
12
12
  "debug": "^4.3.4",
13
- "oclif-plugin-update-notifier": "^1.5.84",
13
+ "oclif-plugin-update-notifier": "^1.5.85",
14
14
  "tslib": "^2.6.3"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@oclif/plugin-command-snapshot": "^5.2.7",
18
- "@oclif/plugin-help": "^6.2.5",
18
+ "@oclif/plugin-help": "^6.2.6",
19
19
  "@oclif/test": "^4.0.4",
20
20
  "@salesforce/dev-scripts": "^10.2.2",
21
21
  "@types/debug": "^4.1.12",