Merge pull request #351 from Materialious/dependabot/npm_and_yarn/materialious/tslib-2.6.3

Bump tslib from 2.6.2 to 2.6.3 in /materialious
This commit is contained in:
Ward
2024-06-10 23:17:40 +08:00
committed by GitHub
2 changed files with 11 additions and 5 deletions
+10 -4
View File
@@ -51,7 +51,7 @@
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.17",
"svelte-check": "^3.8.0",
"tslib": "^2.4.1",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
@@ -2220,6 +2220,12 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/@capacitor/assets/node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dev": true
},
"node_modules/@capacitor/browser": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@capacitor/browser/-/browser-6.0.0.tgz",
@@ -12008,9 +12014,9 @@
}
},
"node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
},
"node_modules/tunnel-agent": {
"version": "0.6.0",
+1 -1
View File
@@ -32,7 +32,7 @@
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.17",
"svelte-check": "^3.8.0",
"tslib": "^2.4.1",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},