From 99ce0b2661350c5a5761433fa3893a8d735601db Mon Sep 17 00:00:00 2001 From: Pat Sullivan Date: Thu, 8 Jun 2023 13:40:24 -0400 Subject: [PATCH] [Snyk] Upgrade tslib from 2.5.0 to 2.5.1 (#332) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade tslib from 2.5.0 to 2.5.1.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **1 version** ahead of your current version. - The recommended version was released **22 days ago**, on 2023-05-17.
Release notes
Package name: tslib from tslib GitHub release notes
Commit messages
Package name: tslib
  • 91fcbd0 Reverse order of decorator-injected initializers (#202)
  • eab3cff Merge pull request #200 from Andarist/fix/import-types
  • 5ef7d1a Update modules/index.d.ts
  • 7def846 Merge pull request #201 from microsoft/fix-esm
  • 4e79d03 Merge pull request #179 from guybedford/patch-4
  • 033b363 Add default export to modules/index.js
  • 897f11e Ensure tslib.es6.js is typed
  • a0a67d9 Add Node-specific export condition for ESM entrypoint that re-exports CJS
  • 0f84d40 Add propert declaration file for the `import` condition
  • a100d7b Merge pull request #195 from xfq/https
  • d58182f http -> https
  • 68870a6 fix: default interop compat for "module" condition
Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/sullivanpj/project/61dfb01d-4c48-4d8b-a40c-a3939907a630?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/sullivanpj/project/61dfb01d-4c48-4d8b-a40c-a3939907a630/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/sullivanpj/project/61dfb01d-4c48-4d8b-a40c-a3939907a630/settings/integration?pkg=tslib&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) Co-authored-by: Snyk bot <19733683+snyk-bot@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22b625243..0ce06df1c 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "redis-om": "^0.4.0-beta.3", "regenerator-runtime": "0.13.11", "rimraf": "^5.0.0", - "tslib": "^2.5.0" + "tslib": "^2.5.1" }, "devDependencies": { "@asyncapi/generator": "^1.9.18",