diff --git a/package-lock.json b/package-lock.json index cca7df0e52..0914fa9e99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38505,9 +38505,9 @@ } }, "node_modules/temporal-polyfill": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.4.tgz", - "integrity": "sha512-WA5p0CjQTkMjF9m8sP4wSYgpqI8m2d4q7wPUyaJOWhy4bI9mReLb2yGvTV4qf/DPMTe6H6M/Dig5KmTMB7ev6Q==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.5.tgz", + "integrity": "sha512-ye47xp8Cb0nDguAhrrDS1JT1SzwEV9e26sSsrWzVu+yPZ7LzceEcH0i2gci9jWfOfSCCgM3Qv5nOYShVUUFUXA==", "dependencies": { "temporal-spec": "^0.2.4" } @@ -41798,7 +41798,7 @@ "nanostores": "^0.10.3", "react-modal": "^3.16.1", "react-number-format": "5.3.0", - "temporal-polyfill": "^0.2.4" + "temporal-polyfill": "^0.2.5" }, "devDependencies": { "@emotion/is-prop-valid": "^1.2.1", @@ -48634,7 +48634,7 @@ "react-number-format": "5.3.0", "react-swipeable": "^7.0.1", "rollup-plugin-preserve-directives": "^0.4.0", - "temporal-polyfill": "^0.2.4", + "temporal-polyfill": "^0.2.5", "typescript": "^5.4.5", "typescript-plugin-css-modules": "^5.1.0", "vite": "^5.2.12" @@ -68776,9 +68776,9 @@ "dev": true }, "temporal-polyfill": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.4.tgz", - "integrity": "sha512-WA5p0CjQTkMjF9m8sP4wSYgpqI8m2d4q7wPUyaJOWhy4bI9mReLb2yGvTV4qf/DPMTe6H6M/Dig5KmTMB7ev6Q==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.5.tgz", + "integrity": "sha512-ye47xp8Cb0nDguAhrrDS1JT1SzwEV9e26sSsrWzVu+yPZ7LzceEcH0i2gci9jWfOfSCCgM3Qv5nOYShVUUFUXA==", "requires": { "temporal-spec": "^0.2.4" } diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 130e0d07e5..e4908dd464 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -57,7 +57,7 @@ "nanostores": "^0.10.3", "react-modal": "^3.16.1", "react-number-format": "5.3.0", - "temporal-polyfill": "^0.2.4" + "temporal-polyfill": "^0.2.5" }, "devDependencies": { "@emotion/is-prop-valid": "^1.2.1",