diff --git a/examples/babel/package.json b/examples/babel/package.json index ea4521ef..91d72fc9 100644 --- a/examples/babel/package.json +++ b/examples/babel/package.json @@ -13,6 +13,6 @@ "@babel/cli": "7.23.9", "@babel/core": "7.24.0", "@babel/preset-env": "7.24.0", - "babel-plugin-polyfill-custom": "^1.0.107" + "babel-plugin-polyfill-custom": "^1.0.109" } } diff --git a/examples/babel/pnpm-lock.yaml b/examples/babel/pnpm-lock.yaml index 22a174dd..c7e3c412 100644 --- a/examples/babel/pnpm-lock.yaml +++ b/examples/babel/pnpm-lock.yaml @@ -29,8 +29,8 @@ devDependencies: specifier: 7.24.0 version: 7.24.0(@babel/core@7.24.0) babel-plugin-polyfill-custom: - specifier: ^1.0.107 - version: 1.0.107(@babel/core@7.24.0) + specifier: ^1.0.109 + version: 1.0.109(@babel/core@7.24.0) packages: @@ -178,8 +178,8 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider@0.6.0(@babel/core@7.24.0): - resolution: {integrity: sha512-efwOM90nCG6YeT8o3PCyBVSxRfmILxCNL+TNI8CGQl7a62M0Wd9VkV+XHwIlkOz1r4b+lxu6gBjdWiOMdUCrCQ==} + /@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.24.0): + resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: @@ -1298,8 +1298,8 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@mdn/browser-compat-data@5.5.14: - resolution: {integrity: sha512-K7e35i4XtNWpiOr+aPiy3UccAhFop0HsfVz9RSzlcgaaHb2aD/nN0J3uPPLedyTokMiebxN0gxkL/WXpzNQuKg==} + /@mdn/browser-compat-data@5.5.15: + resolution: {integrity: sha512-BWm+TMK60HSepXOZcu39bDs/2sJZVetHO5w0mkuxhpkZvz0G5yGAoyimfaru8g5nK6LXXUIeX6Uk/SWzOfph3g==} dev: true /@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3: @@ -1361,14 +1361,14 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-custom@1.0.107(@babel/core@7.24.0): - resolution: {integrity: sha512-YvkryU49xJ3iDVHqDSvtGdRSTHXPje0BGJkXCL7gs2pINum1YiVhpU+M/KYAJwbmFmBXTPk+a3EERpXWucVcqw==} + /babel-plugin-polyfill-custom@1.0.109(@babel/core@7.24.0): + resolution: {integrity: sha512-qbTuIUceVT/kq96FsMcgg3Zks3rg6tB4FHvGLHJNSXAtp0B1CJOev7r2SZAq/uu9Q12vjhzUcEI+IwuES/5yJw==} peerDependencies: '@babel/core': '>=7.0.0' dependencies: '@babel/core': 7.24.0 - '@babel/helper-define-polyfill-provider': 0.6.0(@babel/core@7.24.0) - '@mdn/browser-compat-data': 5.5.14 + '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.0) + '@mdn/browser-compat-data': 5.5.15 fast-json-stable-stringify: 2.1.0 lodash.get: 4.4.2 semver: 7.6.0 diff --git a/examples/parcel/package.json b/examples/parcel/package.json index d9d94625..e9f95473 100644 --- a/examples/parcel/package.json +++ b/examples/parcel/package.json @@ -15,7 +15,7 @@ "@babel/preset-env": "7.24.0", "@parcel/config-default": "2.11.0", "@parcel/resolver-default": "2.11.0", - "babel-plugin-polyfill-custom": "^1.0.107", + "babel-plugin-polyfill-custom": "^1.0.109", "parcel": "2.11.0", "parcel-resolver-data-uri": "file:./utils/parcel-resolver-data-uri", "process": "0.11.10" diff --git a/examples/parcel/pnpm-lock.yaml b/examples/parcel/pnpm-lock.yaml index a886d260..2f8ab6ff 100644 --- a/examples/parcel/pnpm-lock.yaml +++ b/examples/parcel/pnpm-lock.yaml @@ -32,8 +32,8 @@ devDependencies: specifier: 2.11.0 version: 2.11.0(@parcel/core@2.11.0) babel-plugin-polyfill-custom: - specifier: ^1.0.107 - version: 1.0.107(@babel/core@7.24.0) + specifier: ^1.0.109 + version: 1.0.109(@babel/core@7.24.0) parcel: specifier: 2.11.0 version: 2.11.0 @@ -170,8 +170,8 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider@0.6.0(@babel/core@7.24.0): - resolution: {integrity: sha512-efwOM90nCG6YeT8o3PCyBVSxRfmILxCNL+TNI8CGQl7a62M0Wd9VkV+XHwIlkOz1r4b+lxu6gBjdWiOMdUCrCQ==} + /@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.24.0): + resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: @@ -1348,8 +1348,8 @@ packages: dev: true optional: true - /@mdn/browser-compat-data@5.5.14: - resolution: {integrity: sha512-K7e35i4XtNWpiOr+aPiy3UccAhFop0HsfVz9RSzlcgaaHb2aD/nN0J3uPPLedyTokMiebxN0gxkL/WXpzNQuKg==} + /@mdn/browser-compat-data@5.5.15: + resolution: {integrity: sha512-BWm+TMK60HSepXOZcu39bDs/2sJZVetHO5w0mkuxhpkZvz0G5yGAoyimfaru8g5nK6LXXUIeX6Uk/SWzOfph3g==} dev: true /@mischnic/json-sourcemap@0.1.1: @@ -2423,14 +2423,14 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-custom@1.0.107(@babel/core@7.24.0): - resolution: {integrity: sha512-YvkryU49xJ3iDVHqDSvtGdRSTHXPje0BGJkXCL7gs2pINum1YiVhpU+M/KYAJwbmFmBXTPk+a3EERpXWucVcqw==} + /babel-plugin-polyfill-custom@1.0.109(@babel/core@7.24.0): + resolution: {integrity: sha512-qbTuIUceVT/kq96FsMcgg3Zks3rg6tB4FHvGLHJNSXAtp0B1CJOev7r2SZAq/uu9Q12vjhzUcEI+IwuES/5yJw==} peerDependencies: '@babel/core': '>=7.0.0' dependencies: '@babel/core': 7.24.0 - '@babel/helper-define-polyfill-provider': 0.6.0(@babel/core@7.24.0) - '@mdn/browser-compat-data': 5.5.14 + '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.0) + '@mdn/browser-compat-data': 5.5.15 fast-json-stable-stringify: 2.1.0 lodash.get: 4.4.2 semver: 7.6.0 diff --git a/examples/rollup/package.json b/examples/rollup/package.json index b831eb2c..67cf86ab 100644 --- a/examples/rollup/package.json +++ b/examples/rollup/package.json @@ -16,7 +16,7 @@ "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-data-uri": "1.0.3", "@rollup/plugin-node-resolve": "15.2.3", - "babel-plugin-polyfill-custom": "^1.0.107", + "babel-plugin-polyfill-custom": "^1.0.109", "rollup": "4.13.0" } } diff --git a/examples/rollup/pnpm-lock.yaml b/examples/rollup/pnpm-lock.yaml index 1c32c1b9..51ea0e5f 100644 --- a/examples/rollup/pnpm-lock.yaml +++ b/examples/rollup/pnpm-lock.yaml @@ -38,8 +38,8 @@ devDependencies: specifier: 15.2.3 version: 15.2.3(rollup@4.13.0) babel-plugin-polyfill-custom: - specifier: ^1.0.107 - version: 1.0.107(@babel/core@7.24.0) + specifier: ^1.0.109 + version: 1.0.109(@babel/core@7.24.0) rollup: specifier: 4.13.0 version: 4.13.0 @@ -170,8 +170,8 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider@0.6.0(@babel/core@7.24.0): - resolution: {integrity: sha512-efwOM90nCG6YeT8o3PCyBVSxRfmILxCNL+TNI8CGQl7a62M0Wd9VkV+XHwIlkOz1r4b+lxu6gBjdWiOMdUCrCQ==} + /@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.24.0): + resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: @@ -1290,8 +1290,8 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@mdn/browser-compat-data@5.5.14: - resolution: {integrity: sha512-K7e35i4XtNWpiOr+aPiy3UccAhFop0HsfVz9RSzlcgaaHb2aD/nN0J3uPPLedyTokMiebxN0gxkL/WXpzNQuKg==} + /@mdn/browser-compat-data@5.5.15: + resolution: {integrity: sha512-BWm+TMK60HSepXOZcu39bDs/2sJZVetHO5w0mkuxhpkZvz0G5yGAoyimfaru8g5nK6LXXUIeX6Uk/SWzOfph3g==} dev: true /@rollup/plugin-babel@6.0.4(@babel/core@7.24.0)(rollup@4.13.0): @@ -1532,14 +1532,14 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-custom@1.0.107(@babel/core@7.24.0): - resolution: {integrity: sha512-YvkryU49xJ3iDVHqDSvtGdRSTHXPje0BGJkXCL7gs2pINum1YiVhpU+M/KYAJwbmFmBXTPk+a3EERpXWucVcqw==} + /babel-plugin-polyfill-custom@1.0.109(@babel/core@7.24.0): + resolution: {integrity: sha512-qbTuIUceVT/kq96FsMcgg3Zks3rg6tB4FHvGLHJNSXAtp0B1CJOev7r2SZAq/uu9Q12vjhzUcEI+IwuES/5yJw==} peerDependencies: '@babel/core': '>=7.0.0' dependencies: '@babel/core': 7.24.0 - '@babel/helper-define-polyfill-provider': 0.6.0(@babel/core@7.24.0) - '@mdn/browser-compat-data': 5.5.14 + '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.0) + '@mdn/browser-compat-data': 5.5.15 fast-json-stable-stringify: 2.1.0 lodash.get: 4.4.2 semver: 7.6.0 diff --git a/examples/webpack/package.json b/examples/webpack/package.json index a6382fb3..351f2147 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -13,7 +13,7 @@ "@babel/core": "7.24.0", "@babel/preset-env": "7.24.0", "babel-loader": "9.1.3", - "babel-plugin-polyfill-custom": "^1.0.107", + "babel-plugin-polyfill-custom": "^1.0.109", "circular-dependency-plugin": "5.2.2", "webpack": "5.90.3", "webpack-cli": "5.1.4" diff --git a/examples/webpack/pnpm-lock.yaml b/examples/webpack/pnpm-lock.yaml index 0ca3f49f..a0e14cf5 100644 --- a/examples/webpack/pnpm-lock.yaml +++ b/examples/webpack/pnpm-lock.yaml @@ -29,8 +29,8 @@ devDependencies: specifier: 9.1.3 version: 9.1.3(@babel/core@7.24.0)(webpack@5.90.3) babel-plugin-polyfill-custom: - specifier: ^1.0.107 - version: 1.0.107(@babel/core@7.24.0) + specifier: ^1.0.109 + version: 1.0.109(@babel/core@7.24.0) circular-dependency-plugin: specifier: 5.2.2 version: 5.2.2(webpack@5.90.3) @@ -167,8 +167,8 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider@0.6.0(@babel/core@7.24.0): - resolution: {integrity: sha512-efwOM90nCG6YeT8o3PCyBVSxRfmILxCNL+TNI8CGQl7a62M0Wd9VkV+XHwIlkOz1r4b+lxu6gBjdWiOMdUCrCQ==} + /@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.24.0): + resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: @@ -1299,8 +1299,8 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@mdn/browser-compat-data@5.5.14: - resolution: {integrity: sha512-K7e35i4XtNWpiOr+aPiy3UccAhFop0HsfVz9RSzlcgaaHb2aD/nN0J3uPPLedyTokMiebxN0gxkL/WXpzNQuKg==} + /@mdn/browser-compat-data@5.5.15: + resolution: {integrity: sha512-BWm+TMK60HSepXOZcu39bDs/2sJZVetHO5w0mkuxhpkZvz0G5yGAoyimfaru8g5nK6LXXUIeX6Uk/SWzOfph3g==} dev: true /@types/eslint-scope@3.7.7: @@ -1598,14 +1598,14 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-custom@1.0.107(@babel/core@7.24.0): - resolution: {integrity: sha512-YvkryU49xJ3iDVHqDSvtGdRSTHXPje0BGJkXCL7gs2pINum1YiVhpU+M/KYAJwbmFmBXTPk+a3EERpXWucVcqw==} + /babel-plugin-polyfill-custom@1.0.109(@babel/core@7.24.0): + resolution: {integrity: sha512-qbTuIUceVT/kq96FsMcgg3Zks3rg6tB4FHvGLHJNSXAtp0B1CJOev7r2SZAq/uu9Q12vjhzUcEI+IwuES/5yJw==} peerDependencies: '@babel/core': '>=7.0.0' dependencies: '@babel/core': 7.24.0 - '@babel/helper-define-polyfill-provider': 0.6.0(@babel/core@7.24.0) - '@mdn/browser-compat-data': 5.5.14 + '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.0) + '@mdn/browser-compat-data': 5.5.15 fast-json-stable-stringify: 2.1.0 lodash.get: 4.4.2 semver: 7.6.0