chore(): bump ionicons version (#23717)

This commit is contained in:
Liam DeBeasi
2021-08-03 09:41:40 -04:00
committed by GitHub
parent 4edb5e2fed
commit fbe648406b
2 changed files with 8 additions and 8 deletions

14
core/package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@stencil/core": "^2.4.0", "@stencil/core": "^2.4.0",
"ionicons": "^5.5.1", "ionicons": "^5.5.3",
"tslib": "^2.1.0" "tslib": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
@ -5532,9 +5532,9 @@
} }
}, },
"node_modules/ionicons": { "node_modules/ionicons": {
"version": "5.5.1", "version": "5.5.3",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.5.1.tgz", "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.5.3.tgz",
"integrity": "sha512-1auVisfaXmkmxINer8Q3kJGHP1vSxk86hf7By95eJ+Av9+oBcNuAEBfSe3jaMaGRVxVw8U/2j23MFq7R3c0HPg==", "integrity": "sha512-L71djrMi8pAad66tpwdnO1vwcyluCFvehzxU1PpH1k/HpYBZhZ5IaYhqXipmqUvu5aEbd4cbRguYyI5Fd4bxTw==",
"dependencies": { "dependencies": {
"@stencil/core": "^2.5.0" "@stencil/core": "^2.5.0"
} }
@ -18383,9 +18383,9 @@
} }
}, },
"ionicons": { "ionicons": {
"version": "5.5.1", "version": "5.5.3",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.5.1.tgz", "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-5.5.3.tgz",
"integrity": "sha512-1auVisfaXmkmxINer8Q3kJGHP1vSxk86hf7By95eJ+Av9+oBcNuAEBfSe3jaMaGRVxVw8U/2j23MFq7R3c0HPg==", "integrity": "sha512-L71djrMi8pAad66tpwdnO1vwcyluCFvehzxU1PpH1k/HpYBZhZ5IaYhqXipmqUvu5aEbd4cbRguYyI5Fd4bxTw==",
"requires": { "requires": {
"@stencil/core": "^2.5.0" "@stencil/core": "^2.5.0"
} }

View File

@ -32,7 +32,7 @@
], ],
"dependencies": { "dependencies": {
"@stencil/core": "^2.4.0", "@stencil/core": "^2.4.0",
"ionicons": "^5.5.1", "ionicons": "^5.5.3",
"tslib": "^2.1.0" "tslib": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {