From 4a8fe1e1479f3b57898109dcdd395e24a67abc6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 19:07:45 +0000 Subject: [PATCH] chore(deps-dev): bump tslib from 2.5.0 to 2.6.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cf58c17..31f293c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "svelte-check": "^3.0.1", "sveltekit-autoimport": "^1.6.10", "tailwindcss": "^3.2.6", - "tslib": "^2.4.1", + "tslib": "^2.6.0", "typescript": "^5.1.3", "vite": "^4.0.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28f2d58..db6f391 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@fortawesome/free-brands-svg-icons': specifier: ^6.3.0 @@ -115,8 +119,8 @@ devDependencies: specifier: ^3.2.6 version: 3.2.6(postcss@8.4.24)(ts-node@10.9.1) tslib: - specifier: ^2.4.1 - version: 2.5.0 + specifier: ^2.6.0 + version: 2.6.0 typescript: specifier: ^5.1.3 version: 5.1.3 @@ -1377,7 +1381,7 @@ packages: resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==} engines: {node: '>=4'} dependencies: - tslib: 2.5.0 + tslib: 2.6.0 dev: true /astral-regex@2.0.0: @@ -4671,7 +4675,7 @@ packages: /rxjs@7.8.0: resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} dependencies: - tslib: 2.5.0 + tslib: 2.6.0 dev: true /sade@1.8.1: @@ -5348,8 +5352,8 @@ packages: /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - /tslib@2.5.0: - resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + /tslib@2.6.0: + resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==} dev: true /tsutils@3.21.0(typescript@5.1.3):