chore(deps-dev): bump @carbon/icons-vue from 10.72.1 to 10.79.1 (#3618)

Bumps [@carbon/icons-vue](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons-vue) from 10.72.1 to 10.79.1.
- [Release notes](https://github.com/carbon-design-system/carbon/releases)
- [Changelog](https://github.com/carbon-design-system/carbon/blob/main/docs/release.md)
- [Commits](https://github.com/carbon-design-system/carbon/commits/HEAD/packages/icons-vue)

---
updated-dependencies:
- dependency-name: "@carbon/icons-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-08 14:59:57 +01:00 committed by GitHub
parent a742cc602c
commit 9b388e8a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -8,7 +8,7 @@
"hasInstallScript": true,
"license": "Apache-2.0",
"devDependencies": {
"@carbon/icons-vue": "^10.72.1",
"@carbon/icons-vue": "^10.79.1",
"@carbon/styles": "^1.35.0",
"@carbon/type": "^11.19.0",
"@carbon/web-components": "^1.30.0",
@ -730,9 +730,9 @@
}
},
"node_modules/@carbon/icon-helpers": {
"version": "10.43.1",
"resolved": "https://registry.npmjs.org/@carbon/icon-helpers/-/icon-helpers-10.43.1.tgz",
"integrity": "sha512-1f2qKDi7Kg/aH3WWZNUAtDaab0SsfpM9UJgU9fezeELM2hXkOaLp0uXu9+4cvil2x9/L08IG525TQnls2gFv+A==",
"version": "10.45.0",
"resolved": "https://registry.npmjs.org/@carbon/icon-helpers/-/icon-helpers-10.45.0.tgz",
"integrity": "sha512-HP92JjZoccDXwucstEJ9Cx8jq2HHJM/U/vPmgfeXYIaegIGfu2zQkL+MDn/fSzIKvQ+ckK/GCrm89K/S8fbtBA==",
"dev": true
},
"node_modules/@carbon/icons": {
@ -742,12 +742,12 @@
"dev": true
},
"node_modules/@carbon/icons-vue": {
"version": "10.72.1",
"resolved": "https://registry.npmjs.org/@carbon/icons-vue/-/icons-vue-10.72.1.tgz",
"integrity": "sha512-GTqlqBC0b141HgkYzQwOKG/G9Fg1pfEFR3bvL0owewYkyR8GAapuc7T/KjROVz4BNhIKhsXTJDYWpxmvw2AcLQ==",
"version": "10.79.1",
"resolved": "https://registry.npmjs.org/@carbon/icons-vue/-/icons-vue-10.79.1.tgz",
"integrity": "sha512-IwWSUJVY5TFGpKQXtnUydwcwKQWB7tVOpcBjA93riazorrQfUfQCWeTsr6vIFcQidHM0I6H7zHfR19eiGpr1tA==",
"dev": true,
"dependencies": {
"@carbon/icon-helpers": "^10.43.1"
"@carbon/icon-helpers": "^10.45.0"
}
},
"node_modules/@carbon/import-once": {

View File

@ -23,7 +23,7 @@
"test": "vitest --coverage"
},
"devDependencies": {
"@carbon/icons-vue": "^10.72.1",
"@carbon/icons-vue": "^10.79.1",
"@carbon/styles": "^1.35.0",
"@carbon/type": "^11.19.0",
"@carbon/web-components": "^1.30.0",