diff --git a/.yarn/patches/rollup-license-plugin-npm-3.0.0-038e5f6edc.patch b/.yarn/patches/rollup-license-plugin-npm-3.0.0-038e5f6edc.patch deleted file mode 100644 index e6e00dd59bfa..000000000000 --- a/.yarn/patches/rollup-license-plugin-npm-3.0.0-038e5f6edc.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/dist/index.js b/dist/index.js -index 9baea0c8023c03d19b1494f818e1e11578f05b32..8f1a7a6050980d88e050423e63ef041195011fcc 100644 ---- a/dist/index.js -+++ b/dist/index.js -@@ -101,7 +101,7 @@ function createRollupLicensePlugin(pluginOptions = {}, pluginName = "rollup-lice - Object.entries(chunk.modules).filter( - ([path, module]) => Boolean(path.match(/node_modules/)) && module.renderedLength > 0 - ).map( -- ([path]) => path.startsWith("\0") ? path.replace(/^\0/, "") : path -+ ([path]) => (path.startsWith("\0") ? path.replace(/^\0/, "") : path).replace(/\\/g, '/') - ).map((path) => [path, path.split("node_modules").pop()]).map(([path, filePath]) => { - const segments = filePath.replace(/^\//, "").split("/"); - const packageName = segments[0].startsWith("@") ? `${segments[0]}/${segments[1]}` : segments[0]; diff --git a/package.json b/package.json index 4937e4b5ea4c..45606f31b2ab 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "quicktype-core": "23.0.170", "resolve-url-loader": "5.0.0", "rollup": "4.24.4", - "rollup-license-plugin": "patch:rollup-license-plugin@npm%3A3.0.0#~/.yarn/patches/rollup-license-plugin-npm-3.0.0-038e5f6edc.patch", + "rollup-license-plugin": "~3.0.1", "rollup-plugin-sourcemaps": "^0.6.0", "rxjs": "7.8.1", "sass": "1.80.6", diff --git a/yarn.lock b/yarn.lock index f8ca06c57981..8414b94df3da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -763,7 +763,7 @@ __metadata: quicktype-core: "npm:23.0.170" resolve-url-loader: "npm:5.0.0" rollup: "npm:4.24.4" - rollup-license-plugin: "patch:rollup-license-plugin@npm%3A3.0.0#~/.yarn/patches/rollup-license-plugin-npm-3.0.0-038e5f6edc.patch" + rollup-license-plugin: "npm:~3.0.1" rollup-plugin-sourcemaps: "npm:^0.6.0" rxjs: "npm:7.8.1" sass: "npm:1.80.6" @@ -15508,25 +15508,14 @@ __metadata: languageName: node linkType: hard -"rollup-license-plugin@npm:3.0.0": - version: 3.0.0 - resolution: "rollup-license-plugin@npm:3.0.0" - dependencies: - get-npm-tarball-url: "npm:^2.1.0" - node-fetch: "npm:^3.3.2" - spdx-expression-validate: "npm:^2.0.0" - checksum: 10c0/b7cd7d336acbd8530ad0583e057c72f9b05e9f274f9cec1f36ad936ea2043503c32bf26b68b496e616447775d747e8d31957cc503c9c35ef7b43630e2e457078 - languageName: node - linkType: hard - -"rollup-license-plugin@patch:rollup-license-plugin@npm%3A3.0.0#~/.yarn/patches/rollup-license-plugin-npm-3.0.0-038e5f6edc.patch": - version: 3.0.0 - resolution: "rollup-license-plugin@patch:rollup-license-plugin@npm%3A3.0.0#~/.yarn/patches/rollup-license-plugin-npm-3.0.0-038e5f6edc.patch::version=3.0.0&hash=be9ba3" +"rollup-license-plugin@npm:~3.0.1": + version: 3.0.1 + resolution: "rollup-license-plugin@npm:3.0.1" dependencies: get-npm-tarball-url: "npm:^2.1.0" node-fetch: "npm:^3.3.2" spdx-expression-validate: "npm:^2.0.0" - checksum: 10c0/d4f340c704cce97ba36251f43859945c15e5865edacdca71da2470067041ea66bda792a5da63ea02e5d72713731e1a42a898b517fd3ffc59f6887fc1491516b0 + checksum: 10c0/df5858507bd77370eb27edb91286094fb694d470c251251b44c81cd9d574f69ad629db7fbc36acbdc08069001bf27e298da105935059b0dff0577ee726a5f651 languageName: node linkType: hard