vite-plugin-vue-security 1.6.1 → 1.7.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/index.js +4 -4
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -250,10 +250,10 @@ function vueSecurityPlugin(options = {}) {
250
250
  low: allVulnerabilities.filter(v => v.severity === 'Low').length
251
251
  },
252
252
  vulnerabilities: allVulnerabilities,
253
- scanInfo: {
254
- scannerVersion: '1.6.0',
255
- scanDate: new Date().toISOString(),
256
- projectPath: process.cwd()
253
+ scanInfo: {
254
+ scannerVersion: '1.7.2',
255
+ scanDate: new Date().toISOString(),
256
+ projectPath: process.cwd()
257
257
  }
258
258
  };
259
259
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-vue-security",
3
- "version": "1.6.1",
3
+ "version": "1.7.0",
4
4
  "description": "A Vite plugin that performs security scans on Vue.js projects during build process with advanced semantic analysis and enterprise-grade reporting",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "cheerio": "^1.0.0-rc.12",
36
- "vue-security-scanner": "^1.6.1"
36
+ "vue-security-scanner": "^1.7.2"
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",