1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Merge pull request #529 from antares-sql/dependabot/npm_and_yarn/mdi/font-7.1.96

build(deps): bump @mdi/font from 7.0.96 to 7.1.96
This commit is contained in:
2023-02-02 16:45:38 +01:00
committed by GitHub
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@electron/remote": "~2.0.1", "@electron/remote": "~2.0.1",
"@faker-js/faker": "~6.1.2", "@faker-js/faker": "~6.1.2",
"@mdi/font": "~7.0.96", "@mdi/font": "~7.1.96",
"@turf/helpers": "~6.5.0", "@turf/helpers": "~6.5.0",
"@vueuse/core": "~8.7.5", "@vueuse/core": "~8.7.5",
"ace-builds": "~1.14.0", "ace-builds": "~1.14.0",
@@ -2160,8 +2160,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@mdi/font": { "node_modules/@mdi/font": {
"version": "7.0.96", "version": "7.1.96",
"license": "Apache-2.0" "resolved": "https://registry.npmjs.org/@mdi/font/-/font-7.1.96.tgz",
"integrity": "sha512-Imag6npmfkBDi2Ze2jiZVAPTDIKLxhz2Sx82xJ2zctyAU5LYJejLI5ChnDwiD9bMkQfVuzEsI98Q8toHyC+HCg=="
}, },
"node_modules/@nodelib/fs.scandir": { "node_modules/@nodelib/fs.scandir": {
"version": "2.1.5", "version": "2.1.5",
@@ -15772,7 +15773,9 @@
"dev": true "dev": true
}, },
"@mdi/font": { "@mdi/font": {
"version": "7.0.96" "version": "7.1.96",
"resolved": "https://registry.npmjs.org/@mdi/font/-/font-7.1.96.tgz",
"integrity": "sha512-Imag6npmfkBDi2Ze2jiZVAPTDIKLxhz2Sx82xJ2zctyAU5LYJejLI5ChnDwiD9bMkQfVuzEsI98Q8toHyC+HCg=="
}, },
"@nodelib/fs.scandir": { "@nodelib/fs.scandir": {
"version": "2.1.5", "version": "2.1.5",

View File

@@ -121,7 +121,7 @@
"dependencies": { "dependencies": {
"@electron/remote": "~2.0.1", "@electron/remote": "~2.0.1",
"@faker-js/faker": "~6.1.2", "@faker-js/faker": "~6.1.2",
"@mdi/font": "~7.0.96", "@mdi/font": "~7.1.96",
"@turf/helpers": "~6.5.0", "@turf/helpers": "~6.5.0",
"@vueuse/core": "~8.7.5", "@vueuse/core": "~8.7.5",
"ace-builds": "~1.14.0", "ace-builds": "~1.14.0",