diff --git a/package-lock.json b/package-lock.json index 2a5554a3..54f3731e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "3.1.2", - "@adobe/helix-shared-utils": "2.0.4", + "@adobe/helix-shared-utils": "2.0.5", "github-slugger": "1.4.0", "hast-util-to-html": "8.0.3", "jsdom": "19.0.0", @@ -98,9 +98,9 @@ } }, "node_modules/@adobe/helix-shared-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-2.0.4.tgz", - "integrity": "sha512-1h5gBLZWFmQ0WMYu20VmfzpobzUQM5eaKT3z1qKsGKJ+q9qP5oAWBGo4hraSLL8MYiOBo6b7yCw8oDJR49E/JA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-2.0.5.tgz", + "integrity": "sha512-HacAoGf9CWu0SVmSZVBg9rtmeJXiLCc8oQqJKtQ+tOQMY+1gw6hIQ8VwcXANM//s1rKPblodsyjIF57ElreYAQ==", "engines": { "node": ">= 14.18" } @@ -12929,9 +12929,9 @@ } }, "@adobe/helix-shared-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-2.0.4.tgz", - "integrity": "sha512-1h5gBLZWFmQ0WMYu20VmfzpobzUQM5eaKT3z1qKsGKJ+q9qP5oAWBGo4hraSLL8MYiOBo6b7yCw8oDJR49E/JA==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-2.0.5.tgz", + "integrity": "sha512-HacAoGf9CWu0SVmSZVBg9rtmeJXiLCc8oQqJKtQ+tOQMY+1gw6hIQ8VwcXANM//s1rKPblodsyjIF57ElreYAQ==" }, "@babel/code-frame": { "version": "7.16.7", diff --git a/package.json b/package.json index f4e34144..e4b6c4ee 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@adobe/helix-markdown-support": "3.1.2", - "@adobe/helix-shared-utils": "2.0.4", + "@adobe/helix-shared-utils": "2.0.5", "github-slugger": "1.4.0", "hast-util-to-html": "8.0.3", "jsdom": "19.0.0",