Update core-js-pure

This commit is contained in:
Liam 2022-10-26 21:37:28 +01:00
parent 3975ec8ce4
commit 2a960911f2
2 changed files with 11 additions and 5 deletions

@ -12,6 +12,7 @@
"@emotion/cache": "^11.10.3",
"@emotion/server": "^11.10.0",
"@nextui-org/react": "^1.0.0-beta.10",
"core-js-pure": "^3.26.0",
"critters": "^0.0.16",
"ioredis": "^5.2.3",
"next": "12",
@ -26,7 +27,7 @@
"sharp": "^0.31.1"
},
"devDependencies": {
"@types/node": "^18.11.5",
"@types/node": "^18.11.7",
"@types/react": "^18.0.23",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",

@ -945,10 +945,10 @@
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
"@types/node@^18.11.5":
version "18.11.5"
resolved "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz"
integrity sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==
"@types/node@^18.11.7":
version "18.11.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.7.tgz#8ccef136f240770c1379d50100796a6952f01f94"
integrity sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==
"@types/prop-types@*":
version "15.7.5"
@ -1240,6 +1240,11 @@ core-js-pure@^3.20.2:
resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.21.0.tgz"
integrity sha512-VaJUunCZLnxuDbo1rNOzwbet9E1K9joiXS5+DQMPtgxd24wfsZbJZMMfQLGYMlCUvSxLfsRUUhoOR2x28mFfeg==
core-js-pure@^3.26.0:
version "3.26.0"
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.26.0.tgz#7ad8a5dd7d910756f3124374b50026e23265ca9a"
integrity sha512-LiN6fylpVBVwT8twhhluD9TzXmZQQsr2I2eIKtWNbZI1XMfBT7CV18itaN6RA7EtQd/SDdRx/wzvAShX2HvhQA==
core-util-is@~1.0.0:
version "1.0.3"
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz"