From 0620a0da25ed3da40e6b092dbd3de69ff2edacd9 Mon Sep 17 00:00:00 2001 From: Makoto Morimoto Date: Mon, 17 Aug 2020 15:05:54 -0700 Subject: [PATCH] @uifabric/example-app-base: Updating dependencies to resolve security issues (#14543) --- ...2020-08-14-15-05-32-exampleAppBaseDeps.json | 8 ++++++++ packages/example-app-base/package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 3 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 change/@uifabric-example-app-base-2020-08-14-15-05-32-exampleAppBaseDeps.json diff --git a/change/@uifabric-example-app-base-2020-08-14-15-05-32-exampleAppBaseDeps.json b/change/@uifabric-example-app-base-2020-08-14-15-05-32-exampleAppBaseDeps.json new file mode 100644 index 0000000000000..749e657a2d50d --- /dev/null +++ b/change/@uifabric-example-app-base-2020-08-14-15-05-32-exampleAppBaseDeps.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "@uifabric/example-app-base: Updating dependencies to resolve security issues.", + "packageName": "@uifabric/example-app-base", + "email": "humbertomakotomorimoto@gmail.com", + "dependentChangeType": "patch", + "date": "2020-08-14T22:05:32.209Z" +} diff --git a/packages/example-app-base/package.json b/packages/example-app-base/package.json index 31a68bf1d11fb..64b7094450266 100644 --- a/packages/example-app-base/package.json +++ b/packages/example-app-base/package.json @@ -24,7 +24,7 @@ "@fluentui/eslint-plugin": "^0.53.4", "@types/color-check": "0.0.0", "@types/jest": "~24.9.0", - "@types/markdown-to-jsx": "6.9.0", + "@types/markdown-to-jsx": "6.11.0", "@types/react": "16.8.25", "@types/react-custom-scrollbars": "^4.0.5", "@types/react-dom": "16.8.4", @@ -48,7 +48,7 @@ "@uifabric/set-version": "^7.0.21", "@uifabric/tsx-editor": "^0.11.129", "color-check": "0.0.2", - "markdown-to-jsx": "6.6.1", + "markdown-to-jsx": "6.11.4", "office-ui-fabric-core": "^11.0.0", "office-ui-fabric-react": "^7.128.1", "react-custom-scrollbars": "^4.2.1", diff --git a/yarn.lock b/yarn.lock index 592a73cc13854..4c73bc69b1e04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4177,10 +4177,10 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440" integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ== -"@types/markdown-to-jsx@6.9.0": - version "6.9.0" - resolved "https://registry.yarnpkg.com/@types/markdown-to-jsx/-/markdown-to-jsx-6.9.0.tgz#799fb134f91ffe585dba826f3029101910750de4" - integrity sha512-LO/oxz+ZfwBDciiVGqLhhdyeWt196kgICe0QS88K1a2u/FgUF1QkeMAm4zdnAo1kNgo2KgFP1Uqy2IiPJLWppA== +"@types/markdown-to-jsx@6.11.0": + version "6.11.0" + resolved "https://registry.yarnpkg.com/@types/markdown-to-jsx/-/markdown-to-jsx-6.11.0.tgz#a19e458a9415763859f2c92c4c5b07a80bea8c14" + integrity sha512-OFFHQ3LK+g8lSfwdqjXBbrGFdgH/MYXhzIYSOJ5xapT++eEhRx7wOfY3xxtktVtQyQtsB7Wljs7IDGgKfurm2A== dependencies: "@types/react" "*" @@ -16234,12 +16234,12 @@ markdown-table@^2.0.0: dependencies: repeat-string "^1.0.0" -markdown-to-jsx@6.6.1: - version "6.6.1" - resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-6.6.1.tgz#858b37f8a92526b1f3407593ff77c95927720bef" - integrity sha1-hYs3+KklJrHzQHWT/3fJWSdyC+8= +markdown-to-jsx@6.11.4: + version "6.11.4" + resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz#b4528b1ab668aef7fe61c1535c27e837819392c5" + integrity sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw== dependencies: - prop-types "^15.5.10" + prop-types "^15.6.2" unquote "^1.1.0" markdown-to-jsx@^6.9.1, markdown-to-jsx@^6.9.3: