chore(): update package lock files

This commit is contained in:
ionitron
2022-09-14 13:30:27 +00:00
parent ea4754e193
commit cc8afe9786
7 changed files with 72 additions and 71 deletions

View File

@ -9,7 +9,7 @@
"version": "6.2.7", "version": "6.2.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ionic/core": "^6.2.6", "@ionic/core": "^6.2.7",
"jsonc-parser": "^3.0.0", "jsonc-parser": "^3.0.0",
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
@ -1023,9 +1023,9 @@
"dev": true "dev": true
}, },
"node_modules/@ionic/core": { "node_modules/@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"dependencies": { "dependencies": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",
@ -7951,9 +7951,9 @@
"dev": true "dev": true
}, },
"@ionic/core": { "@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"requires": { "requires": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",

View File

@ -1,3 +1,4 @@
import * as d from './proxies'; import * as d from './proxies';
export const DIRECTIVES = [ export const DIRECTIVES = [
@ -76,5 +77,5 @@ export const DIRECTIVES = [
d.IonThumbnail, d.IonThumbnail,
d.IonTitle, d.IonTitle,
d.IonToggle, d.IonToggle,
d.IonToolbar, d.IonToolbar
]; ];

View File

@ -18,7 +18,7 @@
"@angular/platform-browser": "^12.0.0", "@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.2.10", "@angular/platform-browser-dynamic": "^12.2.10",
"@angular/platform-server": "^12.0.0", "@angular/platform-server": "^12.0.0",
"@ionic/core": "^6.2.6", "@ionic/core": "^6.2.7",
"@ionic/eslint-config": "^0.3.0", "@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^2.0.0", "@ionic/prettier-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.2.0",
@ -786,9 +786,9 @@
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
}, },
"node_modules/@ionic/core": { "node_modules/@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
@ -7116,9 +7116,9 @@
"dev": true "dev": true
}, },
"@ionic/core": { "@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",

View File

@ -9,7 +9,7 @@
"version": "6.2.7", "version": "6.2.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ionic/react": "^6.2.6", "@ionic/react": "^6.2.7",
"tslib": "*" "tslib": "*"
}, },
"devDependencies": { "devDependencies": {
@ -147,9 +147,9 @@
} }
}, },
"node_modules/@ionic/core": { "node_modules/@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"dependencies": { "dependencies": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",
@ -157,11 +157,11 @@
} }
}, },
"node_modules/@ionic/react": { "node_modules/@ionic/react": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.2.7.tgz",
"integrity": "sha512-sV1mMg5Wj62v/0+XTiH890biaAOHNmPw8xaWP3HOnjhtIJlT+Mr32RTs2e3LapH3lUYlIs2iNTW2q2gCnylW0Q==", "integrity": "sha512-tw0yG2zcYqmCqlRvEMx0iipuvSrkEysdyv8K6pyy455uAfRUfY/fQ/wD/HBIvJD8bIDVjynUql7tA1IY6ZGA2g==",
"dependencies": { "dependencies": {
"@ionic/core": "^6.2.6", "@ionic/core": "^6.2.7",
"ionicons": "^6.0.2", "ionicons": "^6.0.2",
"tslib": "*" "tslib": "*"
}, },
@ -207,9 +207,9 @@
} }
}, },
"node_modules/@stencil/core": { "node_modules/@stencil/core": {
"version": "2.17.4", "version": "2.18.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.17.4.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.18.0.tgz",
"integrity": "sha512-SGRlHpjV1RyFvzw6jFMVKpLNox9Eds3VvpbpD2SW9CuxdLonHDSFtQks5zmT4zs1Rse9I6kFc2mFK/dHNTalkg==", "integrity": "sha512-NLEY8Jq59smyiivBAxHKipsp9YkkW/K/Vm90zAyXQqukb12i2SFucWHJ1Ik7ropVlhmMVvigyxXgRfQ9quIqtg==",
"bin": { "bin": {
"stencil": "bin/stencil" "stencil": "bin/stencil"
}, },
@ -1157,9 +1157,9 @@
} }
}, },
"@ionic/core": { "@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"requires": { "requires": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",
@ -1167,11 +1167,11 @@
} }
}, },
"@ionic/react": { "@ionic/react": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.2.7.tgz",
"integrity": "sha512-sV1mMg5Wj62v/0+XTiH890biaAOHNmPw8xaWP3HOnjhtIJlT+Mr32RTs2e3LapH3lUYlIs2iNTW2q2gCnylW0Q==", "integrity": "sha512-tw0yG2zcYqmCqlRvEMx0iipuvSrkEysdyv8K6pyy455uAfRUfY/fQ/wD/HBIvJD8bIDVjynUql7tA1IY6ZGA2g==",
"requires": { "requires": {
"@ionic/core": "^6.2.6", "@ionic/core": "^6.2.7",
"ionicons": "^6.0.2", "ionicons": "^6.0.2",
"tslib": "*" "tslib": "*"
} }
@ -1199,9 +1199,9 @@
} }
}, },
"@stencil/core": { "@stencil/core": {
"version": "2.17.4", "version": "2.18.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.17.4.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.18.0.tgz",
"integrity": "sha512-SGRlHpjV1RyFvzw6jFMVKpLNox9Eds3VvpbpD2SW9CuxdLonHDSFtQks5zmT4zs1Rse9I6kFc2mFK/dHNTalkg==" "integrity": "sha512-NLEY8Jq59smyiivBAxHKipsp9YkkW/K/Vm90zAyXQqukb12i2SFucWHJ1Ik7ropVlhmMVvigyxXgRfQ9quIqtg=="
}, },
"@types/estree": { "@types/estree": {
"version": "0.0.39", "version": "0.0.39",

View File

@ -9,7 +9,7 @@
"version": "6.2.7", "version": "6.2.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ionic/core": "^6.2.6", "@ionic/core": "^6.2.7",
"ionicons": "^6.0.2", "ionicons": "^6.0.2",
"tslib": "*" "tslib": "*"
}, },
@ -607,9 +607,9 @@
} }
}, },
"node_modules/@ionic/core": { "node_modules/@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"dependencies": { "dependencies": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",
@ -9534,9 +9534,9 @@
} }
}, },
"@ionic/core": { "@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"requires": { "requires": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",

View File

@ -9,7 +9,7 @@
"version": "6.2.7", "version": "6.2.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ionic/vue": "^6.2.6" "@ionic/vue": "^6.2.7"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^28.1.1", "@types/jest": "^28.1.1",
@ -578,9 +578,9 @@
"dev": true "dev": true
}, },
"node_modules/@ionic/core": { "node_modules/@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"dependencies": { "dependencies": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",
@ -588,11 +588,11 @@
} }
}, },
"node_modules/@ionic/vue": { "node_modules/@ionic/vue": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.2.7.tgz",
"integrity": "sha512-IsSeoCixH29SajNOQDMk9V3mUeVvZPsiL3wbLWGj4eHg5NZJ2cmwP7BHlkzcGCRQa8Uvh6RTIfXzMUuRh6fP5A==", "integrity": "sha512-gyAV8gG5F/7/2cMASLd/MGw1ijhCq+bTMIzvTejEp8QKr5khS0DLioWAA13WGC7M2k+S4NrRUiz8lWxibGcjSw==",
"dependencies": { "dependencies": {
"@ionic/core": "^6.2.6", "@ionic/core": "^6.2.7",
"ionicons": "^6.0.2" "ionicons": "^6.0.2"
} }
}, },
@ -1005,9 +1005,9 @@
} }
}, },
"node_modules/@stencil/core": { "node_modules/@stencil/core": {
"version": "2.17.4", "version": "2.18.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.17.4.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.18.0.tgz",
"integrity": "sha512-SGRlHpjV1RyFvzw6jFMVKpLNox9Eds3VvpbpD2SW9CuxdLonHDSFtQks5zmT4zs1Rse9I6kFc2mFK/dHNTalkg==", "integrity": "sha512-NLEY8Jq59smyiivBAxHKipsp9YkkW/K/Vm90zAyXQqukb12i2SFucWHJ1Ik7ropVlhmMVvigyxXgRfQ9quIqtg==",
"bin": { "bin": {
"stencil": "bin/stencil" "stencil": "bin/stencil"
}, },
@ -5233,9 +5233,9 @@
"dev": true "dev": true
}, },
"@ionic/core": { "@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"requires": { "requires": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",
@ -5243,11 +5243,11 @@
} }
}, },
"@ionic/vue": { "@ionic/vue": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.2.7.tgz",
"integrity": "sha512-IsSeoCixH29SajNOQDMk9V3mUeVvZPsiL3wbLWGj4eHg5NZJ2cmwP7BHlkzcGCRQa8Uvh6RTIfXzMUuRh6fP5A==", "integrity": "sha512-gyAV8gG5F/7/2cMASLd/MGw1ijhCq+bTMIzvTejEp8QKr5khS0DLioWAA13WGC7M2k+S4NrRUiz8lWxibGcjSw==",
"requires": { "requires": {
"@ionic/core": "^6.2.6", "@ionic/core": "^6.2.7",
"ionicons": "^6.0.2" "ionicons": "^6.0.2"
} }
}, },
@ -5580,9 +5580,9 @@
} }
}, },
"@stencil/core": { "@stencil/core": {
"version": "2.17.4", "version": "2.18.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.17.4.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.18.0.tgz",
"integrity": "sha512-SGRlHpjV1RyFvzw6jFMVKpLNox9Eds3VvpbpD2SW9CuxdLonHDSFtQks5zmT4zs1Rse9I6kFc2mFK/dHNTalkg==" "integrity": "sha512-NLEY8Jq59smyiivBAxHKipsp9YkkW/K/Vm90zAyXQqukb12i2SFucWHJ1Ik7ropVlhmMVvigyxXgRfQ9quIqtg=="
}, },
"@tootallnate/once": { "@tootallnate/once": {
"version": "2.0.0", "version": "2.0.0",

View File

@ -9,7 +9,7 @@
"version": "6.2.7", "version": "6.2.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ionic/core": "^6.2.6", "@ionic/core": "^6.2.7",
"ionicons": "^6.0.2" "ionicons": "^6.0.2"
}, },
"devDependencies": { "devDependencies": {
@ -59,9 +59,9 @@
} }
}, },
"node_modules/@ionic/core": { "node_modules/@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"dependencies": { "dependencies": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",
@ -768,9 +768,9 @@
} }
}, },
"@ionic/core": { "@ionic/core": {
"version": "6.2.6", "version": "6.2.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz",
"integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==",
"requires": { "requires": {
"@stencil/core": "^2.17.4", "@stencil/core": "^2.17.4",
"ionicons": "^6.0.3", "ionicons": "^6.0.3",