Browse Source

chore: saving project before running audit fix

pull/39/head
Dreamglade 3 months ago
parent
commit
1ece452fb1
  1. 1
      package.json
  2. 10
      pnpm-lock.yaml

1
package.json

@ -66,6 +66,7 @@
"path-to-regexp": "^6.2.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"pnpm": "^10.13.1",
"print-js": "^1.6.0",
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1",

10
pnpm-lock.yaml

@ -77,6 +77,9 @@ importers:
pinia-plugin-persistedstate:
specifier: ^3.2.0
version: 3.2.0(pinia@2.1.7(typescript@5.2.2)(vue@3.3.8(typescript@5.2.2)))
pnpm:
specifier: ^10.12.1
version: 10.12.1
print-js:
specifier: ^1.6.0
version: 1.6.0
@ -4277,6 +4280,11 @@ packages:
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
engines: {node: '>=4'}
pnpm@10.12.1:
resolution: {integrity: sha512-8N2oWA8O6UgcXHmh2Se5Fk8sR46QmSrSaLuyRlpzaYQ5HWMz0sMnkTV4soBK8zR0ylVLopwEqLEwYKcXZ1rjrA==}
engines: {node: '>=18.12'}
hasBin: true
posix-character-classes@0.1.1:
resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==}
engines: {node: '>=0.10.0'}
@ -10092,6 +10100,8 @@ snapshots:
pluralize@8.0.0: {}
pnpm@10.12.1: {}
posix-character-classes@0.1.1: {}
postcss-html@1.5.0:

Loading…
Cancel
Save