From 07a2482d7356ab7268c23bcfeeea5cf1dbefff2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:34:50 +0000 Subject: [PATCH] Bump headers-polyfill in /clients/ops/privacy-center Bumps [headers-polyfill](https://github.com/mswjs/headers-polyfill) from 3.0.10 to 3.1.2. - [Release notes](https://github.com/mswjs/headers-polyfill/releases) - [Commits](https://github.com/mswjs/headers-polyfill/compare/v3.0.10...v3.1.2) --- updated-dependencies: - dependency-name: headers-polyfill dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- clients/ops/privacy-center/package-lock.json | 14 +++++++------- clients/ops/privacy-center/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/clients/ops/privacy-center/package-lock.json b/clients/ops/privacy-center/package-lock.json index 89b47d454..9cf699cf6 100644 --- a/clients/ops/privacy-center/package-lock.json +++ b/clients/ops/privacy-center/package-lock.json @@ -15,7 +15,7 @@ "@fontsource/inter": "^4.5.4", "formik": "^2.2.9", "framer-motion": "^5", - "headers-polyfill": "^3.0.10", + "headers-polyfill": "^3.1.2", "next": "12.1.0", "next-auth": "^4.10.3", "react": "^17.0.2", @@ -7226,9 +7226,9 @@ } }, "node_modules/headers-polyfill": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-3.0.10.tgz", - "integrity": "sha512-lOhQU7iG3AMcjmb8NIWCa+KwfJw5bY44BoWPtrj5A4iDbSD3ylGf5QcYr0ZyQnhkKQ2GgWNLdF2rfrXtXlF3nQ==" + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-3.1.2.tgz", + "integrity": "sha512-tWCK4biJ6hcLqTviLXVR9DTRfYGQMXEIUj3gwJ2rZ5wO/at3XtkI4g8mCvFdUF9l1KMBNCfmNAdnahm1cgavQA==" }, "node_modules/hey-listen": { "version": "1.0.8", @@ -16778,9 +16778,9 @@ } }, "headers-polyfill": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-3.0.10.tgz", - "integrity": "sha512-lOhQU7iG3AMcjmb8NIWCa+KwfJw5bY44BoWPtrj5A4iDbSD3ylGf5QcYr0ZyQnhkKQ2GgWNLdF2rfrXtXlF3nQ==" + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-3.1.2.tgz", + "integrity": "sha512-tWCK4biJ6hcLqTviLXVR9DTRfYGQMXEIUj3gwJ2rZ5wO/at3XtkI4g8mCvFdUF9l1KMBNCfmNAdnahm1cgavQA==" }, "hey-listen": { "version": "1.0.8", diff --git a/clients/ops/privacy-center/package.json b/clients/ops/privacy-center/package.json index 6474ab852..7e1670179 100644 --- a/clients/ops/privacy-center/package.json +++ b/clients/ops/privacy-center/package.json @@ -26,7 +26,7 @@ "@fontsource/inter": "^4.5.4", "formik": "^2.2.9", "framer-motion": "^5", - "headers-polyfill": "^3.0.10", + "headers-polyfill": "^3.1.2", "next": "12.1.0", "next-auth": "^4.10.3", "react": "^17.0.2",