@code-pushup/js-packages-plugin 0.100.1 → 0.101.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -15,7 +15,7 @@ It supports the following package managers:
15
15
  - In order to check outdated dependencies for Yarn v2+, you need to install [`yarn-plugin-outdated`](https://github.com/mskelton/yarn-plugin-outdated).
16
16
  - [PNPM](https://pnpm.io/pnpm-cli)
17
17
 
18
- > ![NOTE]
18
+ > [!NOTE]
19
19
  > As of now, Yarn v2 does not support security audit of optional dependencies. Only production and dev dependencies audits will be included in the report.
20
20
 
21
21
  ## Getting started
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/js-packages-plugin",
3
- "version": "0.100.1",
3
+ "version": "0.101.0",
4
4
  "description": "Code PushUp plugin for JavaScript packages 🛡️",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-js-packages#readme",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "type": "module",
39
39
  "dependencies": {
40
- "@code-pushup/models": "0.100.1",
41
- "@code-pushup/utils": "0.100.1",
40
+ "@code-pushup/models": "0.101.0",
41
+ "@code-pushup/utils": "0.101.0",
42
42
  "ansis": "^3.3.2",
43
43
  "build-md": "^0.4.1",
44
44
  "semver": "^7.6.0",