chore(deps-dev): bump @iconify/json from 2.2.68 to 2.2.80

Bumps [@iconify/json](https://github.com/iconify/icon-sets) from 2.2.68 to 2.2.80.
- [Commits](https://github.com/iconify/icon-sets/compare/2.2.68...2.2.80)

---
updated-dependencies:
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-19 14:00:59 +00:00 committed by GitHub
parent 42db345fa5
commit 2f0954af07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 25 deletions

30
package-lock.json generated
View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@fontsource/roboto": "^5.0.0", "@fontsource/roboto": "^5.0.0",
"@iconify/json": "^2.2.68", "@iconify/json": "^2.2.80",
"@iconify/vue2": "^2.1.0", "@iconify/vue2": "^2.1.0",
"@vuepress/plugin-pwa": "^1.9.9", "@vuepress/plugin-pwa": "^1.9.9",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
@ -1746,13 +1746,13 @@
} }
}, },
"node_modules/@iconify/json": { "node_modules/@iconify/json": {
"version": "2.2.68", "version": "2.2.80",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.68.tgz", "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.80.tgz",
"integrity": "sha512-UNgbecms1tWhvY9ycXbWW/nOLlx5Xxlufp+dHWontty0j+yiQfap3UshpSGGAt74C9OLYEFKTl42d20PLRakzg==", "integrity": "sha512-YPBG1YKKrmmDcKmUZTwCzwtkOhDCfuUdYpJafrAuB0LBE7IMJkYxZ0Aro07NkMBwivxWXNAx9RBm//v8AUKDgA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@iconify/types": "*", "@iconify/types": "*",
"pathe": "^1.0.0" "pathe": "^1.1.0"
} }
}, },
"node_modules/@iconify/types": { "node_modules/@iconify/types": {
@ -10473,9 +10473,9 @@
} }
}, },
"node_modules/pathe": { "node_modules/pathe": {
"version": "1.0.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/pathe/-/pathe-1.0.0.tgz", "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.1.tgz",
"integrity": "sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==", "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==",
"dev": true "dev": true
}, },
"node_modules/pbkdf2": { "node_modules/pbkdf2": {
@ -16808,13 +16808,13 @@
} }
}, },
"@iconify/json": { "@iconify/json": {
"version": "2.2.68", "version": "2.2.80",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.68.tgz", "resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.80.tgz",
"integrity": "sha512-UNgbecms1tWhvY9ycXbWW/nOLlx5Xxlufp+dHWontty0j+yiQfap3UshpSGGAt74C9OLYEFKTl42d20PLRakzg==", "integrity": "sha512-YPBG1YKKrmmDcKmUZTwCzwtkOhDCfuUdYpJafrAuB0LBE7IMJkYxZ0Aro07NkMBwivxWXNAx9RBm//v8AUKDgA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@iconify/types": "*", "@iconify/types": "*",
"pathe": "^1.0.0" "pathe": "^1.1.0"
} }
}, },
"@iconify/types": { "@iconify/types": {
@ -23823,9 +23823,9 @@
} }
}, },
"pathe": { "pathe": {
"version": "1.0.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/pathe/-/pathe-1.0.0.tgz", "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.1.tgz",
"integrity": "sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==", "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==",
"dev": true "dev": true
}, },
"pbkdf2": { "pbkdf2": {

View file

@ -2,7 +2,7 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@fontsource/roboto": "^5.0.0", "@fontsource/roboto": "^5.0.0",
"@iconify/json": "^2.2.68", "@iconify/json": "^2.2.80",
"@iconify/vue2": "^2.1.0", "@iconify/vue2": "^2.1.0",
"@vuepress/plugin-pwa": "^1.9.9", "@vuepress/plugin-pwa": "^1.9.9",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",

View file

@ -866,13 +866,13 @@
dependencies: dependencies:
"@hapi/hoek" "^8.3.0" "@hapi/hoek" "^8.3.0"
"@iconify/json@^2.2.68": "@iconify/json@^2.2.80":
version "2.2.68" version "2.2.80"
resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.68.tgz#bbf49c88e99f4ae39ae7f63738d5619bcc40945d" resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.80.tgz#732324ee36c54d4500d4357cfbafa5e1cb0b21a4"
integrity sha512-UNgbecms1tWhvY9ycXbWW/nOLlx5Xxlufp+dHWontty0j+yiQfap3UshpSGGAt74C9OLYEFKTl42d20PLRakzg== integrity sha512-YPBG1YKKrmmDcKmUZTwCzwtkOhDCfuUdYpJafrAuB0LBE7IMJkYxZ0Aro07NkMBwivxWXNAx9RBm//v8AUKDgA==
dependencies: dependencies:
"@iconify/types" "*" "@iconify/types" "*"
pathe "^1.0.0" pathe "^1.1.0"
"@iconify/types@*", "@iconify/types@^2.0.0": "@iconify/types@*", "@iconify/types@^2.0.0":
version "2.0.0" version "2.0.0"
@ -5883,10 +5883,10 @@ path-type@^3.0.0:
dependencies: dependencies:
pify "^3.0.0" pify "^3.0.0"
pathe@^1.0.0: pathe@^1.1.0:
version "1.0.0" version "1.1.1"
resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.0.0.tgz#135fc11464fc57c84ef93d5c5ed21247e24571df" resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.1.tgz#1dd31d382b974ba69809adc9a7a347e65d84829a"
integrity sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg== integrity sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==
pbkdf2@^3.0.3: pbkdf2@^3.0.3:
version "3.0.17" version "3.0.17"