diff --git a/example/package-lock.json b/example/package-lock.json index c137944c..73757a09 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -8,7 +8,7 @@ "name": "@vinayakkulkarni/v-image-example", "version": "0.0.0", "dependencies": { - "v-github-icon": "^3.0.2", + "v-github-icon": "^3.1.1", "v-image": "^3.1.0", "vue": "^3.2.47" }, @@ -1265,9 +1265,9 @@ } }, "node_modules/v-github-icon": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/v-github-icon/-/v-github-icon-3.0.2.tgz", - "integrity": "sha512-orXPGT9ZnULV6oQ3jlDA7BEGRfLsC09TS7asFokrxFcZwWNcsxFOTkWZe1C9Z4lfSDIREpIWYAO+qwz1QqrRbg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/v-github-icon/-/v-github-icon-3.1.1.tgz", + "integrity": "sha512-tdW5JUSzBOvZDzgn6Bh1/bUEfQnEW/RWd2cuuIlAkRiNC+n+iIKKvCCTTxY4LWHdq5l3Pd0zaNXPndcYxgSbtQ==", "engines": { "node": ">=16.0.0", "npm": ">=8.19.2" diff --git a/example/package.json b/example/package.json index f5d377c8..b35e244f 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "v-github-icon": "^3.0.2", + "v-github-icon": "^3.1.1", "v-image": "^3.1.0", "vue": "^3.2.47" },