diff --git a/CHANGELOG.md b/CHANGELOG.md index 411bc3e4ad7..c358228faea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,4 @@ - Fixed an issue where `firebase` would error out instead of displaying help text. - Fixed an issue where `firebase init genkit` would error on Windows machines. - Fixed an issue where emulator returned error when emulating alerts functions written in python (#8019) +- Updated `superstatic` to `9.1.0` in package.json. diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1e4ad44d7f2..eaf0c41f133 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -64,7 +64,7 @@ "sql-formatter": "^15.3.0", "stream-chain": "^2.2.4", "stream-json": "^1.7.3", - "superstatic": "^9.0.3", + "superstatic": "^9.1.0", "tar": "^6.1.11", "tcp-port-used": "^1.0.2", "tmp": "^0.2.3", diff --git a/package.json b/package.json index 9003a90b7f7..bc6384c2ef7 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "sql-formatter": "^15.3.0", "stream-chain": "^2.2.4", "stream-json": "^1.7.3", - "superstatic": "^9.0.3", + "superstatic": "^9.1.0", "tar": "^6.1.11", "tcp-port-used": "^1.0.2", "tmp": "^0.2.3",