Merge pull request #90 from JLyne/dependabot/npm_and_yarn/vite-plugin-svg-sprite-component-1.0.9

Bump vite-plugin-svg-sprite-component from 1.0.8 to 1.0.9
This commit is contained in:
James Lyne 2021-08-26 01:02:48 +01:00 committed by GitHub
commit 4bed289722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
package-lock.json generated
View File

@ -3616,12 +3616,13 @@
}
},
"node_modules/vite-plugin-svg-sprite-component": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/vite-plugin-svg-sprite-component/-/vite-plugin-svg-sprite-component-1.0.8.tgz",
"integrity": "sha512-X8Xfk0lAv7U5odCV5+E/HvZEE+suBl4B1YSXv+aZpkUncAT41mraE7fzbAosDEV+DYU0t/6i2CJ4pVggMTC+2w==",
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/vite-plugin-svg-sprite-component/-/vite-plugin-svg-sprite-component-1.0.9.tgz",
"integrity": "sha512-uc/M1eyxq98KRcDaUAR+0sy0nXfEFVxiAlWILuNEY5+Z0AF+rZUY3XDgWy4HUKAioyfHo8rOMPqayxYTU1Q3HQ==",
"dev": true,
"dependencies": {
"htmlparser2": "^5.0.1"
"htmlparser2": "^5.0.1",
"magic-string": "^0.25.7"
}
},
"node_modules/void-elements": {
@ -6714,12 +6715,13 @@
}
},
"vite-plugin-svg-sprite-component": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/vite-plugin-svg-sprite-component/-/vite-plugin-svg-sprite-component-1.0.8.tgz",
"integrity": "sha512-X8Xfk0lAv7U5odCV5+E/HvZEE+suBl4B1YSXv+aZpkUncAT41mraE7fzbAosDEV+DYU0t/6i2CJ4pVggMTC+2w==",
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/vite-plugin-svg-sprite-component/-/vite-plugin-svg-sprite-component-1.0.9.tgz",
"integrity": "sha512-uc/M1eyxq98KRcDaUAR+0sy0nXfEFVxiAlWILuNEY5+Z0AF+rZUY3XDgWy4HUKAioyfHo8rOMPqayxYTU1Q3HQ==",
"dev": true,
"requires": {
"htmlparser2": "^5.0.1"
"htmlparser2": "^5.0.1",
"magic-string": "^0.25.7"
}
},
"void-elements": {