From 8d97f7c21b32c413a5e9aea554c8e1c7df33e995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 19:05:41 +0000 Subject: [PATCH] chore(deps-dev): bump tslib from 2.5.0 to 2.5.3 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.3. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...v2.5.3) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cf58c17..2946382 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.5.3", "typescript": "^5.1.3", "vite": "^4.0.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28f2d58..9d57709 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,8 +115,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.5.3 + version: 2.5.3 typescript: specifier: ^5.1.3 version: 5.1.3 @@ -1377,7 +1377,7 @@ packages: resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==} engines: {node: '>=4'} dependencies: - tslib: 2.5.0 + tslib: 2.5.3 dev: true /astral-regex@2.0.0: @@ -4671,7 +4671,7 @@ packages: /rxjs@7.8.0: resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.3 dev: true /sade@1.8.1: @@ -5348,8 +5348,8 @@ packages: /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - /tslib@2.5.0: - resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + /tslib@2.5.3: + resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==} dev: true /tsutils@3.21.0(typescript@5.1.3):