diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9c64ecd5..62ebe84782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ ### 🛠 Maintenance +- Update caniuse database ([#1046](https://github.com/opensearch-project/oui/pull/1046)) + ### 🪛 Refactoring ### 🔩 Tests diff --git a/package.json b/package.json index a3a92f8e15..9640ec2f94 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,6 @@ "vfile": "^4.2.0" }, "devDependencies": { - "@faker-js/faker": "^8.0.1", "@axe-core/puppeteer": "4.6.1", "@babel/cli": "^7.10.5", "@babel/core": "^7.11.4", @@ -147,12 +146,13 @@ "@babel/preset-typescript": "^7.12.1", "@elastic/charts": "^30.2.0", "@elastic/eslint-config-kibana": "^0.15.0", + "@faker-js/faker": "^8.0.1", "@opensearch/datemath": "file:./packages/opensearch-datemath", "@svgr/core": "^8.0.0", - "@svgr/plugin-svgo": "^8.0.1", "@svgr/plugin-jsx": "^8.0.1", - "@types/enzyme": "3.10.12", + "@svgr/plugin-svgo": "^8.0.1", "@types/cheerio": "^0.22.31", + "@types/enzyme": "3.10.12", "@types/jest": "^24.0.6", "@types/node": "^10.17.5", "@types/react": "^16.9.34", diff --git a/yarn.lock b/yarn.lock index 2865c81c77..b0f98c1308 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4366,15 +4366,10 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001370: - version "1.0.30001457" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001457.tgz" - integrity sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA== - -caniuse-lite@^1.0.30001449: - version "1.0.30001473" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001473.tgz#3859898b3cab65fc8905bb923df36ad35058153c" - integrity sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001449: + version "1.0.30001538" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001538.tgz" + integrity sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw== capture-exit@^2.0.0: version "2.0.0"