Skip to content

Commit fa67c51

Browse files
committed
upgrade
1 parent 9bf2325 commit fa67c51

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"editor.formatOnSave": false
88
},
99
"editor.codeActionsOnSave": {
10-
"source.fixAll.eslint": true
10+
"source.fixAll.eslint": "explicit"
1111
},
1212
"eslint.validate": [
1313
"javascript",

packages/parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"dependencies": {
7474
"@babel/runtime": "^7.11.2",
75-
"libpg-query": "13.3.1",
75+
"libpg-query": "13.3.2",
7676
"minimist": "^1.2.6",
7777
"pgsql-deparser": "^13.6.0",
7878
"pgsql-enums": "^13.2.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7082,10 +7082,10 @@ levn@^0.3.0, levn@~0.3.0:
70827082
prelude-ls "~1.1.2"
70837083
type-check "~0.3.2"
70847084

7085-
7086-
version "13.3.1"
7087-
resolved "https://registry.npmjs.org/libpg-query/-/libpg-query-13.3.1.tgz#1403a58c67ea5fc3ca7087b3e12dec9dc4ea8b89"
7088-
integrity sha512-RLvnKPLWngNR7bNep/Q9euPcfFJVFfDg/iP13lYGxcSI01emS/1vbTw6EBd8UordweWFdvUuK+31sHp104dukA==
7085+
7086+
version "13.3.2"
7087+
resolved "https://registry.npmjs.org/libpg-query/-/libpg-query-13.3.2.tgz#bfef5490242f67d786801a52aacdf95bc4949c0c"
7088+
integrity sha512-6ft2qyk+LO1hdmPU389RvN7inRGLU0T8Ge4RG+q4usE+dAA4nl+WVp4HVpBC+1Ku4lgxM38PkoW7OzAw8VDebA==
70897089
dependencies:
70907090
"@mapbox/node-pre-gyp" "^1.0.8"
70917091
node-addon-api "^1.6.3"

0 commit comments

Comments
 (0)