Skip to content

Commit c8bed03

Browse files
chore(deps): bump @js-temporal/polyfill from 0.4.4 to 0.5.0
Bumps [@js-temporal/polyfill](https://github.com/js-temporal/temporal-polyfill) from 0.4.4 to 0.5.0. - [Release notes](https://github.com/js-temporal/temporal-polyfill/releases) - [Changelog](https://github.com/js-temporal/temporal-polyfill/blob/main/CHANGELOG.md) - [Commits](js-temporal/temporal-polyfill@v0.4.4...v0.5.0) --- updated-dependencies: - dependency-name: "@js-temporal/polyfill" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 912d059 commit c8bed03

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

packages/temporal-de-serializers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"readme": "ts-node ../../scripts/replace-common-readme.ts"
3737
},
3838
"dependencies": {
39-
"@js-temporal/polyfill": "^0.4.4",
39+
"@js-temporal/polyfill": "^0.5.1",
4040
"@sap-cloud-sdk/odata-common": "^4.0.2"
4141
},
4242
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,13 +1207,12 @@
12071207
"@jridgewell/resolve-uri" "^3.1.0"
12081208
"@jridgewell/sourcemap-codec" "^1.4.14"
12091209

1210-
"@js-temporal/polyfill@^0.4.4":
1211-
version "0.4.4"
1212-
resolved "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.4.4.tgz#4c26b4a1a68c19155808363f520204712cfc2558"
1213-
integrity sha512-2X6bvghJ/JAoZO52lbgyAPFj8uCflhTo2g7nkFzEQdXd/D8rEeD4HtmTEpmtGCva260fcd66YNXBOYdnmHqSOg==
1210+
"@js-temporal/polyfill@^0.5.1":
1211+
version "0.5.1"
1212+
resolved "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.5.1.tgz#c9726fdb7fbdbc6419292ba94294b10a08852c32"
1213+
integrity sha512-hloP58zRVCRSpgDxmqCWJNlizAlUgJFqG2ypq79DCvyv9tHjRYMDOcPFjzfl/A1/YxDvRCZz8wvZvmapQnKwFQ==
12141214
dependencies:
12151215
jsbi "^4.3.0"
1216-
tslib "^2.4.1"
12171216

12181217
"@jsdevtools/ono@^7.1.3":
12191218
version "7.1.3"
@@ -9693,7 +9692,7 @@ [email protected]:
96939692
resolved "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
96949693
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
96959694

9696-
tslib@^2.0.1, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.6.2, tslib@^2.8.1:
9695+
tslib@^2.0.1, tslib@^2.4.0, tslib@^2.6.2, tslib@^2.8.1:
96979696
version "2.8.1"
96989697
resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
96999698
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

0 commit comments

Comments
 (0)