diff --git a/charts/ccpay-cpo-callback-function/Chart.yaml b/charts/ccpay-cpo-callback-function/Chart.yaml index 87f9142..405064e 100644 --- a/charts/ccpay-cpo-callback-function/Chart.yaml +++ b/charts/ccpay-cpo-callback-function/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the chart. @@ -23,8 +23,8 @@ appVersion: 0.1.5 dependencies: - name: function version: 0.1.2-beta - repository: '@hmctspublic' + repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' # - name: servicebus # version: 0.3.0 -# repository: '@hmctspublic' +# repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' # condition: servicebus.enabled diff --git a/package-lock.json b/package-lock.json index 48473fe..31928f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2945,9 +2945,9 @@ "dev": true }, "moment": { - "version": "2.29.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz", - "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "ms": { "version": "2.1.3", diff --git a/yarn.lock b/yarn.lock index 1068472..c3f1a20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2232,9 +2232,9 @@ module-not-found-error@^1.0.1: integrity sha1-z4tP9PKWQGdNbN0CsOO8UjwrvcA= moment@^2.19.3: - version "2.29.1" - resolved "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz" - integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" + integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== ms@2.0.0: version "2.0.0"