oclif-plugin-update-notifier 1.5.100 → 1.5.101

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.5.101](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.100...v1.5.101) (2024-11-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump tslib from 2.8.0 to 2.8.1 ([#798](https://github.com/jayree/oclif-plugin-update-notifier/issues/798)) ([8614d87](https://github.com/jayree/oclif-plugin-update-notifier/commit/8614d8715547420e4fec58c7901d5772329962d7))
7
+
1
8
  ## [1.5.100](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.99...v1.5.100) (2024-11-01)
2
9
 
3
10
 
package/README.md CHANGED
@@ -19,7 +19,7 @@ $ npm install -g oclif-plugin-update-notifier
19
19
  $ oclif-example COMMAND
20
20
  running command...
21
21
  $ oclif-example (--version)
22
- oclif-plugin-update-notifier/1.5.100 linux-x64 node-v20.18.0
22
+ oclif-plugin-update-notifier/1.5.101 linux-x64 node-v20.18.0
23
23
  $ oclif-example --help [COMMAND]
24
24
  USAGE
25
25
  $ oclif-example COMMAND
@@ -57,5 +57,5 @@ DESCRIPTION
57
57
  check installed plugins for updates
58
58
  ```
59
59
 
60
- _See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.100/src/commands/plugins/update/check.ts)_
60
+ _See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.101/src/commands/plugins/update/check.ts)_
61
61
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "oclif-plugin-update-notifier",
3
- "version": "1.5.100",
3
+ "version": "1.5.101",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "oclif-plugin-update-notifier",
9
- "version": "1.5.100",
9
+ "version": "1.5.101",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.4",
@@ -20,7 +20,7 @@
20
20
  "package-json": "^10.0.1",
21
21
  "semver": "^7.6.3",
22
22
  "semver-diff": "^4.0.0",
23
- "tslib": "^2.8.0"
23
+ "tslib": "^2.8.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@oclif/plugin-command-snapshot": "^5.2.20",
@@ -14743,9 +14743,9 @@
14743
14743
  }
14744
14744
  },
14745
14745
  "node_modules/tslib": {
14746
- "version": "2.8.0",
14747
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz",
14748
- "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==",
14746
+ "version": "2.8.1",
14747
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
14748
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
14749
14749
  "license": "0BSD"
14750
14750
  },
14751
14751
  "node_modules/tunnel-agent": {
package/oclif.lock CHANGED
@@ -7629,10 +7629,10 @@ tsconfig-paths@^3.15.0:
7629
7629
  minimist "^1.2.6"
7630
7630
  strip-bom "^3.0.0"
7631
7631
 
7632
- tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.8.0:
7633
- version "2.8.0"
7634
- resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz"
7635
- integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==
7632
+ tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.8.1:
7633
+ version "2.8.1"
7634
+ resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz"
7635
+ integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
7636
7636
 
7637
7637
  tunnel-agent@*, tunnel-agent@^0.6.0:
7638
7638
  version "0.6.0"
@@ -23,5 +23,5 @@
23
23
  ]
24
24
  }
25
25
  },
26
- "version": "1.5.100"
26
+ "version": "1.5.101"
27
27
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oclif-plugin-update-notifier",
3
3
  "description": "update-notifier for oclif plugins",
4
- "version": "1.5.100",
4
+ "version": "1.5.101",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/oclif-plugin-update-notifier/issues",
@@ -17,7 +17,7 @@
17
17
  "package-json": "^10.0.1",
18
18
  "semver": "^7.6.3",
19
19
  "semver-diff": "^4.0.0",
20
- "tslib": "^2.8.0"
20
+ "tslib": "^2.8.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@oclif/plugin-command-snapshot": "^5.2.20",