Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump core-js from 3.32.0 to 3.32.2 #243

Merged
merged 1 commit into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@deepmodeling/args": "0.0.10",
"axios": "^1.4.0",
"core-js": "^3.32.0",
"core-js": "^3.32.2",
"register-service-worker": "^1.7.1",
"vue": "^3.3.4",
"vue-axios": "^3.5.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5418,10 +5418,10 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:^3.32.0":
version: 3.32.0
resolution: "core-js@npm:3.32.0"
checksum: 52921395028550e4c9d21d47b9836439bb5b6b9eefc34d45a3948a68d81fdd093acc0fadf69f9cf632b82f01f95f22f484408a93dd9e940b19119ac204cd2925
"core-js@npm:^3.32.2":
version: 3.32.2
resolution: "core-js@npm:3.32.2"
checksum: d6fac7e8eb054eefc211c76cd0a0ff07447a917122757d085f469f046ec888d122409c7db1a9601c3eb5fa767608ed380bcd219eace02bdf973da155680edeec
languageName: node
linkType: hard

Expand Down Expand Up @@ -6043,7 +6043,7 @@ __metadata:
"@vue/cli-service": ~5.0.8
"@vue/compiler-sfc": ^3.3.4
axios: ^1.4.0
core-js: ^3.32.0
core-js: ^3.32.2
crypto-browserify: ^3.12.0
eslint: ^8.47.0
eslint-plugin-vue: ^9.15.1
Expand Down
Loading