chore(deps): update devdependency rollup-plugin-esbuild to v6 (2.x) (#23322)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-22 12:32:55 +02:00 committed by GitHub
parent e66e44803e
commit 6132947503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 12 deletions

View File

@ -83,7 +83,7 @@
"request": "2.88.2",
"rimraf": "4.4.1",
"rollup": "3.28.1",
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-esbuild": "6.0.1",
"rollup-plugin-license": "3.0.1",
"sass": "1.66.1",
"sass-loader": "^10.1.1",

View File

@ -2407,6 +2407,15 @@
estree-walker "^2.0.2"
picomatch "^2.3.1"
"@rollup/pluginutils@^5.0.4":
version "5.0.4"
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.4.tgz#74f808f9053d33bafec0cc98e7b835c9667d32ba"
integrity sha512-0KJnIoRI8A+a1dqOYLxH8vBf8bphDmty5QvIm2hqm7oFCFYKCAZWWd2hXgMibaPsNDhI0AtpYfQZJG47pt/k4g==
dependencies:
"@types/estree" "^1.0.0"
estree-walker "^2.0.2"
picomatch "^2.3.1"
"@sigstore/protobuf-specs@^0.1.0":
version "0.1.0"
resolved "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.1.0.tgz#957cb64ea2f5ce527cc9cf02a096baeb0d2b99b4"
@ -6190,10 +6199,10 @@ es-array-method-boxes-properly@^1.0.0:
resolved "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
es-module-lexer@^1.0.5:
version "1.1.0"
resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.1.0.tgz#bf56a09b5f1c6aea6ba231b0a636a0f60c410b70"
integrity sha512-fJg+1tiyEeS8figV+fPcPpm8WqJEflG3yPU0NOm5xMvrNkuiy7HzX/Ljng4Y0hAoiw4/3hQTCFYw+ub8+a2pRA==
es-module-lexer@^1.3.1:
version "1.3.1"
resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.1.tgz#c1b0dd5ada807a3b3155315911f364dc4e909db1"
integrity sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==
es-set-tostringtag@^2.0.1:
version "2.0.1"
@ -12882,16 +12891,15 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"
rollup-plugin-esbuild@5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/rollup-plugin-esbuild/-/rollup-plugin-esbuild-5.0.0.tgz#6cce358f4abe164d65a0028e900b8501a15f72ef"
integrity sha512-1cRIOHAPh8WQgdQQyyvFdeOdxuiyk+zB5zJ5+YOwrZP4cJ0MT3Fs48pQxrZeyZHcn+klFherytILVfE4aYrneg==
rollup-plugin-esbuild@6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/rollup-plugin-esbuild/-/rollup-plugin-esbuild-6.0.1.tgz#166fcb51870dc102d0631850d6ce4ff466c7bfea"
integrity sha512-g9QGfRhvcsFDyzn3rhPD0/x/MFjD2TI+u6eDK9rjN6dxNok5kGXKdZr6g63VZOOL1kE0mvdaCC5cwYB/kTaRkA==
dependencies:
"@rollup/pluginutils" "^5.0.1"
"@rollup/pluginutils" "^5.0.4"
debug "^4.3.4"
es-module-lexer "^1.0.5"
es-module-lexer "^1.3.1"
joycon "^3.1.1"
jsonc-parser "^3.2.0"
rollup-plugin-license@3.0.1:
version "3.0.1"