This commit is contained in:
dependabot-preview[bot] 2024-11-30 13:29:54 +00:00 committed by GitHub
commit 57aaa4170c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1183,9 +1183,9 @@
}
},
"eslint-config-standard": {
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.1.0.tgz",
"integrity": "sha512-EF6XkrrGVbvv8hL/kYa/m6vnvmUT+K82pJJc4JJVMM6+Qgqh0pnwprSxdduDLB9p/7bIxD+YV5O0wfb8lmcPbA=="
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz",
"integrity": "sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg=="
},
"eslint-scope": {
"version": "5.0.0",

View file

@ -15,7 +15,7 @@
"chalk": "^3.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard": "^14.1.1",
"glob": "^7.1.6",
"google-protobuf": "^3.12.0-rc.1",
"immutable": "^4.0.0-rc.12",