diff options
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index f9463581..c56a715a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2464,9 +2464,9 @@ } }, "core-js": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.0.tgz", - "integrity": "sha512-WJeQqq6jOYgVgg4NrXKL0KLQhi0CT4ZOCvFL+3CQ5o7I6J8HkT5wd53EadMfqTDp1so/MT1J+w2ujhWcCJtN7w==", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.1.tgz", + "integrity": "sha512-vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA==", "dev": true }, "core-js-compat": { diff --git a/package.json b/package.json index 2fb3538c..02acc81a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-loader": "^8.2.2", "concurrently": "^6.2.1", "copy-webpack-plugin": "^9.0.1", - "core-js": "^3.18.0", + "core-js": "^3.18.1", "cross-env": "^7.0.3", "cssnano": "^5.0.8", "eslint": "7.32.0", |