fix: upgrade core-js from 3.37.0 to 3.37.1

Snyk has created this PR to upgrade core-js from 3.37.0 to 3.37.1.

See this package in npm:
core-js

See this project in Snyk:
https://app.snyk.io/org/blacklight/project/96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2024-06-04 18:18:54 +00:00
parent 4f19b45975
commit 066d71faa3
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B
2 changed files with 6 additions and 5 deletions

View file

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2", "@fortawesome/fontawesome-free": "^6.5.2",
"axios": "^1.6.8", "axios": "^1.6.8",
"core-js": "^3.37.0", "core-js": "^3.37.1",
"cronstrue": "^2.49.0", "cronstrue": "^2.49.0",
"highlight.js": "^11.9.0", "highlight.js": "^11.9.0",
"lato-font": "^3.0.0", "lato-font": "^3.0.0",
@ -4655,10 +4655,11 @@
} }
}, },
"node_modules/core-js": { "node_modules/core-js": {
"version": "3.37.0", "version": "3.37.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz",
"integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==", "integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT",
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/core-js" "url": "https://opencollective.com/core-js"

View file

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2", "@fortawesome/fontawesome-free": "^6.5.2",
"axios": "^1.6.8", "axios": "^1.6.8",
"core-js": "^3.37.0", "core-js": "^3.37.1",
"cronstrue": "^2.49.0", "cronstrue": "^2.49.0",
"highlight.js": "^11.9.0", "highlight.js": "^11.9.0",
"lato-font": "^3.0.0", "lato-font": "^3.0.0",