diff --git a/src/ghosts.pandora.socializer/src/wwwroot/Bootstrap/package-lock.json b/src/ghosts.pandora.socializer/src/wwwroot/Bootstrap/package-lock.json index 0a55454b..6286469f 100644 --- a/src/ghosts.pandora.socializer/src/wwwroot/Bootstrap/package-lock.json +++ b/src/ghosts.pandora.socializer/src/wwwroot/Bootstrap/package-lock.json @@ -9207,12 +9207,21 @@ } }, "rollup": { - "version": "2.34.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.34.0.tgz", - "integrity": "sha512-dW5iLvttZzdVehjEuNJ1bWvuMEJjOWGmnuFS82WeKHTGXDkRHQeq/ExdifkSyJv9dLcR86ysKRmrIDyR6O0X8g==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "requires": { - "fsevents": "~2.1.2" + "fsevents": "~2.3.2" + }, + "dependencies": { + "fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "optional": true + } } }, "rollup-plugin-istanbul": { diff --git a/src/ghosts.pandora.socializer/src/wwwroot/Bootstrap/package.json b/src/ghosts.pandora.socializer/src/wwwroot/Bootstrap/package.json index 9629168e..595f7172 100644 --- a/src/ghosts.pandora.socializer/src/wwwroot/Bootstrap/package.json +++ b/src/ghosts.pandora.socializer/src/wwwroot/Bootstrap/package.json @@ -135,7 +135,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.1.10", "postcss-cli": "^8.3.0", - "rollup": "^2.34.0", + "rollup": "^3.29.5", "rollup-plugin-istanbul": "^2.0.1", "rtlcss": "^4.2.0", "sass": "^1.29.0",