fix(deps): update ionicons usage to v6.1.2 (#26752)

This commit is contained in:
Liam DeBeasi
2023-02-08 13:38:08 -05:00
committed by GitHub
parent f47be37d8b
commit c07933cb69
8 changed files with 32 additions and 29 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.3",
"ionicons": "^6.1.1",
"ionicons": "^6.1.2",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},
@@ -3385,8 +3385,9 @@
}
},
"node_modules/ionicons": {
"version": "6.1.1",
"license": "MIT",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.2.tgz",
"integrity": "sha512-EL3jjlUzjPo8h2PfI+BUEjVMF9weSfLAFriNlk9pHFMTJq+7G12sAJBZ3AnRN8nTWA2pOS279PvFIWS3hbat+w==",
"dependencies": {
"@stencil/core": "^2.18.0"
}
@@ -8815,7 +8816,9 @@
}
},
"ionicons": {
"version": "6.1.1",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.2.tgz",
"integrity": "sha512-EL3jjlUzjPo8h2PfI+BUEjVMF9weSfLAFriNlk9pHFMTJq+7G12sAJBZ3AnRN8nTWA2pOS279PvFIWS3hbat+w==",
"requires": {
"@stencil/core": "^2.18.0"
}

View File

@@ -43,7 +43,7 @@
},
"dependencies": {
"@ionic/core": "^6.5.3",
"ionicons": "^6.1.1",
"ionicons": "^6.1.2",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},