Update dependency rollup to v3.20.2

This commit is contained in:
renovate[bot] 2023-03-24 06:42:38 +00:00 committed by Buckaroo Banzai
parent 06bff41177
commit 0e2255b0c0
2 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@
},
"devDependencies": {
"jshint": "2.13.6",
"rollup": "3.10.1"
"rollup": "3.20.2"
}
},
"node_modules/@fortawesome/fontawesome-free": {
@ -320,9 +320,9 @@
}
},
"node_modules/rollup": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.10.1.tgz",
"integrity": "sha512-3Er+yel3bZbZX1g2kjVM+FW+RUWDxbG87fcqFM5/9HbPCTpbVp6JOLn7jlxnNlbu7s/N/uDA4EV/91E2gWnxzw==",
"version": "3.20.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.2.tgz",
"integrity": "sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -627,9 +627,9 @@
}
},
"rollup": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.10.1.tgz",
"integrity": "sha512-3Er+yel3bZbZX1g2kjVM+FW+RUWDxbG87fcqFM5/9HbPCTpbVp6JOLn7jlxnNlbu7s/N/uDA4EV/91E2gWnxzw==",
"version": "3.20.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.2.tgz",
"integrity": "sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -19,6 +19,6 @@
},
"devDependencies": {
"jshint": "2.13.6",
"rollup": "3.10.1"
"rollup": "3.20.2"
}
}