Browse Source

chore(deps-dev): bump tslib from 2.7.0 to 2.8.1

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.7.0 to 2.8.1.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.1)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/tslib-2.8.1
dependabot[bot] 3 weeks ago committed by GitHub
parent
commit
663a943771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -43,7 +43,7 @@
"stylelint": "^16.9.0",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"terser": "^5.31.6",
"tslib": "^2.7.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
},
@ -12466,9 +12466,9 @@
}
},
"node_modules/tslib": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
"dev": true
},
"node_modules/tsutils": {

2
package.json

@ -92,7 +92,7 @@
"stylelint": "^16.9.0",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"terser": "^5.31.6",
"tslib": "^2.7.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
}

Loading…
Cancel
Save