summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-06 01:38:32 +0000
committerGitHub <noreply@github.com>2024-07-06 01:38:32 +0000
commitbc2f1ed0613542ca9b472376a04dbd6250c79ec9 (patch)
tree382feb37e5b50dcb5817c1ae3e1f2787f06c1ac8
parentedb283034613d8a3941f8e2d56ca540f0b7efefb (diff)
Chore(deps-dev): Bump tslib from 2.6.2 to 2.6.3dependabot/npm_and_yarn/stable28/tslib-2.6.3
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 9910181a..c3961edf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -69,7 +69,7 @@
"postcss-loader": "^7.3.4",
"raw-loader": "^4.0.2",
"ts-node": "^10.9.2",
- "tslib": "^2.6.2",
+ "tslib": "^2.6.3",
"typescript": "^4.9.5",
"wait-on": "^7.0.1",
"workbox-webpack-plugin": "^6.5.4"
@@ -23644,9 +23644,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==",
"dev": true
},
"node_modules/tsutils": {
diff --git a/package.json b/package.json
index 0a7957b5..8505e245 100644
--- a/package.json
+++ b/package.json
@@ -105,7 +105,7 @@
"postcss-loader": "^7.3.4",
"raw-loader": "^4.0.2",
"ts-node": "^10.9.2",
- "tslib": "^2.6.2",
+ "tslib": "^2.6.3",
"typescript": "^4.9.5",
"wait-on": "^7.0.1",
"workbox-webpack-plugin": "^6.5.4"