chore(deps): update dependency acorn to v0.12.0

This commit is contained in:
renovate[bot] 2024-02-21 21:16:15 +00:00 committed by GitHub
parent 126a313291
commit d80daa1c28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -212,9 +212,9 @@
}
},
"acorn": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-0.5.0.tgz",
"integrity": "sha512-C+F0F79vOrEG1cNTBTKDJma7LSiWl6AkWJd1lqt6W784YLQSD+bFBLAbbLOXDHSr7+vSZvy5cX3CTMsCgocfxQ==",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-0.12.0.tgz",
"integrity": "sha512-itM1P1dPZymI8PCDR/eU0Q1KyIoPv1o7XqsjiEDHuQMZ0X6gPC79OpJScw4a8ZgzDQ8dvnRi99kBEPVcvJX99A==",
"dev": true
},
"acorn-globals": {

View file

@ -53,7 +53,7 @@
"./dist/node/extend.js": false
},
"devDependencies": {
"acorn": "0.5.0",
"acorn": "0.12.0",
"canvas": "2.11.2",
"del": "4.1.1",
"gulp": "3.9.1",