sfdx-plugin-update-notifier 1.2.1 → 1.2.3

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,20 @@
1
+ ## [1.2.3](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.2...v1.2.3) (2022-10-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 1.16.3 to 1.16.5 ([6a0f596](https://github.com/jayree/sfdx-plugin-update-notifier/commit/6a0f59612f65978b9c2509350b930c5cb072dffa))
7
+ * **deps:** bump @salesforce/kit from 1.6.1 to 1.7.0 ([fc440e0](https://github.com/jayree/sfdx-plugin-update-notifier/commit/fc440e02f46d8c6a5963e428feb963652023748d))
8
+ * **deps:** bump marked from 4.1.0 to 4.1.1 ([39a9456](https://github.com/jayree/sfdx-plugin-update-notifier/commit/39a945691a8c87397c8d7435d07639b8a5588b16))
9
+ * **deps:** bump semver from 7.3.7 to 7.3.8 ([f1fa500](https://github.com/jayree/sfdx-plugin-update-notifier/commit/f1fa50094301bf96c481c8af30660e8077b4e273))
10
+
11
+ ## [1.2.2](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.1...v1.2.2) (2022-10-08)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump oclif-plugin-update-notifier from 1.5.0 to 1.5.1 ([02e8e91](https://github.com/jayree/sfdx-plugin-update-notifier/commit/02e8e9109355e340b278304ef681ea7e70189a04))
17
+
1
18
  ## [1.2.1](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.0...v1.2.1) (2022-09-20)
2
19
 
3
20
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ sfdx plugins:install sfdx-plugin-update-notifier
21
21
  $ sfdx plugins:[COMMAND]
22
22
  running command...
23
23
  $ sfdx plugins
24
- sfdx-plugin-update-notifier 1.2.1
24
+ sfdx-plugin-update-notifier 1.2.3
25
25
  $ sfdx help plugins:[COMMAND]
26
26
  USAGE
27
27
  $ sfdx plugins:COMMAND
@@ -1 +1 @@
1
- {"version":"1.2.1","commands":{}}
1
+ {"version":"1.2.3","commands":{}}
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
3
  "description": "update-notifier for sfdx plugins",
4
- "version": "1.2.1",
4
+ "version": "1.2.3",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
8
8
  "dependencies": {
9
- "@oclif/core": "^1.16.3",
10
- "@salesforce/kit": "^1.6.1",
9
+ "@oclif/core": "^1.16.5",
10
+ "@salesforce/kit": "^1.7.0",
11
11
  "debug": "^4.3.4",
12
12
  "fs-extra": "^10.1.0",
13
- "marked": "^4.1.0",
13
+ "marked": "^4.1.1",
14
14
  "marked-terminal": "^5.1.1",
15
- "oclif-plugin-update-notifier": "^1.5.0",
16
- "semver": "^7.3.7",
15
+ "oclif-plugin-update-notifier": "^1.5.1",
16
+ "semver": "^7.3.8",
17
17
  "tslib": "^2.4.0"
18
18
  },
19
19
  "devDependencies": {