web: bump core-js from 3.27.1 to 3.27.2 in /web (#4475)

This commit is contained in:
dependabot[bot] 2023-01-19 10:15:12 +01:00 committed by GitHub
parent b13deefd91
commit 768ff67e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View file

@ -53,7 +53,7 @@
"chartjs-adapter-moment": "^1.0.1", "chartjs-adapter-moment": "^1.0.1",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"construct-style-sheets-polyfill": "^3.1.0", "construct-style-sheets-polyfill": "^3.1.0",
"core-js": "^3.27.1", "core-js": "^3.27.2",
"country-flag-icons": "^1.5.5", "country-flag-icons": "^1.5.5",
"eslint": "^8.32.0", "eslint": "^8.32.0",
"eslint-config-google": "^0.14.0", "eslint-config-google": "^0.14.0",
@ -4530,9 +4530,9 @@
} }
}, },
"node_modules/core-js": { "node_modules/core-js": {
"version": "3.27.1", "version": "3.27.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.1.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.2.tgz",
"integrity": "sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==", "integrity": "sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==",
"hasInstallScript": true, "hasInstallScript": true,
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
@ -13357,9 +13357,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
}, },
"core-js": { "core-js": {
"version": "3.27.1", "version": "3.27.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.1.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.2.tgz",
"integrity": "sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==" "integrity": "sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w=="
}, },
"core-js-compat": { "core-js-compat": {
"version": "3.25.1", "version": "3.25.1",

View file

@ -97,7 +97,7 @@
"chartjs-adapter-moment": "^1.0.1", "chartjs-adapter-moment": "^1.0.1",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"construct-style-sheets-polyfill": "^3.1.0", "construct-style-sheets-polyfill": "^3.1.0",
"core-js": "^3.27.1", "core-js": "^3.27.2",
"country-flag-icons": "^1.5.5", "country-flag-icons": "^1.5.5",
"eslint": "^8.32.0", "eslint": "^8.32.0",
"eslint-config-google": "^0.14.0", "eslint-config-google": "^0.14.0",