diff --git a/CHANGELOG.md b/CHANGELOG.md index 065b870c..c7e9ed9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.77.2](https://github.com/opengovsg/GoGovSG/compare/v1.77.1...v1.77.2) + +- [Snyk] Security upgrade sharp from 0.30.7 to 0.32.6 [`#2277`](https://github.com/opengovsg/GoGovSG/pull/2277) +- build(deps): bump import-in-the-middle from 1.4.1 to 1.4.2 [`#2259`](https://github.com/opengovsg/GoGovSG/pull/2259) +- [Develop] 1.77.1 [`#2267`](https://github.com/opengovsg/GoGovSG/pull/2267) + #### [v1.77.1](https://github.com/opengovsg/GoGovSG/compare/v1.77.0...v1.77.1) +> 7 September 2023 + - fix: stored xss via file upload [`#2258`](https://github.com/opengovsg/GoGovSG/pull/2258) - Develop 1.77.0 [`#2250`](https://github.com/opengovsg/GoGovSG/pull/2250) diff --git a/package-lock.json b/package-lock.json index bf7fe94c..125b8a16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "GoGovSG", - "version": "1.77.1", + "version": "1.77.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.77.1", + "version": "1.77.2", "license": "MIT", "dependencies": { "@datadog/browser-rum": "^4.15.0", diff --git a/package.json b/package.json index 4fa6b617..6b560107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GoGovSG", - "version": "1.77.1", + "version": "1.77.2", "description": "Link shortener for Singapore government.", "main": "src/server/index.js", "scripts": {